Archive: Show installation progress bar in silent installation


Show installation progress bar in silent installation
Hi,

I'm using silent installation with '/S' argument. How can I display to the user the dialog with the installation progress bar?

Thanks,
May


You probably need a different switch on the command line (such as /silent), and use nsis code to parse it in .oninit. If you have passed /silent, then skip the pages until you get to the InstFiles page, then hide the window in the leave function of your InstFiles page.

Hope you understand.