Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PDW won't register msxml.dll (msxml2.dll, msxml3.dll)

Status
Not open for further replies.

JFoushee

Programmer
Oct 23, 2000
200
US
I'm having awful trouble now that I've involved the reference "Microsoft XML, Version ..." into my project.

When I go to package it, it complains that there are no dependencies. However, it seems that

msxml.dll, msxmla.dll, msxmlr.dll
or
msxml2.dll, msxml2a.dll, msxml2r.dll
or
msxml3.dll, msxml3a.dll, msxml3r.dll

should be grouped together.

So if I package all these files, the xml-dlls refuse to register themselves. I removed the ($DLLSelfRegister) from the file setup.lst, and a manual register doesn't work either. A manual register requires an extra .BAT file for deployment.

Why would anyone use these ActiveX controls if they are exclusive to the developer's machine?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top