I have an IS 2018 InstallScript MSI project. I have made changes in the upgrade view and added an upgrade item to support automatic major upgrades.
Question is how do I detect in the install script if the installation is going to perform a major upgrade.
To be more specific, in the install script .Rul file, in the OnFirstUIBefore function, I want to know if the installation will proceed with 'Major Upgrade' or not and based on that I want to perform certain installation tasks.
Is there any InstallShield InstallScript property that I can check to see if 'Major Upgrade' will be performed?
thanks in advance.