Hi,
We have a registry key which is added/changed by the application not the installer and we want the key value to be changed only when the user uninstalls the application (not on a program update).
I have added the key to the Registry section of the install with the value to be used when the application is uninstalled and set the condition in the Organization section to (REMOVE="ALL" AND (NOT UPGRADINGPRODUCTCODE))
But the key value is not changed on uninstall. Am I doing this the right way?
Thanks