Tweaking with Vishal

Windows XP Service Pack 3 (SP3) Setup Error: Access is denied.



Share

Connect

Email

As we all know Microsoft has released the final version of Windows XP SP3 to public and its available via Automatic Updates, Windows Updates and Downloads Center.

Earlier we posted about it at following link:

Windows XP SP3 RTM Available on Windows Update, Automatic Update and Download Center

You can download the SP3 from the above mentioned link.

A few ppl are facing a problem while installing SP3. Whenever they try to install it, Windows shows following error message:

Service Pack 3 setup error. Access is denied.

OR

Service Pack 3 setup error. Service Pack installation did not complete.

If you are also facing the same problem, then follow these simple steps and your problem should be solved:

1. Download and install the Subinacl.exe file from here.

2. Open Notepad and paste following code:

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

3. Save the file with name "SP3.bat".

4. Now right-click on the file and select "Run as administrator". It might take some time to complete.

5. After completion, restart your system and now you should be able to install SP3.

Read Other Interesting Articles



This article was posted in Troubleshooting, Windows XP.

Do You Like This Article?



Related Articles

Popular Articles




97 Comments

Add a Comment

NOTE: If you can't see your comment, please be patient. It'll appear as soon as we approve it.

You can also subscribe to our main RSS feed and comments feed.