InitPluginsDir and $PLUGINSDIR
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1748 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4033d7d04e
commit
5b5d86ce62
2 changed files with 10 additions and 2 deletions
|
@ -1,8 +1,12 @@
|
|||
\S1{miscinst} Miscellaneous Instructions
|
||||
|
||||
\S2{initpluginsdir} InitPluginsDir
|
||||
|
||||
Initializes the plugins dir ($PLUGINSDIR, see \k{var2}) if not initialized already.
|
||||
|
||||
\S2{setshellvarcontext} SetShellVarContext
|
||||
|
||||
\c current|all
|
||||
\c \\<b\\>current\\</b\\>|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.
|
||||
|
||||
|
@ -10,4 +14,4 @@ Sets the context of $SMPROGRAMS and other shell folders. If set to 'current' (th
|
|||
|
||||
\c sleeptime_in_ms
|
||||
|
||||
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".
|
||||
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".
|
|
@ -78,6 +78,10 @@ The quick launch folder for IE4 active desktop and above. If quick launch is not
|
|||
|
||||
The decimal HWND of the parent window.
|
||||
|
||||
\e{$PLUGINSDIR}
|
||||
|
||||
The path to a temporary folder created upon the first usage of a plugin or a call to InitPluginsDir (See \k{initpluginsdir}). This folder is automatically deleted when the installer exits. This makes this folder the ideal folder to hold INI files for InstallOptions, bitmaps for the splash plugin, or any other file that a plugin needs to work.
|
||||
|
||||
\e{$$}
|
||||
|
||||
Use to represent $.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue