- SetCompressor: added /FINAL switch
- SetOverwrite: added lastusd option - Greek MUI translation v1.66 git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2835 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5fb8fd227b
commit
9e5ccb9a32
8 changed files with 67 additions and 34 deletions
|
@ -60,9 +60,11 @@ This command will issue a warning to the script compiler. You can also add a mes
|
|||
|
||||
\S1{verbose} !verbose
|
||||
|
||||
\c level
|
||||
\c level | push | pop
|
||||
|
||||
This command will set the level of verbosity. 4=all, 3=no script, 2=no info, 1=no warnings, 0=none
|
||||
This command will set the level of verbosity. 4=all, 3=no script, 2=no info, 1=no warnings, 0=none.
|
||||
|
||||
Passing push will cause !verbose to push the current verbosity level on a special stack. Passing pop will cause !verbose to pop the current verbosity level from the same stack and use it.
|
||||
|
||||
\S0{comppredefines} Predefines
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue