Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   can a .ini file be looped for n number of times..... (http://forums.winamp.com/showthread.php?t=284264)

maady46 3rd January 2008 04:54

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 10:54

I don't understand your request. What you mean by looping .ini file?

maady46 3rd January 2008 11:56

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 13:58

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 14:41

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


All times are GMT. The time now is 04:30.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.