Jump to content

Trigger the uninstaller of an application by it's name if it exists


Recommended Posts

Hi, I'm new to autoit and I started making an application to do automated cleanup and tweak. I made pretty much everything except I want to know is it possible to trigger the uninstaller of a installed application by calling it's name if it exists? For example if I want to uninstall FireFox, I want to be able to just call it's name (Firefox) and the program will check if it exists, it will trigger it's uninstaller.

Any help or example file will be greatly appreciated.

Tnx. :blink:

Link to comment
Share on other sites

I don't know if there's a UDF that would make it easier, but you can find a list of installed software, the display name for it, and the path to its uninstall executable in the windows registry at the following location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

Edited by evilertoaster
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...