How do I uninstall IE9 if it is half-installed and not on the uninstall programs list?

15,735

Solution 1

If none of the other answers in this thread worked for you, you could try to restore the system to a pre-IE9 restore-point, if it is not too late.

Otherwise, here is a solution of last resort :

Create a system restore point and then run twice this command from a command prompt which was run as administrator:

FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart"

Please note that monkeying with a product as fundamental to Windows as IE is always a big risk, which if botched might require the reinstallation of Windows.

Solution 2

If the uninstaller doesn't appear where Synetech inc. indicated, it is possible force a manual uninstallation of Windows Internet Explorer 9. To do so:

  1. Locate the installer you used to install Internet Explorer 9 or download a new copy from Microsoft. (This procedure might not work if you use a different version than the one installed.)
  2. Go to Start > All Programs > Accessories > Command Prompt.
  3. Drag and drop the installer in the black box that appears and the path to it will automatically be entered to the console. (You can also cd to the location and enter the executable if you're familiar with the Windows console shell.)
  4. Add a space and the following to the command line: /X:c:\ie9\
  5. Now, type c:\ie9\ie9-win7.msu /uninstall and press Enter.

Windows Installer should now attempt to uninstall Internet Explorer. Once you are done, you can safely delete the c:\ie9 directory.

Solution 3

You did click on the View installed updates link on the left of the Programs and Features window right? Windows Internet Explorer 9 would be listed on that page.

Share:
15,735

Related videos on Youtube

studiohack
Author by

studiohack

Updated on September 17, 2022

Comments

  • studiohack
    studiohack almost 2 years

    Today I started to install Internet Explorer 9, but then before the auto-install can complete I forced it to quit. Now I am in an install neverland - it won't let me install because it says it is already there, and it won't let me uninstall from the Uninstall Programs menu because it doesn't doesn't show up in the list.

    Can anyone give me a backend way of deleting what has been installed so that I can re-run the install process?

    (Incidentally, I can launch IE9 but for some reason it doesn't download things correctly)

    • Synetech
      Synetech over 13 years
      This is surprisingly hard. Googling is effectively useless since pretty much all the pages just say to use the Programs dialog, and it does not appear in the Uninstall key even when successfully installed. I’ll have to dig deeper to find where it is listed (probably under Installer).
  • harrymc
    harrymc over 13 years
    Details are here.