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
- :
- Re: Merge modules get installed even when their feature is not.
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 07, 2016
11:05 AM
Merge modules get installed even when their feature is not.
I'm using a test msi installer: I have two features: FEATURE_1, FEATURE_2, both have a file linked to them. However, with FEATURE_1, I also have a merge module linked to it. Now I run the install with the following command: msiexec /i Test_Installer.msi ADDLOCAL=FEATURE_2 /qb. The result is FEATURE_2 gets installed as expected, the file from FEATURE_1 does not get installed as expected, but the merge module from FEATURE_1 does get executed. Why is this?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jun 07, 2016
01:11 PM
scottd72 wrote:
I'm using a test msi installer: I have two features: FEATURE_1, FEATURE_2, both have a file linked to them. However, with FEATURE_1, I also have a merge module linked to it. Now I run the install with the following command: msiexec /i Test_Installer.msi ADDLOCAL=FEATURE_2 /qb. The result is FEATURE_2 gets installed as expected, the file from FEATURE_1 does not get installed as expected, but the merge module from FEATURE_1 does get executed. Why is this?
Can you attach the full msi log?
