I want to create a progress bar for my installer which will show the progress of my installation process.I know a command as ${NSD_CreateProgressBar} in nsDialogs to create a progress bar in nsis script. But I am unaware of how to use it and how to invoke the same in my script. Any kind of help in respective subject will be appreciated...
Asked
Active
Viewed 1,990 times
3
-
What exactly do you want to do on this custom page? Normally you do most of the actual installing in sections and they execute on the instfiles page – Anders Feb 05 '10 at 20:58
-
Actually I want to perform my installation process on that page and show the same using progressbar on the same page. – Manoj Feb 08 '10 at 08:34
1 Answers
2
You can try this resource and play around with it. Look for "How to Control a Progress Bar control (using absolute values)" OR "How to Control a Progress Bar control (using step values)"

Owen
- 4,063
- 17
- 58
- 78
-
How to create progress bar from the start of Execwait function till the end of Execwait in NSIS? – user1234 Aug 16 '12 at 06:04