![]()
|
InstallShield 2008 ยป InstallScript Language Reference
Project
This information applies to InstallScript projects.
The VerProductCompareVersions function compares version information and returns a value indicating the result of the comparison.
VerProductCompareVersions ( );
None.
The function compares the values of the system variables IFX_INSTALLED_VERSION and IFX_PRODUCT_VERSION to determine if the version currently installed on the target system is older than the update setup's version; if so, the function compares the values of the system variables IFX_INSTALLED_VERSION and IFX_SUPPORTED_VERSIONS to determine if the update setup applies to the currently installed version.
VerProductCompareVersions is called by the default code for the OnSetUpdateMode and OnUpdateUIBefore event handler functions.
|
|
Copyright Information | Contact Macrovision |