|
| |||||||||
| Tags: 2007, 57a, suite |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| 2007 Office Suite Service Pack 1 failed to install Error Code 57A
I am running Microsoft Office 2007 Professional under Vista Home Premium. When I try to install the Office Service Pack 1 Update, it downloads correctly, then fails to install with error code 57A. Any suggestions as I cannot find any explanation of what this code means and what to do about it? Thanks. |
|
#2
| |||
| |||
| RE: 2007 Office Suite Service Pack 1 failed to install Error Code 57A
I have the same problem. Have you resolved this? I am desperate for help. RL1 |
|
#3
| |||
| |||
| Re: 2007 Office Suite Service Pack 1 failed to install Error Code 57A New Office Updates Failed with Code 57A -- Peter Please Reply to Newsgroup for the benefit of others Requests for assistance by email can not and will not be acknowledged. "ericr" <ericr@discussions.microsoft.com> wrote in message news:C2F972BD-206F-49E5-BB1D-0E6177F46575@microsoft.com... >I am running Microsoft Office 2007 Professional under Vista Home Premium. > When I try to install the Office Service Pack 1 Update, it downloads > correctly, then fails to install with error code 57A. Any suggestions as I > cannot find any explanation of what this code means and what to do about it? > Thanks. |
|
#4
| |||
| |||
| Re: 2007 Office Suite Service Pack 1 failed to install Error Code "Peter Foldes" wrote: > New Office Updates Failed with Code 57A > > -- > Peter > > Please Reply to Newsgroup for the benefit of others > Requests for assistance by email can not and will not be acknowledged. > > "ericr" <ericr@discussions.microsoft.com> wrote in message news:C2F972BD-206F-49E5-BB1D-0E6177F46575@microsoft.com... > >I am running Microsoft Office 2007 Professional under Vista Home Premium. > > When I try to install the Office Service Pack 1 Update, it downloads > > correctly, then fails to install with error code 57A. Any suggestions as I > > cannot find any explanation of what this code means and what to do about it? > > Thanks. > |
|
#5
| |||
| |||
| Re: 2007 Office Suite Service Pack 1 failed to install Error Code
Suggestion was to: > examine the logs files in temp folder (MSI*.LOG). In my case it was an > access problems with the RegKeys below HKEY_LOCAL_MACHINE\SOFTWARE > \Microsoft\Internet Explorer\MAIN\FeatureControl. > I took over the ownership of the RegTree or in some cases individually > Keys and set rights for the System Account. It did not work for me as my registry was: Error 1402.Setup cannot open the registry key UNKNOWN\.pcb\PCBFile\ShellNew. Verify that you have sufficient permissions to access the registry or contact Microsoft Product Support Services (PSS) for assistance. For information about how to contact PSS, seePSS10R.CHM. === Logging stopped: 3/5/2008 19:50:36 === and I could not change permissions on ShellNew "Peter Foldes" wrote: > New Office Updates Failed with Code 57A > > -- > Peter > > Please Reply to Newsgroup for the benefit of others > Requests for assistance by email can not and will not be acknowledged. > > "ericr" <ericr@discussions.microsoft.com> wrote in message news:C2F972BD-206F-49E5-BB1D-0E6177F46575@microsoft.com... > >I am running Microsoft Office 2007 Professional under Vista Home Premium. > > When I try to install the Office Service Pack 1 Update, it downloads > > correctly, then fails to install with error code 57A. Any suggestions as I > > cannot find any explanation of what this code means and what to do about it? > > Thanks. > |
|
#6
| |||
| |||
| Re: 2007 Office Suite Service Pack 1 failed to install Error Code
ericr, Thank you for that. Have you had this problem? did this solution help you? I will try this out and keep you informed. Regards, RL1 |
|
#7
| |||
| |||
| Re: 2007 Office Suite Service Pack 1 failed to install Error Code
ericr, I have had several Office updates and many times get error 57A. Every time, I look at the MSI log files and go to the relevant registry item and change ownership/permission to EVERYONE and then the update installs successfully. The problem is that this requires an iteration of installation, failures and registry changes and sometimes requires about 20 registry permission changes. This is very tiresome and worrying. Do I have to go through this pain every time I get these updates or is something very wrong with my PC setup or registry? Thanks for you help, RL1 |
|
#8
| |||
| |||
| Re: 2007 Office Suite Service Pack 1 failed to install Error Code
To all, I found a solution to the problem at http://blog.tiensivu.com/aaron/archi...missions!.html I was able to successfully install the update and fix several other issues. The problem apparently was that the registries permissions and ownership were corrupted. Every time I tried to take ownership or change the permissions of the root keys I would get an error message on the sub keys. I tried changing the individual keys, one at a time, but there were too many that needed to be changed. I found a post that gave me the solution. First, I sent a restore point, then I downloaded from Microsoft and installed Subinacl. Then I saved the attached commands in a file called ‘reset.cmd’, which I then ran as an Administrator. cd /d "%ProgramFiles%\Windows Resource Kits\Tools" subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f subinacl /subdirectories %SystemDrive% /grant=administrators=f /grant=system=f subinacl /subdirectories %windir%*.* /grant=administrators=f /grant=system=f secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose It took some time to reset all of the registries, about 30 minutes. When I rebooted my computer it loaded Vista faster, and the installs went smoothly. "RL1" wrote: > ericr, > > I have had several Office updates and many times get error 57A. > Every time, I look at the MSI log files and go to the relevant registry item > and change ownership/permission to EVERYONE and then the update installs > successfully. > The problem is that this requires an iteration of installation, failures and > registry changes and sometimes requires about 20 registry permission changes. > This is very tiresome and worrying. > Do I have to go through this pain every time I get these updates or is > something very wrong with my PC setup or registry? > > Thanks for you help, RL1 |
|
#9
| |||
| |||
| Re: 2007 Office Suite Service Pack 1 failed to install Error Code
ericr, Thanks for the advice. This looks like a bold move to take, but I will risk it and try it out some time in the next few days. I will keep you informed on how it goes. I guess if things go wrong I can restore back to the restore point. RL1 |
|
#10
| |||
| |||
| Re: 2007 Office Suite Service Pack 1 failed to install Error Code
ericr, Sorry, but I have one question about the command script you have above. Is the line: subinacl /subdirectories %windir%*.* /grant=administrators=f /grant=system=f missing a back-slash? Should it be: subinacl /subdirectories %windir%\*.* /grant=administrators=f /grant=system=f Thanks again, RL1 |
|
#11
| |||
| |||
| Re: 2007 Office Suite Service Pack 1 failed to install Error Code
ericr, After running the script 'reset.cmd’, I tried running a Microsoft Update for Office/Excel 2003 and get the following error in the file 'C:\Windows\Temp\MSI1673a.LOG' (note that this problem existed before running the script so the script has not made thing worse). ==================== Error 1402. Setup cannot open the registry key HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{8075535F-5146-11D5-A672-00B0D022E945}\InprocServer32\11.0.0.0. Verify that you have sufficient permissions to access the registry or contact your Information Technology department for assistance. === Logging stopped: 18/03/2008 07:59:34 === Shouldn't the permission issue have been resolved by running 'reset.cmd’? Thanks and Regards, RL1 |
|
#12
| |||
| |||
| Re: 2007 Office Suite Service Pack 1 failed to install Error Code
a couple of thigs. you are correct the reset.cmd file should read: cd /d "%ProgramFiles%\Windows Resource Kits\Tools" subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f subinacl /subdirectories %SystemDrive% /grant=administrators=f /grant=system=f subinacl /subdirectories %windir%|*.* /grant=administrators=f /grant=system=f secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose pause I ran it as administrator and with uac turned off and all applications closed. does this help? >>> by the way this seems to be a common fix for multiple install problems, google "subinacl cmd" <<< "RL1" wrote: > ericr, > > After running the script 'reset.cmd’, I tried running a Microsoft Update for > Office/Excel 2003 and get the following error in the file > 'C:\Windows\Temp\MSI1673a.LOG' (note that this problem existed before running > the script so the script has not made thing worse). > > ==================== > Error 1402. Setup cannot open the registry key > HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{8075535F-5146-11D5-A672-00B0D022E945}\InprocServer32\11.0.0.0. > Verify that you have sufficient permissions to access the registry or > contact your Information Technology department for assistance. > === Logging stopped: 18/03/2008 07:59:34 === > > Shouldn't the permission issue have been resolved by running 'reset.cmd’? > > Thanks and Regards, RL1 |
|
#13
| |||
| |||
| Re: 2007 Office Suite Service Pack 1 failed to install Error Code
ericr, Thanks for all your help. I ran a system restore and then re-ran it all over again. Then I ran an "Office 2003 Repair" from the original CD and this worked (it didn't before, good news!). Then all my windows updates worked fine! So, I am very happy and am very keen on this fix ..... but .... I have had one bad side effect and hope you can help me with this. My Vista PC has two extra users and these users now do not have a logon once I try to switch user or after a reboot. I only get a prompt to logon as the Admin user. The other user's files are all there intact, but they can not log on. I tried using the Control Panel users setup to re-create these users but it claims the user name has illegal characters and could not re create the users. So what I need is a way to make these two users visible to Vista so they can logon again.... Can you help me please? Regards, RL1 |
|
#14
| |||
| |||
| Re: 2007 Office Suite Service Pack 1 failed to install Error Code
my only suggestion is to delete the accounts, but keep the files. or set up two new accounts and copy over the files "RL1" wrote: > ericr, > > Thanks for all your help. > > I ran a system restore and then re-ran it all over again. Then I ran an > "Office 2003 Repair" from the original CD and this worked (it didn't before, > good news!). Then all my windows updates worked fine! > > So, I am very happy and am very keen on this fix ..... but .... I have had > one bad side effect and hope you can help me with this. > > My Vista PC has two extra users and these users now do not have a logon once > I try to switch user or after a reboot. I only get a prompt to logon as the > Admin user. The other user's files are all there intact, but they can not > log on. I tried using the Control Panel users setup to re-create these users > but it claims the user name has illegal characters and could not re create > the users. So what I need is a way to make these two users visible to Vista > so they can logon again.... > > Can you help me please? > > Regards, RL1 |
|
#15
| |||
| |||
| Re: 2007 Office Suite Service Pack 1 failed to install Error Code
Ericr, Yes, I performed a system restore for now and have thought I may as a last resort do as you suggest. I will keep you informed on progress. Thanks, RL1 |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "2007 Office Suite Service Pack 1 failed to install Error Code 57A" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Vista Service Pack 2 failed to install; error code 80004005 | denim | Vista Help | 8 | 28-09-2011 10:20 PM |
| 2007 Office Suite service pack 2 error code 0x80070020 | Wayne | Office Update Service | 3 | 27-07-2009 02:50 PM |
| Vista service pack 2 failed with code 0x8004402f cannot install service pack 2 | Joe Code | Vista Help | 7 | 18-06-2009 01:16 AM |
| Office Suite 2007 SP2 install fails error code 80070663 | Earle Horton | MS Office Support | 3 | 12-06-2009 11:18 AM |
| The 2007 Microsoft® Office Suite Service Pack 2 (SP2) | Andrea Montanari | Office Setup | 2 | 04-05-2009 09:26 PM |