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
- :
- WI: Change component destination on minor upgrade
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
Nov 07, 2012
04:25 AM
WI: Change component destination on minor upgrade
Hi all,
I need to know if Windows installer allows changing a merge module destination on minor upgrade (patch).
I am working with a basic MSI project which contains a merge module with wrong target path.
Thanks!!!!
I need to know if Windows installer allows changing a merge module destination on minor upgrade (patch).
I am working with a basic MSI project which contains a merge module with wrong target path.
Thanks!!!!
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 07, 2012
07:39 AM
I don't think you are allowed to change the destination path of any component when performing a minor upgrade.
You would be able to install the files to the new destination, but the ones that were previously installed would be left behind, which would mean that the RemoveFile table must be used.
If I were you, I would rather go for a major upgrade.
Check here: http://helpnet.installshield.com/installshield18helplib/MajorMinorSmall.htm
You would be able to install the files to the new destination, but the ones that were previously installed would be left behind, which would mean that the RemoveFile table must be used.
If I were you, I would rather go for a major upgrade.
Check here: http://helpnet.installshield.com/installshield18helplib/MajorMinorSmall.htm
