changes to SetFileAttributes and {$QUICKLAUNCH}
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2150 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5781c9c9ee
commit
aef4207321
3 changed files with 4 additions and 4 deletions
|
@ -99,7 +99,7 @@ Sets the file attributes of 'filename'. Valid attributes can be combined with |
|
|||
|
||||
\b \e{TEMPORARY} or \e{FILE_ATTRIBUTE_TEMPORARY}
|
||||
|
||||
The error flag will be set if the file's attributes cannot be set (i.e. the file doesn't exist, or you don't have the right permissions)
|
||||
The error flag will be set if the file's attributes cannot be set (i.e. the file doesn't exist, or you don't have the right permissions). You can only set attributes. It's not possible to unset them. If you want to remove an attribute use NORMAL. This way all attributes are erased. This command doesn't support wildcards.
|
||||
|
||||
\S2{regdll} RegDLL
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
\C{usage} MakeNSIS Usage
|
||||
|
||||
NSIS installers are generated by using the 'MakeNSIS' program to compile a NSIS script (.NSI) into an installer executable.
|
||||
The NSIS development kit installer sets up your computer so that you can compile a .nsi file by simply right-clicking on it in explorer, and selecting 'compile'.
|
||||
The NSIS development kit installer sets up your computer so that you can compile a .nsi file by simply right-clicking on it in explorer, and selecting 'compile'.
|
||||
|
||||
If you want to use MakeNSIS on the command line, the syntax of the makensis command is:
|
||||
|
||||
\c Makensis [/Vx] [/Olog] [/LICENSE] [/PAUSE] [/NOCONFIG] [/CMDHELP [command]] [/HDRINFO] [/CD]
|
||||
\c Makensis [/Vx] [/Olog] [/LICENSE] [/PAUSE] [/NOCONFIG] [/CMDHELP [command]] [/HDRINFO] [/NOCD]
|
||||
\c [/Ddefine[=value] ...] ["/XCommand parameter" ...] [Script.nsi | - [...]]
|
||||
|
||||
\b /LICENSE displays a keen license page.
|
||||
|
|
|
@ -74,7 +74,7 @@ The start menu programs / startup folder. The context of this variable (All User
|
|||
|
||||
\e{$QUICKLAUNCH}
|
||||
|
||||
The quick launch folder for IE4 active desktop and above. If quick launch is not available, simply returns the same as $TEMP. It seems that there is no Quicklaunch for all users. Therefore current user is always used.
|
||||
The quick launch folder for IE4 active desktop and above. If quick launch is not available, simply returns the same as $TEMP. The context of this variable (All Users or Current user) depends on the SetShellVarContext setting. The default is the current user.
|
||||
|
||||
\e{$HWNDPARENT}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue