Stepping on the soapbox. Hard to believe it's been over 6 weeks now and it seems that the only real solution is to do a clean reinstall of Vista. But since neither Microsoft nor Gateway will supply an OEM disc that's not possible. I'm getting close to the Bittorrent option, unfortunately. Microsoft says call Gateway, Gateway says call Microsoft. They give the illusion of a solution while blocking any real solution. Anyone read Catch-22 by Joseph Heller? It's a critique of bureaucratic operation and reasoning, involving contradictory circular logic. I really don't recall any past Windows Service Packs being such a pain to install. Granted they may have broken somethings, but that is to be expected with major patches of any software. But to have such issues with the actual installing of one on machines past the clean install stage? What happend, Microsoft? Stepping off the soapbox. Seems this thread is becoming a collection of anything and everything one can try to get SP2 installed. SpiritX I'm pretty **** about keeping device drivers updated, but you never know. I'll double check everything. At each attempt I've uninstalled my security software to avoid any issues. Seems to me that Microsoft should write the updates to override any protest or blocks by other software, but hey that's just me. As opposed to past service packs, it seems that Microsoft is going to great pains to make sure security software is disabled. Yes, Windows Installer CleanUp comes in real handy with an uninstall is jacked up and one can not reinstall something. When I have some time a bit later this week I'll run through your steps, it can't hurt. Run the standalone as Administrator You mentioned this and JimNorgate posted it several days ago on this thread. Somehow I missed it. He said it worked for him. Unless I posted here that I did and missed the comment when reviewing the thread, I don't think any MS people have suggested it and I don't think I tried it. I'll give that a shot. It's beyond me why Windows would not run a service pack in Administrator Mode by default or that it shuld be required to be run that way. I'll also give the following a shot later this week as well, though it seems I've done some of it: Did some more research on the Windows Management Instrumentation software issue that my issue seems to be tied to. See my May 31st 12:25am post on this thread. "Msinfo32: Response - Can’t Collect Information Cannot access the Windows Management Instrumentation software. Windows Management files may be moved or missing." From http://social.technet.microsoft.com/Forums/en-US/itprovistasetup/thread/2958c491-d459-4ad0-b3e3-088f31db85b0 Tim Quan MSFTposted on November 06, 2007: Text within {} added by me from msbeen67's post to provide coherency.
"First let’s try msbenn67’s suggestion to repair the WMI service in Vista.
{ I'm have the same issue. Here's what I have done so to attempt to solve. However, this didn't work.
- Start the computer in Safe Mode without networking. 2. Open a command prompt as administrator 3. Type "net stop winmgmt" without quotes and press enter to make certain the wmi service is not running. 4. Go to the windows\system32\WBEM\ and rename the Repository folder or delete all of its contents. 5. Restart the system to normal mode. 6. Open a command prompt as administrator. 7. Type "net stop winmgmt" without quotes and press enter to stop the wmi service. 8. Type winmgmt /resetRepository and restart the system. 9. Test the event viewer
I've also tried changing permissions for root to all local services and netwrok services full access.
Nothing has worked so far. If anyonw has other ideas, please let me know. I don't want to reinstall again.}
If the issue persists, please try the suggestions below:
Suggestion 1: Restart WMI Service
=============================
- Click Start, type services.msc and press Enter.
- Double-click Windows Management Instrumentation.
- Make sure the Startup type is Automatic.
- If the Service statues is Stopped, click Start. If it is Started, click Stop and click start to restart it.
Suggestion 2: Register WMI Components
=================================
- Click start -All Programs -Accessories. Right-click Command Prompt and click Run as an administrator.
- Type the following command in the prompt window and press Enter after every line.
winmgmt /clearadap
winmgmt /kill
winmgmt /unregserver
winmgmt /regserver
winmgmt /resyncperf
Suggestion 3: Import WMI Registry Keys
=================================
Step 1: Back up Registry
- Click Start, type "regedit" (without quotation marks) in the Open line, and click OK.
- In the Registry Editor, click File menu, and click Export.
- In the Save In list, select the folder where you want to save the backup.
- In the File Name box, type a name for your backup file, such as "Options" or "Backup".
- Click Save.
Step 2: Create and Run the Registry File
- Click Start, type "notepad C:\register.reg" (without quotation marks) in the Open box, and then click OK. Choose Yes when you are prompted to create a new file.
- Copy the following texts between the star marks and then paste them into the opened Notepad window:
***************BEGIN***************
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Winmgmt]
"DisplayName"="Windows Management Instrumentation"
"ImagePath"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,\
74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
00,76,00,63,00,68,00,6f,00,73,00,74,00,2e,00,65,00,78,00,65,00,20,00,2d,00,\
6b,00,20,00,6e,00,65,00,74,00,73,00,76,00,63,00,73,00,00,00
"Description"="Provides a common interface and object model to access management information about operating system, devices, applications and services. If this service is stopped, most Windows-based software will not function properly. If this service is disabled, any services that explicitly depend on it will fail to start."
"ObjectName"="localSystem"
"ErrorControl"=dword:00000000
"Start"=dword:00000002
"Type"=dword:00000020
"DependOnService"=hex(7):52,00,50,00,43,00,53,00,53,00,00,00,00,00
"ServiceSidType"=dword:00000001
"FailureActions"=hex:80,51,01,00,00,00,00,00,00,00,00,00,02,00,00,00,14,00,00,\
00,01,00,00,00,60,ea,00,00,01,00,00,00,60,ea,00,00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Winmgmt\Parameters]
"ServiceDllUnloadOnStop"=dword:00000001
"ServiceDll"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,\
00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,\
77,00,62,00,65,00,6d,00,5c,00,57,00,4d,00,49,00,73,00,76,00,63,00,2e,00,64,\
00,6c,00,6c,00,00,00
"ServiceMain"="ServiceMain"
****************END****************
After you paste the above commands, please close the Notepad window. Choose Yes when you are prompted to save the file.
- Click Start, type "C:\register.reg" (without quotation marks) and
press Enter to run the commands we have pasted.
- When you receive a message box asking "Are you sure you want to add the
information in the REG file to the registry", choose "Yes"
- You will receive another message box indicating "Information in the REG file has
been successfully entered into the registry"; please click "OK" to confirm.
- Restart the computer.
Suggestion 4: System File Checker
=============================
- If we have Windows Vista installation DVD disc, Please put it in the DVD/CD-ROM, if not, Please perform step 3 directly.
- Click "Exit" if the auto-menu pops up.
- Click start -All Programs -Accessories. Right-click Command Prompt and click Run as administrator.
- Type "SFC /Scannow" (without quotation marks) in the "Open" box, and click "OK". Note: There is a space between "SFC" and "/Scannow". This command will take several minutes to complete and may require access to the Windows installation source files.
Hope it helps." Microsoft Partner - "Gentlemen, you can't fight in here! This is the War Room."