MSXML 4.0 deployment
-
I am working on a parser using VC++ that utilizes MSXML 4.0. I have built a release version . I need to deploy this on another machine that doesnt have MSXML installed. How can I know which components(.ocx's or dll's) to include ? Please help
If you are creating a Windows Installer for your project, you can use the merge module (see the link for the downloads). Otherwise, you can either use the CAB file, or just run the MSXML4 setup on the other machine. http://msdn.microsoft.com/downloads/sample.asp?url=/msdn-files/027/001/766/msdncompositedoc.xml[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
If you are creating a Windows Installer for your project, you can use the merge module (see the link for the downloads). Otherwise, you can either use the CAB file, or just run the MSXML4 setup on the other machine. http://msdn.microsoft.com/downloads/sample.asp?url=/msdn-files/027/001/766/msdncompositedoc.xml[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
You may want to check the legal redistribution on this. It may require you to use their setup vs just including the pieces. "I will find a new sig someday."
-
You may want to check the legal redistribution on this. It may require you to use their setup vs just including the pieces. "I will find a new sig someday."
-
You may want to ask Richard this. It has been several years since I actually prepared any distributions. At that time I was using the Wise Installer product line. "I will find a new sig someday."