Hi,
Is it possible to detect that a user is trying to install the same version of a product / msi a second time?
When the user tries to install an older version, this is correctly halted, and the user is informed.
When the user tries to install the same version, the installer runs, but does nothing (or so it appears). The problem is that, in our case, we have custom actions that run on upgrade (actually we do this by checking AI_UPGRADE<>"No" - is this reasonable?). We would like to avoid these custom actions running when the user is installing the same version.
Thanks in advance,
David.