Service pack- IE7 paradox

Shenlord

Junior Member
Mar 8, 2009
9
0
0

Hey guys.
I just installed a new MB , CPU and Mem in my old comp.b(old MB failed)
I did a repair install of XP pro.
It worked fine and the comp works fine. I have internet firefox, access to files games etc...

except....

I need to reinstall SP2 and SP3...

but I need to have Window Internet Explorer 7 to download the updates..
and..

Microsoft explorer won't open or install without SP2.
"The procedure entry point SHRegGetValueW could not be located in the dynamic link library SHLWAPI.dll"

I think my registy has SP2 (maybe SP3) but my comp does not.

I tried installing IE6 but I stil get the same error message.

I tried to install this: windowsxp-kb936929-sp3-x86-debug-enu.exe. installation fails and tells me the expected ..... is not there.


My MB chipset drivers won't install w/o SP2.

Any suggestions? I don't think Microsoft will let me do another clean install> I have done 3 in the 5 years I used the comp.


thanks in advance
 

bruceb

Diamond Member
Aug 20, 2004
8,874
111
106
See this link

http://support.microsoft.com/default.aspx?kbid=875350

The problem is basically SP2 never fully installed so it must
be removed and redone from scratch. As to fixing Microsoft Explorer follow these steps:

When your computer restarts, Windows Explorer (Explorer.exe) does not run, and the Windows icons and the Start button are unavailable. To resolve this problem, follow these steps:

1. Press CTRL+ALT+DEL to start Task Manager.
2. Click File, and then click New Task (Run...).
3. In the Open box, type regedit, and then click OK.
4. Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\RpcSs
5. On the right side of the viewing pane, right-click ObjectName, click Modify, type LocalSystem in the Value data box, and then click OK.
6. Restart your computer

I would suggest you create a XP OS CD with SP3 already slipstreamed into it. It make life much easier.
You need a program called Autostreamer to make the slipstream cd. Not hard to do, but you do need
the XP CD and the proper SP files either on the drive in a folder or on a CD / Flash Drive
And I would not be worried about MS not letting you reactivate.
 

Shenlord

Junior Member
Mar 8, 2009
9
0
0
Thanks for the reply.

I unsuccessfully tried the 4 Microsoft fixes in the MS link above. The last one - using the recovery console - told me it could not find the file.

I have tried installing the IT developer sp2 (and various other versions)but was told I needed sp1 first.
SP1a gives me the "access denied" error when I try to install it.

So I am still unable to uninstall the old Sp's (which do not seem to appear anywhere)
and cannot install sp1,2 or 3.

Any other ideas?
 

Shenlord

Junior Member
Mar 8, 2009
9
0
0


I've just tried the following registry fix but no Error 5 is found in the Setupapi.log.




Step 1: Locate the specific registry key
To locate the correct registry key to change the permissions and enable Windows XP SP2 or Windows Server 2003 SP1 to install successfully, follow these steps:

1. Include registry information in the Setupapi.log file by enabling verbose logging. For more information about how to enable verbose logging, click the following article number to view the article in the Microsoft Knowledge Base:
906485 (http://support.microsoft.com/kb/906485/ ) How to enable verbose logging on a Windows XP-based computer
Note By default, registry keys are not recorded in the Setupapi.log file.

After you enable verbose logging, install Windows XP SP2 or Windows Server 2003 SP1 again to capture the registry key.
2. Open the Setupapi.log file. By default, this file is located in the C:\Windows folder. To open the Setupapi.log file, click Start, click Run, type %windir%\setupapi.log, and then click OK.
3. Press CTRL+END to scroll to the end of the Setupapi.log file.
4. On the Edit menu, click Find.
5. In the Find what box, type Error 5: Access is denied under Direction, click Up, and then click Find Next.

The found entry in the Setupapi.log file should resemble the following example:
#-007 Deleting registry key HKCR\vnd.ms.radio
#E033 Error 5: Access is denied.

Note The line before the "Access is denied" entry indicates the registry key in question. In this case, HKCR represents the registry hive that is labeled "HKEY_CLASSES_ROOT." "vnd.ms.radio" is one subkey that is located under that registry hive.

Step 2: Reset the registry permissions
As soon as you have found the registry subkey that has the incorrect permissions, update the permissions for that subkey.

To update the permissions of the registry subkey, follow these steps:

1. Click Start, click Run, type regedit, and then click OK to start Registry Editor.
2. Locate and right-click the registry subkey that you noted in Step 2d, and then click Permissions.
3. Under Group or user names, click Administrators.
4. Under Permissions for Administrators, make sure that the Allow check box for the following entries is selected:
* Full Control
* Read
5. Click Apply, and then click OK.
6. On the File menu, click Exit to exit Registry Editor.

The permissions issue for the registry subkey should now be resolved, and Windows XP SP2 or Windows Server 2003 SP1 should install successfully. If you experience additional problems when you try to install Windows XP SP2 or Windows Server 2003 SP1, repeat these steps as needed.
Back to the top
 

Shenlord

Junior Member
Mar 8, 2009
9
0
0


1.
After I type this cmd line, it takes me to the Windows help info window instead of resetting:


Resetting the Registry and the File Permissions

Using SECEDIT.EXE in Windows XP Professional

In Windows XP Professional, you may use the following secedit command-line to reset the file and registry permissions to defaults.
secedit /configure /cfg %windir%\repair\secsetup.inf /db secsetup.sdb /verbose

For more information, see article How to reset security settings back to the defaults.


2 I made the reset.cmd in notepad and saved it to my desk top..... but it doesn't run. It flashes on then off.

I checked after installing and the subinacl.exe is in my program files\windows resource kits\ tools

Using SubInACL

For Windows XP Home Edition (and Professional Edition), you may use the SubInACL tool to reset the registry and file permissions. Download and then install the Subinacl.exe (~370 KB) from Microsoft. SubInACL is a command-line tool that enables administrators to obtain security information about files, registry keys, etc.

Open Notepad, copy the commands below and save the file as reset.cmd. Double-click the file to run it. This script file may take a long time to run. Registry and file permissions in your system should be reset.
cd /d ?%ProgramFiles%\Windows Resource Kits\Tools?
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f
subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f
subinacl /subdirectories %SystemDrive% /grant=system=f

Note: If
 

Lepard

Senior member
Mar 31, 2005
368
0
76
Sometimes its just easier to reinstall the OS... if you cannot activate online, give MS a quick phone call and explain that the motherboard failed. They will provide the activation code.

Everytime I have done this is has been less than 5 minutes.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |