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
- :
- from VS Setup project to Installshield
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 29, 2010
07:50 AM
from VS Setup project to Installshield
hi all,
i decide to change my installation from Visual Studio 2005 setup project to installshield installation.
But whats about existing installations at my customers, who have to update?
For example: On that machines there are "Merkur Office" installations, built with VS2005 setup project.
When i build an Installshield installation named "Merkur Office", will it be able to update that "old" installation?
Thanks for your advance.
i decide to change my installation from Visual Studio 2005 setup project to installshield installation.
But whats about existing installations at my customers, who have to update?
For example: On that machines there are "Merkur Office" installations, built with VS2005 setup project.
When i build an Installshield installation named "Merkur Office", will it be able to update that "old" installation?
Thanks for your advance.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 29, 2010
12:08 PM
You will probably want to look into configuring the new installations built with InstallShield as major upgrades for the installations previously built by the Visual Studio Setup and Deployment project. This way the new installs will seamlessly uninstall the previous versions if they are detected during the new install.
Please look into the help library for more information about upgrading.
Major Upgrades
http://helpnet.flexerasoftware.com/robo/projects/installshield16helplib/MajorUpgrade.htm
Please look into the help library for more information about upgrading.
Major Upgrades
http://helpnet.flexerasoftware.com/robo/projects/installshield16helplib/MajorUpgrade.htm
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 30, 2010
01:07 AM
thx a lot.