Windows Installer & Safe Mode
Created: 20 Sep 2007 | 4 comments
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 work under safe mode, you need to create a registry entry for every type of safe mode you are logged in to.
- 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.
- Safe Mode with Network
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.
Blog Entry Filed Under:
The Endpoint Management Community Blog is the perfect place to share short, timely insights including product tips, news and other information relevant to the Endpoint Management community. Any authenticated Connect member can contribute to this blog.
Comments 4 Comments • Jump to latest comment
J'ai installé un norton démo pour 30 jrs, mais il est dans un language que je ne connais pas, genre allemand. Que puis-je faire pour réparer le tou????
Bonjour
J'ai downloadé un norton démo de 30 jrs, mais il est dans une langue inconnu, genre allemand, que puis-je faire pour le changer???
jdassin@hotmail.com
Merci
@France957
http://community.norton.com/norton/
Nice finding...
Please don't forget to mark your thread solved with whatever answer helped you : ) Thanks & Regards Aravind
Would you like to reply?
Login or Register to post your comment.