Jump to content

RunWait doesn't wait!


Recommended Posts

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.

Link to comment
Share on other sites

  • Developers

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.
  :)

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...