Error Message: "The Installed Version of The Application Could Not Be Determined. The Setup Will Now Terminate."
Summary
When running an Installscript installation, the message "The installed version of the application could not be determined. The setup will now terminate." appears.
Symptoms
When running an Installscript installation or upgrade, the message "The installed version of the application could not be determined. The setup will now terminate." appears.
Cause
- If the message shows up during an upgrade, the variable
IFX_INSTALLED_VERSIONandIFX_INSTALLED_DISPLAY_VERSIONis not being populated inOnSetUpdateMode. This is due to previous version of the install being built by a very old version of InstallShield. - If the message shows up during a first time install, the setup requires administrative permission.
Resolution
- Populated the variables
IFX_INSTALLED_VERSIONandIFX_INSTALLED_DISPLAY_VERSIONinOnSetUpdateMode. The explanation and code to resolve the issue are commented out and are already available inOnSetUpdateMode. - Run install as an administrator.
Was this helpful?
© 2026 Flexera. All rights reserved.