Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Forums > Drivers

Vista - Installing HP drivers in safe mode (vista HP 32)

Reply
 
Old 09-03-2009   #1 (permalink)


linux (debian), windows XP, vista HP (32 bit)
 
 

Installing HP drivers in safe mode (vista HP 32)

Hello, all. I'm trying to fix a broken system for a friend of mine, and I've basically ruled out all possible problems except faulty/incompatible video card drivers.

The system only works in safe mode right now, and the HP support drivers for the computer will only install in normal mode, because they use the Windows Installer Service, which is unavailable in safe mode.

So, the question is this: Is there a work-around to get the Windows Installer Service to run in Safe Mode?

Background: this is a Compaq Presario F700 series (F739WM) laptop with Windows Vista Home Premium 32-bit installed.

My System SpecsSystem Spec
Old 09-03-2009   #2 (permalink)


Vista Home Premium x86 / Win7 Ultimate x86
 
 

Re: Installing HP drivers in safe mode (vista HP 32)

Here's a procedure that might help:

Quote:
Windows installer will not work under Safe Mode, this means that programs cannot be installed or uninstalled in safe mode without giving a specific command using msiexec in command prompt.

To make windows installer to work under safe mode you need to create a registry entry for every type of safe mode you are login into:

Safe Mode:

Type this in a command prompt:

REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\ MSIServer"/VE/T REG_SZ /F/D"Service"


Then start the Windows Installer service by typing net start msiserver

Safe Mode with Network:

Type this in a command prompt:

REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\ MSIServer"/VE/T REG_SZ/F/D"Service"


Then start the Windows Installer service by typing net start msiserver.
I noticed that I could only install HP drivers properly in Safe Mode, and didn't have any issues with Windows Installer (also Home Premium 32-bit). Let me know if this helped.
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Sound drivers in safe mode Vista General
Vista Freezes - USB Drivers loaded in safe mode General Discussion
installing programs in Safe Mode Vista General
vista only boot to safe mode but not normal mode Vista General
BSOD - just started - safe mode works perfect - all drivers signed Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46