Older version uninstallation
Updated in 2021.1
Server and client components of Alloy Discovery 2024 are designed to be compatible with versions earlier than 8 (e.g., 7.2) for migration purposes. During unattended installation, if an older version is detected, the installer will automatically uninstall it. To retain both versions during unattended installation, use a special option.
To keep the old version:
- Add this command-line option:
OLD_PRODUCT="Keep"
Example: AlloyDiscoverySetup.exe /i /qn OLD_PRODUCT="Keep"
NOTE: You can keep only version 7. If the installer detects version 8 or later, it will upgrade it to the latest version.