applied patch #1638974 - option to set process priority of makensis
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4913 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e92f1b0675
commit
41d2436490
2 changed files with 39 additions and 0 deletions
|
@ -15,6 +15,8 @@ If you want to use MakeNSIS on the command line, the syntax of the makensis comm
|
|||
|
||||
\b The /V switch followed by a number between 0 and 4 will set the verbosity of output accordingly. 0=no output, 1=errors only, 2=warnings and errors, 3=info, warnings, and errors, 4=all output.
|
||||
|
||||
\b The /P switch followed by a number between 0 and 5 will set the priority of the compiler process accordingly. 0=idle, 1=below normal, 2=normal (default), 3=above normal, 4=high, 5=realtime.
|
||||
|
||||
\b The /O switch followed by a filename tells the compiler to print its log to that file (instead of the screen)
|
||||
|
||||
\b /PAUSE makes makensis pause before quitting, which is useful when executing directly from Windows.
|
||||
|
@ -39,6 +41,8 @@ If you want to use MakeNSIS on the command line, the syntax of the makensis comm
|
|||
|
||||
\b If multiple scripts are specified, they are treated as one concatenated script.
|
||||
|
||||
\b On Windows 95, 98 and NT, below normal and above normal process priorities are not available. On those systems, below normal will actually set priority to idle and above normal will set to high.
|
||||
|
||||
\S1{usageenvironment} Environment variables
|
||||
|
||||
makensis checks a number of environment variables that tell it where to locate the things it needs in order to create installers. These variables include:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue