Updated docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1739 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
277f4d1617
commit
584d3d2524
29 changed files with 228 additions and 222 deletions
|
@ -1,13 +1,13 @@
|
|||
\H{miscinst} Miscellaneous Instructions
|
||||
\S1{miscinst} Miscellaneous Instructions
|
||||
|
||||
\S{setshellvarcontext} SetShellVarContext
|
||||
\S2{setshellvarcontext} SetShellVarContext
|
||||
|
||||
\c current|all
|
||||
|
||||
Sets the context of $SMPROGRAMS and other shell folders. If set to 'current' (the default), the current user's shell folders are used. If set to 'all', the 'all users' shell folder is used. The all users folder may not be supported on all OSes. If the all users folder is not found, the current user folder will be used.
|
||||
|
||||
\S{sleep} Sleep
|
||||
\S2{sleep} Sleep
|
||||
|
||||
\c sleeptime_in_ms
|
||||
|
||||
Pauses execution in the installer for sleeptime_in_ms milliseconds. sleeptime_in_ms can be a variable, i.e. "$0" or a number, i.e. "666".
|
||||
Pauses execution in the installer for sleeptime_in_ms milliseconds. sleeptime_in_ms can be a variable, e.g. "$0" or a number, i.e. "666".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue