NOTINDEXED file attribute ability
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7242 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
81f6e5550d
commit
63d236934f
3 changed files with 13 additions and 14 deletions
|
@ -155,6 +155,8 @@ Sets the file attributes of 'filename'. Valid attributes can be combined with |
|
|||
|
||||
\b \e{TEMPORARY} or \e{FILE_ATTRIBUTE_TEMPORARY}
|
||||
|
||||
\b \e{NOTINDEXED} or \e{FILE_ATTRIBUTE_NOT_CONTENT_INDEXED}
|
||||
|
||||
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