The AI How To's explain how to uninstall a package by passing its ProductCode to msiexec.
But what if I don't know which version of the other package is installed? I can easily search for another package based on its UpgradeCode rather than its ProductCode, but is there any way to convert the UpgradeCode to the current ProductCode so that I get the parameter to pass to msiexec?
--
Claus