Archive: Invalid command: !finalize


Invalid command: !finalize
According to the documentation there should be a !finalize command

http://nsis.sourceforge.net/Docs/Chapter5.html

but MakeNSIS keeps complaining that this command does not exist. I tried to use this command to code sign my installer executable with my certificate.

I searched a bit around, and I learned that this command would be available in 2.47 - any thought of when this version will be available, since it is more than 2 years ago 2.46 was released?


I wouldn't wait for 2.47. If you need to do something after your installer has been built you can use a batch file or another NSIS installer to do the building.

Stu