documenting !finalize

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6104 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
wizou 2010-06-16 14:19:51 +00:00
parent 51a7c3d647
commit 90e0a201df

View file

@ -101,6 +101,14 @@ This option makes the compiler use an external EXE packer (such as \W{http://www
\c !packhdr "$%TEMP%\exehead.tmp" '"C:\Program Files\UPX\upx.exe" "$%TEMP%\exehead.tmp"'
\S1{packhdr} !finalize
\c command
This option will execute 'command' using a call to system() after the output EXE has been generated. You can typically use it to sign (Authenticode) your installer. If 'command' contains a '%1' it will be replaced by the executable filename.
\c !finalize 'sign.bat "%1" "Product Installer" http://example.com'
\S1{system} !system
\c command [compare comparevalue]