how to zip the exe
Hi
i want to zip the .exe created by nsis .After that i want to upload that to server.How this is possible in nsis.
Thanks
Archive: how to zip the exe
how to zip the exe
Hi
i want to zip the .exe created by nsis .After that i want to upload that to server.How this is possible in nsis.
Thanks
Why do you want to Zip the EXE?
It's already compressed. For best compression, use SetCompressor /SOLID LZMA
-Stu
@javnav07: I guess you mean "automated".
I think there is no way to have the exe zipped by NSIS automatically. You should get a command line zip.exe/zip32.exe (see InfoZip or CygWin) and build a small batch file like this:
makensis my.nsi
zip my-application-setup.zip my-application-setup.exe