maady46
3rd January 2008 05:54 UTC
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?
{_trueparuex^}
3rd January 2008 11:54 UTC
I don't understand your request. What you mean by looping .ini file?
maady46
3rd January 2008 12:56 UTC
looping in my post was all about showing the same .ini page for n times...in the installer depending upon the user request.
Red Wine
3rd January 2008 14:58 UTC
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.
Afrow UK
3rd January 2008 15:41 UTC
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