Skip to content
⌘ NSIS Forum Archive

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

5 posts

maady46#

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?
maady46#
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#
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#
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