Hello,
I have an installer that uses multiple instances with the "Generate instances at install time" option. I also have a script that I want to run only during the first installation of an instance.
Currently, my script includes the condition NOT OLDPRODUCTS, which works as expected when upgrading other instances. However, when I upgrade the first installed instance, the script runs, which is not what I intended.
Could you help me understand why this happens and how to prevent the script from running during upgrades of the first instance?
Best regards,
Rafael Marques