bqp2 Posted December 18, 2010 Posted December 18, 2010 Okay i been using the Mouseclick to load short cut to Program features Then using Send("my") to goto Program and this works but if something messes up and Program doesnt complete the install and the uninstall check is in a -> If ProcessExists ( "FILE.EXE" ) Then uninstal code my problem is if something messes up during the install the process will be there but the program wont be in the add remove list But still sends MY and it will try and uninstall the first file starting with M lol Is there a way to just check the add remove list with wild card cause name changes example 1 will be File(1) other will Be File(2) is there away to check list if File(wildcard) exist Then Uninstall process
JohnOne Posted December 18, 2010 Posted December 18, 2010 You could check they're in the list @ HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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