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
- :
- Installing merge modules before feature selection?
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
‎Feb 27, 2009
11:54 AM
Installing merge modules before feature selection?
I have a Basic MSI project and want to install MSXML 4.0 for Windows XP and higher as a setup prerequisite (I have other prerequisites that depend on it). There is Merge Module that will do this, but no InstallShield prerequisite. I tried setting a custom prereq that would download msxml 4 and install it from our server, but the prereq installation fails on Vista machines. So now I'm thinking I'll try using the Merge Module, but from what I can tell, merge modules can only be associated with Features. Is there a way to run a merge module before feature selections like you can with installshield prereqs?
Thanks for your help!
Thanks for your help!
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 27, 2009
12:17 PM
Not possible within the same installer. How about using the msxml msi as a prereq?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 27, 2009
12:28 PM
The only msxml msi prereq that shows up for me is v. 6. Is there one for v. 4? If so where can I get it?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 28, 2009
11:25 AM
You could use that prerequisite as a model for creating your own prerequisite for v4. Googling "MSXML MSI" (without the quotes) resulted in this location to download "MSXML 4.0 Service Pack 2".
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 02, 2009
10:35 AM
That's what I was trying to do in the first place. I was having problems getting the prereq to run on Vista machine and finally realized that earlier versions of MSXML 4 were only compatible with XP. I found a more recent service update that had Vista compatibility and it solved the problem.
Thanks for your help.
Thanks for your help.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 02, 2009
10:39 AM
Cool. Glad you're good.
