Archive: How to install in silent mode if the file is zip format?


How to install in silent mode if the file is zip format?
I have installed exe in silent mode using following command,

foo.exe /s

Using this link.

This working fine if the file is exe format.In case if the file is zip format then we need to extract the file after that only we can do installation.Extracting files done using zipDLL ,Unzip and etc.

Is possible extraction and installation in single command in silent mode?


You can call zipDLL, Unzip or any application from withing NSIS installer.
In silent mode use nsExec plug-in to catch the output from command line application to have everything hidden (command line window will not be opened).