Archive: can a .ini file be looped for n number of times.....


can a .ini file be looped for n number of times.....
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?


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:
http://nsis.sourceforge.net/Go_to_a_NSIS_page
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