Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Re-register MSXML3.dll for updates

Reply
Thread Tools Display Modes

Re-register MSXML3.dll for updates

 
 
Ron O
Guest
Posts: n/a

 
      10-12-2006
I have attempted to re-register MSXML3.dll and a list of other dlls as posted
by TaurArian in response to the Windows Update's message "files required are
no longer registered or installed on your computer". All dlls register except
MSXML3.dll which returns an error code 0X80070005 (access denied). The dll is
where it belongs but I cannot register it.
--
Ron O
 
Reply With Quote
 
 
 
 
Robert Aldwinckle
Guest
Posts: n/a

 
      10-15-2006
"Ron O" <> wrote in message
news:3E4EF509-F17C-4701-963B-...
>I have attempted to re-register MSXML3.dll and a list of other dlls as posted
> by TaurArian in response to the Windows Update's message "files required are
> no longer registered or installed on your computer". All dlls register except
> MSXML3.dll which returns an error code 0X80070005 (access denied). The dll is
> where it belongs but I cannot register it.



One way to diagnose that symptom is to use RegMon
(e.g. in case there is a permissions problem with a registry key)
Another way is to use DependencyWalker's Profiler
to give you a trace of the entry points used when the regsvr32.exe
command is passed that input. (E.g. the access denied error code
could be bogus if something unexpected is happening
such as a call to a secondary module is failing.)



---


 
Reply With Quote
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      10-16-2006
Ron O wrote:

> I have attempted to re-register MSXML3.dll and a list of other dlls as posted
> by TaurArian in response to the Windows Update's message "files required are
> no longer registered or installed on your computer". All dlls register except
> MSXML3.dll which returns an error code 0X80070005 (access denied). The dll is
> where it belongs but I cannot register it.

Hi,

You could reset the registry security settings on all registry keys and
see if it helps.


If you have WinXP Pro:

Use the command line tool secedit.exe to reset the registry security
settings back to the defaults.

From the Start/Run menu, run the command line exactly as listed below
(note that command line will wrap over two lines in this post, you
need to unwrap it back to one line):

%comspec% /k secedit.exe /configure /cfg %windir%\repair\secsetup.inf
/db secsetup.sdb /verbose /areas REGKEYS

More about secedit.exe here:

How To Reset Security Settings Back to the Defaults
http://support.microsoft.com/?kbid=313222


If you have WinXP Home:

Use subinacl.exe (a tool from Microsoft) to reset the registry
permissions:

Follow the procedure in "Step 1: Reset permissions" in this post:

http://groups.google.com/group/micro...367bab34?hl=en

I would have considered edit the reset.cmd file and removed the two
lines starting with "subinacl /subdirectories".


--
torgeir, Microsoft MVP Software Distribution, Porsgrunn Norway
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: MSXML3/r.dll zero bytes? Jem Windows Update 0 08-12-2005 09:50 PM
Re: MSXML3/r.dll zero bytes? Torgeir Bakken \(MVP\) Windows Update 0 07-07-2005 08:47 AM
XP Updates say Install but, do not register... RCFIRE Windows Update 1 01-13-2005 04:15 AM
Updates Don't Register as Installed FrozenVodkaUK Windows Update 0 11-08-2004 09:19 AM
regsvr32 msxml3.dll BACO Windows Update 0 09-06-2004 10:37 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59