3

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...

Manoj
  • 819
  • 1
  • 9
  • 9
  • 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 Answers1

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