MSXML deployment
-
I'm looking into using MSXML for parsing, and possibly generating XML files. Anyone have experience with this? Specifically is there a way I can cleanly package it as part of my product via an "xcopy install" method? Or would it be necessary to run some installer on the end user's system to get the library installed and registered? I'm hoping on avoiding that as I don't want to require admin access to install and I'd rather be as self-contained as possible, not dumping other stuff on the users machine (outside my install dir). Thanks!
-
I'm looking into using MSXML for parsing, and possibly generating XML files. Anyone have experience with this? Specifically is there a way I can cleanly package it as part of my product via an "xcopy install" method? Or would it be necessary to run some installer on the end user's system to get the library installed and registered? I'm hoping on avoiding that as I don't want to require admin access to install and I'd rather be as self-contained as possible, not dumping other stuff on the users machine (outside my install dir). Thanks!
This link has the versions listed that come along with IE. We've never had to put the MSXML components in our install packages explicitly since we require at least IE 5.5 and MDAC 2.7 on the machine to run our products. We do have the MDAC redistributable in the MSI for those machines that might need it. MSXML[^]
modified on Saturday, April 12, 2008 12:53 AM