I have an app that does not uninstall. It requires the installer file to uninstall, but I can't find it. So, how can I force the uninstallation of an application?

Thank you

link|improve this question

57% accept rate
I've found no solution to this - but a bit more information ... Sometimes when a program installs it ends up putting the "uninstall" in the users profile - for example "administrator". If that profile is then removed then the uninstaller goes as well, which then means it won't uninstall without it. – Tubs May 22 '09 at 10:17
Good question, but belongs over at superuser – Joel Coel Sep 28 '11 at 3:00
feedback

3 Answers

up vote 2 down vote accepted

It would help greatly if you told us the app name and what windows flavor you're using. Usually if you have old files and reg settings that need to be cleared-out ccleaner (freeware) does the trick.

I've also heard good things about Revo Uninstaller (freeware)

update

Also, specific for your problem, there is a technote at the adobe site for an uninstaller for Adobe Flash: http://kb2.adobe.com/cps/141/tn_14157.html

link|improve this answer
its macromedia flash player 8 in a vista machine, although I would prefer something that would work with other cases. – Artur Carvalho May 22 '09 at 9:35
feedback

One simple way is to re-download the application, reinstall the program, and then uninstall it.

link|improve this answer
Or upgrade the application, and then uninstall it – Joel Coel Sep 28 '11 at 3:00
feedback

Firstly it really does depend what application it is, some apps like Norton have an application you can download to remove the application, so its worth checking that.

If that doesn't work then the apps that l0c0b0x suggested will often fix this problem for you.

Finally if that doesn't work, you will need to manually remove the files for the application and then manually remove their entrys from the registry.

Usually warning that editing your registry can break your PC, always backup beforehand

The three most common places for applicaiton data to be stored are:

  • HKEY_LOCAL_MACHINE\SOFTWARE.
  • HKEY_CURRENT_USER\SOFTWARE.
  • HKEY_LOCAL_MACHINE\SYSTEM\ CURRENTCONTROLSET\SERVICES

-EDIT

As SeanyBoy points out, the uninstaller for Norton can be found here

link|improve this answer
Norton has an application you can download to uninstall it!!! Where can I find this? – seanyboy May 22 '09 at 9:42
1  
feedback

protected by Iain Oct 8 '11 at 12:37

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.