mraeryceos Posted March 3, 2006 Posted March 3, 2006 Might want to add this tweak to your unattended installation...quote from newsgroups:This can be a useful tip for those times that Wind0ze will not run innormal mode but you need to install/uninstall a program to help fixthe problem."Ever have to start Windows in Safe Mode and install somesoftware to troubleshoot or correct the problem? Or uninstallthe application that was causing the problem? Good luck: SafeMode disables Windows Installer. Sigh. Try and you'll get a"This service cannot be started in Safe Mode" error. But whatif you really want to? Trick Windows.Trick number one: Tell Windows that Windows Installer is a"safe" service. Get into the command line and run:REG ADD "HKEY_LOCAL_MACHINE\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer" /VE /T REG_SZ /D "Service" net startmsiserverLong, I know, but it'll list the Windows Installer Service aslegitimate for Safe Mode. You can actually do this trick forany service, but don't overdo it: Safe Mode is supposed to beminimal to make sure Windows can start.Trick number two: Run SafeMSI.exe (link included below). It'llstart the service in Safe Mode. Wow, that was easy. Bravo toHarry Bates, its author, and thanks to the folks at JSI FAQ(www.jsifaq.com) for hosting it.I like the second trick better because it leaves the WindowsInstaller service disabled normally, but it lets you run it ifyou absolutely need to do so in order to uninstall somethingfrom within Safe Mode. In the event that Windows Installer wascausing the problem that forced you into Safe Mode to begin with(unlikely, but that's why the service isn't on the safe list bydefault), the second trick will still allow Safe Mode to get yougoing in a minimal configuration."
Shark007 Posted March 4, 2006 Posted March 4, 2006 excellent tip. Here is a link to the file mentioned in the Quote. SafeMSI.exeshark
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now