Jump to content

Win xp sp3 build 3244


Recommended Posts


Posted

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

Posted
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?

Posted (edited)
[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
Posted
[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.

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...