Jump to content

Win xp sp3 build 3244


roud9

Recommended Posts


this article says it applies to SP2 but could apply to SP3 as well

http://support.microsoft.com/kb/873148

if that doesnt work, you could try creating a new administrator level account on the PC, login to it and run MS update. if that works then its something in your users profile. Not the best solution but it would give you a better idea of the problem.

Link to comment
Share on other sites

It's a registry key:

763.250: DoInstallation:DoRegistryUpdates failed

The section is ProductInstall.GlobalRegistryChanges.Install

763.250: DoRegistryUpdates:UpdSpInstallFromInfSection Failed for ProductInstall.GlobalRegistryChanges.Install error: 0x5

What is happening is an inf section is not able to update a registry key because access is denied. If you extract or run sp3 it should have an update folder. In this folder should be a 1 meg inf file such as update.inf. Open this inf and search for ProductInstall.GlobalRegistryChanges.Install. Under this section note what registry keys it mentions, and check the registry permissions for these keys.

-gosh

Link to comment
Share on other sites

It's a registry key:

763.250: DoInstallation:DoRegistryUpdates failed

The section is ProductInstall.GlobalRegistryChanges.Install

763.250: DoRegistryUpdates:UpdSpInstallFromInfSection Failed for ProductInstall.GlobalRegistryChanges.Install error: 0x5

What is happening is an inf section is not able to update a registry key because access is denied. If you extract or run sp3 it should have an update folder. In this folder should be a 1 meg inf file such as update.inf. Open this inf and search for ProductInstall.GlobalRegistryChanges.Install. Under this section note what registry keys it mentions, and check the registry permissions for these keys.

-gosh

[ProductInstall.GlobalRegistryChanges.Install]

DelReg=Product.Del.Reg

AddReg=Product.Add.Reg

which key I have to look permissions?

Link to comment
Share on other sites

[ProductInstall.GlobalRegistryChanges.Install]

DelReg=Product.Del.Reg

AddReg=Product.Add.Reg

which key I have to look permissions?

search in updspapi.log at "del.reg" ;)

then in registry you must give the permissions :)

thx gosh, qeek :)

Edited by easy
Link to comment
Share on other sites

[ProductInstall.GlobalRegistryChanges.Install]

DelReg=Product.Del.Reg

AddReg=Product.Add.Reg

which key I have to look permissions?

now search the same inf file you saw this in for [Product.Del.Reg] and [Product.Add.Reg]

Those sections will tell you what registery entries are trying to be deleted and added/modified. Make sure you have permissions to those registery keys via regedit.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...