cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Ian_Varcoe
Level 3

Including MSXML4 in the install

We are creating a install package through InstallShield using BASIC MSI
We need to include MSXML4 to the install. This is a msi. I go to Redistributables but only can find MSXML6.


Thanks in advance
Labels (1)
0 Kudos
(1) Reply
Evan_Border
Level 8

Ian Varcoe wrote:
We are creating a install package through InstallShield using BASIC MSI
We need to include MSXML4 to the install. This is a msi. I go to Redistributables but only can find MSXML6.


Thanks in advance


Check the Redistributables view again. There is a Merge Module for MSXML 4 that can be used in your Basic MSI project:



Note: use the Search Grid to search for MSXML Don't add the 4, as it may be too specific for the search (There must be a space between MSXML and the 4...it's best just to search for MSXML).
0 Kudos