amin84 Posted July 16, 2010 Posted July 16, 2010 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.
evilertoaster Posted July 16, 2010 Posted July 16, 2010 (edited) 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 July 16, 2010 by evilertoaster
amin84 Posted July 18, 2010 Author Posted July 18, 2010 Tnx a lot. I'll post the script when it's done.
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