Added support for !finalize return value comparison
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6771 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f129597c2b
commit
388d994ada
6 changed files with 43 additions and 17 deletions
|
@ -118,7 +118,7 @@ This option makes the compiler use an external EXE packer (such as \W{http://www
|
|||
|
||||
\S1{finalize} !finalize
|
||||
|
||||
\c command
|
||||
\c command [compare comparevalue]
|
||||
|
||||
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 executables filename.
|
||||
|
||||
|
|
|
@ -1,5 +1,15 @@
|
|||
\A{history} Changelog and Release Notes
|
||||
|
||||
\H{v3.0} 3.0
|
||||
|
||||
Released on ???? ?th, 2016
|
||||
|
||||
\S1{v3.0-cl} Changelog
|
||||
|
||||
\S2{} Minor Changes
|
||||
|
||||
\b \R{finalize}{!finalize} command now supports the same compare operators as !system (\W{http://sf.net/p/nsis/bugs/1148}{bug #1148})
|
||||
|
||||
\H{v3.0rc2} 3.0 Release Candidate 2
|
||||
|
||||
Released on July 8th, 2016
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue