Archive: NSIS Installer based on zip file


NSIS Installer based on zip file
Hello,

I want to make a installer based on zip file. But how can I disable the Installation Menu.

I will that all the installation run automatically.

thanks for your help


You can force silent mode by by adding "SetSilent silent" in .onInit. Or run the install with the "/S" switch.

Info for both is in the help files.