I need a way to leave files untouched by msi when they allready exist - regardless from where they came.
An option like 'Don't overwrite existing file' beneath the "On Install" section of the file propertys.
Thanks
Christian
Please note that this is already supported by the components in the Organization page. However, this attribute refers to future installations (when a package will try to overwrite the component) not to older ones.Why not using a new (feature) property "never overwrite"
The solution is the approach recommended by Microsoft:Is there no better solution ?
We will consider including this feature for already installed files not marked with "Never Overwrite" in a future version of Advanced Installer. Searching for installed files and conditioning components based on these searches will significantly increase the installation time (for example, an installation with 100 files would require 100 searches to determine which files will be installed). Therefore I'm not sure if we can find an acceptable implementation of this feature.Is it planned to introduce this ?