Archive: Executable and Zip file


Executable and Zip file
Is there a way to make nsis generate a zip files with all the setup files(except the installer engine) and (a different file) setup.exe? The thing is that sometimes I need to change just one file inside the setup, instead of recompiling everything and building the setup again.


you will need either ZipDLL or NsX Unzip to unzip files within your nsis installer.