[RESOLVED] Get the upgrade that was used to install a pervious version
Hello,
Is it possible to retrieve the pervious upgradeCode that was used to install the same application?
I have given our application to many or our clients.
They install our application using the MSI.
Everytime I release a new version for bug fixes or minor upgrades. In the setup project properties I increment the version number and change the product code (I always leave the same upgrade code). And I set the 'RemovePreviousVersion' to true.
However, a few weeks ago, I accidently changed the upgradeCode and released a new version to our customers. It was only now that a customer wanted to know why they have other instances of the same application in their 'add remove programs'. It installs ok, but they have to uninstall the previous version.
I am wondering is it possible to get back the original upgrade that was used to install those versions. As I used the same setup project, I no longer have that upgrade code?
I still have all my original setups.exe that were built with the original upgradecode, but I am not sure if they can help me.
Many thanks for any suggestions,
Re: Get the upgrade that was used to install a pervious version
Download the ORCA software from Microsoft, and edit the old MSI, you can go to the Upgrade Section and you can see what's the Upgrade Code of the file...
Here you have all the info that you'll need:
/http://support.microsoft.com/kb/255905
If you any doubt feel free to ask.
Re: Get the upgrade that was used to install a pervious version
Hello,
Thanks that worked.
Actually I have used Orca before. Maybe 2-3 years ago. However, I have forgotten all about it.
Thanks
Re: [RESOLVED] Get the upgrade that was used to install a pervious version