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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue