
- Msxml.dll unable to register windows 10 registration#
- Msxml.dll unable to register windows 10 windows#
Attempt 64-Bit Installation on your library file.Pause to allow you to terminate the batch file at this point (and run another if you would like).Delete any copies of your library file that have been saved to either system folder.
Msxml.dll unable to register windows 10 registration#
Msxml.dll unable to register windows 10 windows#
Help Windows choose the right library file to register by fully-qualifying its directory location. Unless you ran the wrong batch file, in which case you will probably want to delete the copy made to the wrong system folder ( C:\Windows\System32 or C:\Windows\SysWOW64) before running the proper batch file. Successful registration should be followed by deletion of the original library ( -.dll or -.ax ) file.ĭon't worry about copies made to the system folder ( C:\Windows\System32 or C:\Windows\SysWOW64 ) by previous passes-they will be overwritten every time you run the batch file. I chose COPY instead of MOVE to prevent the failure of any UAC-related follow-up attempt(s).


If UAC doesn't give you the opportunity to run the batch file as an Administrator, you may need to manually elevate privileges (instructions are for Windows 7): Save your new text file as a batch ( -.bat) file then simply drag-and-drop your -.dll or -.ax file on top of the batch file. In the folder that contains the library ( -.dll or -.ax) file you wish to register, open a new text file and paste in ONE of the routines below : echo BEGIN DRAG-AND-DROP %n1 REGISTRAR FOR 64-BIT SYSTEMSĮcho BEGIN DRAG-AND-DROP %n1 REGISTRAR FOR 32-BIT SYSTEMS It also leaves it up to Windows to apply the proper version of Regsvr32. The following batch file relieves the user of the need to move files in/out of system folders.

I just tested this extremely simple method and it works perfectly-but I use the built-in Administrator account, so I don't have to jump through hoops for elevated privileges.
