View Single Post
  #2 (permalink)  
Old 02-24-2009, 12:49 AM
Sami's Avatar
Sami Sami is offline
Administrator
 
About:
Join Date: Jan 2006
Location: New Jersey
Posts: 804
Sami has a spectacular aura aboutSami has a spectacular aura aboutSami has a spectacular aura about

Default


Windows installer does not work in Safe Mode, for it work you need to edit your Registry File.

Before making changes to your Registry please backup your registry.

To edit Registry for your installer to work follow the steps below.

Start -> Run -> type CMD

In the window please type the below content
Code:
REG ADD HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer/VE/TREG_SZ/F/D %Service%
Then start the windows installer by typing
Code:
net start msiserver



Reply With Quote