This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- [uninstall]
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Dec 04, 2007
08:39 AM
[uninstall]
Hi,
I am searching for the best way to uninstall previous version of my product.
I know ProductCode, Upgrade Code and Package code of older generated msi (with Installshield 11.5).
But what can I do now ? I have the 2008 version. Is it right to set the same ProductId with different version number ???
The goal is force unistall of old product (wich contains custom actions) and install the new.
thanks for your help
I am searching for the best way to uninstall previous version of my product.
I know ProductCode, Upgrade Code and Package code of older generated msi (with Installshield 11.5).
But what can I do now ? I have the 2008 version. Is it right to set the same ProductId with different version number ???
The goal is force unistall of old product (wich contains custom actions) and install the new.
thanks for your help
(4) Replies
‎Dec 04, 2007
09:43 AM
Assuming this new installation is in the same product "family" as the old installation, I would recommend:
- Set the Upgrade Code in the new project to the value of the Upgrade Code from the old product.
- Set the Product Version as needed.
- In the Upgrades view, create a new major upgrade item sharing your upgrade code that uninstalls any previous version.
This should create a major upgrade which will uninstall any older products having the same upgrade code, and will then install the new product.
- Set the Upgrade Code in the new project to the value of the Upgrade Code from the old product.
- Set the Product Version as needed.
- In the Upgrades view, create a new major upgrade item sharing your upgrade code that uninstalls any previous version.
This should create a major upgrade which will uninstall any older products having the same upgrade code, and will then install the new product.
‎Dec 04, 2007
10:02 AM
It means copy your Upgrade Code of your old app, and paste it to the new app so that it knows it needs to clean up the old app. If you have only one version of old app, you may use the same Product Code on both version as well.
‎Dec 04, 2007
10:08 AM
Ok, thanks.
When I Launch the new install, it seems detect the older version but when initializing setup (before the UI actions), I have the following message :
"Error when applying the transformations. Check that the routes of access of the transformations specified are correct."
Any idea ?
>>>>> Edit :
It appears when I add a new language ??? If I compile with the default language it's ok but if I add another language, the error is thrown... With added language it appear that compilation add mst files.
What's the matter ?
Thanks
When I Launch the new install, it seems detect the older version but when initializing setup (before the UI actions), I have the following message :
"Error when applying the transformations. Check that the routes of access of the transformations specified are correct."
Any idea ?
>>>>> Edit :
It appears when I add a new language ??? If I compile with the default language it's ok but if I add another language, the error is thrown... With added language it appear that compilation add mst files.
What's the matter ?
Thanks