Rajan : Computer Blog

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Friday, 15 April 2011

Uninstall Programs Packaged with Windows Installer in Safe Mode

Posted on 12:10 by Unknown
Whenever you install a software in Windows, most of the time it will come with an uninstaller that allows you to safely remove the program from your computer. If you’ve installed a software and suddenly Windows has stopped working, the logical way is to boot Windows in Safe Mode and then try to uninstall. Safe mode is a troubleshooting option for Windows that starts your computer in a limited state. Only the basic files and drivers necessary to run Windows are started. Unfortunately by default you can’t uninstall a software that is packaged with Windows Installer in Safe Mode. If you try to uninstall, you will get the error
“The Windows Installer service is not accessible in Safe Mode. Please try again when your computer is not in Safe Mode or you can use System Restore to return your machine to a previous good state.”

There is a Windows Installer (msiserver) service in Services and if you attempt to manually start it in Safe Mode, you should get an error that says 
“Windows could not start the Windows Installer service on Local Computer. Error 1084: This service cannot be started in Safe Mode.”

To start the Windows Installer service in Safe Mode so that you can uninstall programs, all you need to do is add a new MSIServer registry key. Simply follow the step-by-step instructions below:
1. Hit Win+R, type regedit and click OK.
2. Navigate to the following location in registry editor:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\
3. Right click at Minimal and select New > Key and name it as MSIServer
4. The (Default) data for MSIServer should show (value not set). Double click on (Default) and type Service in the value data. Close the Registry Editor.

5. Again hit Win+R, type services.msc and click OK.
6. Look for Windows Installer on the list, double click on it and click Start.

You can now uninstall programs that is packed using Windows Installer in Safe Mode. 
Alternatively, you can also do all the steps above by typing two command lines below in command prompt or at the Run window.

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

net start msiserver


Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Posted in | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • How to Access Shared Folders in Windows 7 without Username and Password
    My favorite method of accessing a shared folder in the network is by pressing WIN+R , and type double backslash followed by the computer nam...
  • Create Windows 7 bootable USB Flash Drive
    You might have come across a situation where your CD-ROM is non-functional or DVD-drive is inaccessible, but you want to install Windows 7. ...
  • Downgrade Windows 7 64bit to 32bit (x64 to x86)
    By reading the above topic, you all must be thinking that "Can i really downgrade my 64bit windows into 32bit without formatting it?...
  • Disable or Change Keys of your keyboard
    Unless you are one of the few people that make use of every key on your keyboard and are completely happy with your keyboard layout, there i...
  • Speed up Your Windows Vista or Windows 7 with ReadyBoost
    Memory (RAM) is the main consideration for most systems and operating system. Especially for Windows Vista , since it uses more graphics fea...
  • Uninstall Programs Packaged with Windows Installer in Safe Mode
    Whenever you install a software in Windows, most of the time it will come with an uninstaller that allows you to safely remove the program f...
  • How to Create a Clean BCD file to fix Windows 7 Boot problem
    So your Windows 7 PC System no longer boots and you are getting the "...An error occurred while attempting to read the boot configurati...
  • FacebookDiscovery : Facebook Chat Client from Desktop
    Facebook …. The most visited website in the world today probably even beating Google. If you want to find an old friend, the first place you...

Blog Archive

  • ►  2012 (1)
    • ►  September (1)
  • ▼  2011 (8)
    • ▼  April (8)
      • Disable or Change Keys of your keyboard
      • Create Windows 7 bootable USB Flash Drive
      • Speed up Your Windows Vista or Windows 7 with Read...
      • Downgrade Windows 7 64bit to 32bit (x64 to x86)
      • Uninstall Programs Packaged with Windows Installer...
      • FacebookDiscovery : Facebook Chat Client from Desktop
      • How to Access Shared Folders in Windows 7 without ...
      • RockMelt Beta 2 Released : Download now
Powered by Blogger.

About Me

Unknown
View my complete profile