pas besoin d'outils pour demarrer le service windows installer en mode sans echec:
msi installer en safe mode::
Windows Installer Service is not running in Safe Mode
KB Solution ID: SOLN2098|Last Revised: May 07, 2009
The Windows Installer Service needs to be running in order to uninstall in safe mode. This service is not always set to run be default in safe mode. This solution will start the service if user receives the Error 1084: The service cannot be started in safe mode error message after failing to start the service or uninstall a program. Follow the steps below to run the installer service from Safe mode:
1. To start up the computer in safe mode, restart and tap the F8 key repeatedly until the Windows Advanced Boot Options menu appears. You may need to restart several times before this works. Select Safe mode.
2. When Microsoft Windows boots into Safe mode, open a command prompt window. To do this:
Windows XP Users: Click Start → Run, type cmd, click OK.
Windows Vista Users: Click Start → type cmd, press ENTER.
3. To enable the service, modify the following registry key by typing in the command below and pressing ENTER.
Code : Tout sélectionner
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer" /VE /T REG_SZ /F /D "Service"
Code : Tout sélectionner
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\system\currentcontrolset\control\safeboot\Minimal\MSIServer]
@="Service"
4. To start the service, type
in the following command and press ENTER.
5. The Windows Installer will be started. You can now uninstall programs using your Control Panel or an uninstaller .msi package.