Hi,
This is madhav. i have been working on NSIS for the last 2 weeks and i could not find a solution to loop a .ini file for n number of times in the installer. Can anyone help me in this regard with an example?
can a .ini file be looped for n number of times.....
5 posts
I don't understand your request. What you mean by looping .ini file?
looping in my post was all about showing the same .ini page for n times...in the installer depending upon the user request.
InstallOptions pages require users' interaction in order to proceed unless there's a separate watching process which counts e.g. n seconds and sends message to proceed by clicking e.g. next button.
You could try:
Basically you want to jump back to the page each time unless $Var == n.
The problem here though is you'd need to write more code for if the user clicks back.
Stu
Basically you want to jump back to the page each time unless $Var == n.
The problem here though is you'd need to write more code for if the user clicks back.
Stu