Update !system, cleaned resource.h, DeleteRegKey works on default value
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2020 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d0e182a00f
commit
270bb06fd3
6 changed files with 14 additions and 28 deletions
|
@ -38,7 +38,7 @@ This option makes the compiler an external EXE packer (such as Petite or UPX) to
|
|||
|
||||
\c command [compare comparevalue]
|
||||
|
||||
This command will execute 'command' using a call to system(), and if the return value compared (using 'compare') to 'comparevalue' is false, execution will halt. 'compare' can be '<' or '>' or '<>' or '=' or 'ignore'.
|
||||
This command will execute 'command' using a call to system(), and if the return value compared (using 'compare') to 'comparevalue' is false, execution will halt. 'compare' can be '<' or '>' or '<>' or '='.
|
||||
|
||||
\S1{warning} !warning
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue