amin84 2 Posted August 1, 2010 Hi, I'm trying to uninstall a set of programs automatically but the problem is that the RunWait command doesn't wait until one program is uninstalled. It just runs one after another. Anybody seen this before? The script is very simple: RunWait('Path-To-Uninstall.exe') Tnx. Share this post Link to post Share on other sites
Jos 2,206 Posted August 1, 2010 Hi, I'm trying to uninstall a set of programs automatically but the problem is that the RunWait command doesn't wait until one program is uninstalled. It just runs one after another. Anybody seen this before? The script is very simple:RunWait('Path-To-Uninstall.exe')Tnx.likely the uninstaller.exe shells another program and then ends itself which make AutoIt3 continue? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites