Hi!
Is there a way to run a command after compilation (actually what I want to do is zip the .EXE NSIS produces so that the browser doesn't complain when it downloads it) that works with NSIS 3 and Windows 7?
I found this:
Which essentially started a batch file which would wait for the compilation process to end but it no longer seems to work properly (at least it doesn't on my work PC).
Thank you very much and have a nice day!
Nick
Running command (zip...) after compilation?
3 posts
Try !finalize.
Thank you very much!
I was looking for something like that but only found !system and !execute...
Once again thank you!
Nick
I was looking for something like that but only found !system and !execute...
Once again thank you!
Nick