954,260 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Running Windows Installer in Safe Mode - XP

Well, I installed Microsoft Office, but whenever I try to run the computer in normal mode, it freezes. So, I have to try and uninstall it in safe mode but it says you can't. So, I need help.

Kalthanis
Newbie Poster
3 posts since May 2005
Reputation Points: 10
Solved Threads: 0
 

Can you provide us with some more on your problem.

Delete microsoft office from your startup and then try again.

nanosani
Unauthenticated Liar
Team Colleague
1,830 posts since Jul 2004
Reputation Points: 45
Solved Threads: 56
 

Its not even in my startup...

Whenever I turn on my computer, I log on, and it runs fine for about 10 seconds.
But whenever I hover my mouse over the taskbar, I have that hourglass thing, and I can't click anything. Thats all I can say really.

Kalthanis
Newbie Poster
3 posts since May 2005
Reputation Points: 10
Solved Threads: 0
 

See if your processor usage is fine ... if its upto 100 % .. see which process is taking the processor ... if its explorer.exe ... end process and then start a new task "explorer"...

nanosani
Unauthenticated Liar
Team Colleague
1,830 posts since Jul 2004
Reputation Points: 45
Solved Threads: 56
 

Thats not working. It never used to be like this, only when I installed Office.

Kalthanis
Newbie Poster
3 posts since May 2005
Reputation Points: 10
Solved Threads: 0
 
Thats not working. It never used to be like this, only when I installed Office.


Whats not working ?? is your cpu usage normal ??

nanosani
Unauthenticated Liar
Team Colleague
1,830 posts since Jul 2004
Reputation Points: 45
Solved Threads: 56
 

Kalthanis, download and use the Windows Installer cleanup utility
http://support.microsoft.com/kb/290301

See if the uninstall works OK after that. Download it on another PC and save it to CD if necessary, and install/run it in Safe mode on yours.

Catweazle
Grandad
Team Colleague
4,335 posts since Mar 2004
Reputation Points: 229
Solved Threads: 149
 

To make Windows Installer work under safe mode, you need to create a registry entry for every type of safe mode you are logged in to.

1.Safe Mode.
Type this in a command prompt:
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer" /VE /T REG_SZ /F /D "Service"
and then “net start msiserver”

This will start the Windows Installer Service in safe mode.

2.Safe Mode with Networking
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\MSIServer" /VE /T REG_SZ /F /D "Service"
and followed by “net start msiserver “

This will start the Windows Installer Service in safe mode with Networking.

shanefever
Newbie Poster
1 post since Jun 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You