kro Posted November 16, 2004 Posted November 16, 2004 I'm using WinPE 2004 (OPK) and I've created a bootable CD based on an english WindowsXP slipstreamed with SP2. I've manually added the files for MSXML3 SP5, i.e. msxml3.dll, msxml3a.dll, msxml3r.dll to \i386\system32, but trying to registering it with RegSvr32 msxml3.dll the error-code 0x80004005 was displayed.Also observed: this error also occurs trying to register the following COMs - present by default (i.e. not added manually) on WinPE:shdocvw.dllbrowseui.dllwinhttp.dllAny help is really appreciated. Thank You!
getwired Posted November 20, 2004 Posted November 20, 2004 MSXML, the other binaries you noted, and several others (try MSHTML for example) all have this nasty habit of pulling a file out of themselves when registered, and then processing the contents of that file. Creative, yes. Pretty? Not when you're running from CD. You either need to figure out what's in that file, include it, and install it properly, or create a RAMDrive and point to it as your TEMP location. That should work.
ribond Posted November 28, 2004 Posted November 28, 2004 MSXML2 will work if you point %TMP% to a writable location. Good luck with msxml3 though...
alexm Posted March 15, 2005 Posted March 15, 2005 Register XML using a .REG file (attached). Apply it using regedit /s xml.regXML.zip
jice68 Posted April 28, 2005 Posted April 28, 2005 MSXML2 will work if you point %TMP% to a writable location. Good luck with msxml3 though... <{POST_SNAPBACK}>Thx alexm, it works perfectly
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now