- SetCompressor: added /FINAL switch
- SetOverwrite: added lastusd option - Greek MUI translation v1.66 git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2835 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5fb8fd227b
commit
9e5ccb9a32
8 changed files with 67 additions and 34 deletions
|
@ -34,7 +34,7 @@ This command sets the file date/time saving flag which is used by the File comma
|
|||
|
||||
\S2{asetoverwrite} SetOverwrite
|
||||
|
||||
\c \\<b\\>on\\</b\\>|off|try|ifnewer
|
||||
\c \\<b\\>on\\</b\\>|off|try|ifnewer|lastused
|
||||
|
||||
This command sets the overwrite flag which is used by the File command to determine whether or not the file should overwrite any existing files that are present. If overwriteflag is 'on', files are overwritten (this is the default). If overwriteflag is 'off', files that are already present are not overwritten. If overwriteflag is 'try', files are overwritten if possible (meaning that if the file is not able to be written to, it is skipped without any user interaction). If overwriteflag is 'ifnewer', then files are only overwritten if the existing file is older than the new file (note that when in 'ifnewer' mode, the destination file's date is set, regardless of what SetDateSave is set to).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue