CreateBackup
(boolean) Whether to create a backup of the existing file (if there is one) during the installation:
VALUE DESCRIPTION |
|
true |
Any existing file will be renamed to filename.bak. If filename.bak already exists, the file will be renamed to filename.bk1 instead, or filename.bk2, or filename.bk3, etc. The new file will only be installed after the existing one has been backed up. |
false |
Don't backup the existing file. (Default) |