SafeMSI Désinstaller en mode sans echec
Posté : dim. 12 sept. 2010 11:07
SafeMSI.exe est un petit logiciel gratuit portable, conçu pour vous permettre de désinstaller des programmes en mode sans échec.
Lorsque l'ordinateur est en mode sans échec, le service Windows Installer ne démarre pas.
Il est également possible de démarrer le service manuellement, mais un message d'erreur apparait "Impossible de démarrer le service Windows Installer sur l'ordinateur local. Erreur 1084: Ce service ne peut pas démarrer en mode sans échec ".
Cet outil va faire un tweak du registre de sorte que le service Windows Installer se lance. L'outil est conçu pour être utilisé même si vous êtes déjà en mode sans échec.
compatible avec Windows NT, 2000, XP et Server 2000, Vista, Windows 7.
http://www.windowsitpro.com/article/tip ... mode-.aspx
Pour les puristes la même chose en ligne de commande :
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.
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer" /VE /T REG_SZ /F /D "Service"
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\system\currentcontrolset\control\safeboot\Minimal\MSIServer]
@="Service"
4. To start the service, type
net start msiserver
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.
Ca peux servir ...
Lorsque l'ordinateur est en mode sans échec, le service Windows Installer ne démarre pas.
Il est également possible de démarrer le service manuellement, mais un message d'erreur apparait "Impossible de démarrer le service Windows Installer sur l'ordinateur local. Erreur 1084: Ce service ne peut pas démarrer en mode sans échec ".
Cet outil va faire un tweak du registre de sorte que le service Windows Installer se lance. L'outil est conçu pour être utilisé même si vous êtes déjà en mode sans échec.
compatible avec Windows NT, 2000, XP et Server 2000, Vista, Windows 7.
http://www.windowsitpro.com/article/tip ... mode-.aspx
Pour les puristes la même chose en ligne de commande :

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.
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer" /VE /T REG_SZ /F /D "Service"
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\system\currentcontrolset\control\safeboot\Minimal\MSIServer]
@="Service"
4. To start the service, type
net start msiserver
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.
Ca peux servir ...
