I am facing an issue with the configuration of my installer in Advanced Installer and hope someone can help me.
For a single file in my installation, I need specific behavior.
The file is located in a separate folder. This folder contains only this single file.
Desired Installer Behavior:
- Installation: If the file does not exist, it should be installed to the system.
- Installation: If the file already exists, it should not be overwritten.
- Repair: If the file exists, it should be overwritten.
Current Configuration:
The file has the following properties:
- Do not overwrite existing files
- Condition:
Code: Select all
AI_INSTALL_MODE <> "Repair"
- Do not overwrite existing files
- Condition:
Code: Select all
AI_INSTALL_MODE <> "Repair"
- Permanent
Problem:
Despite this configuration, the file is overwritten during a version update, even though this should not happen. My goal is to ensure that the file is only overwritten during a repair.
Questions:
- Is my current configuration correct to achieve the desired behavior?
- Are there additional settings or conditions I need to adjust to ensure the file is only overwritten during a repair?
Thank you in advance for your support!
FOLLOW US
Get the latest news in Application Packaging