NHolden Posted May 30, 2008 Posted May 30, 2008 Hi, I have a number of scripts that download application patches and install them silently (using v3.2.9). I used to use Opt("RunErrorsFatal", 0) to ensure that if there was a problem (as can happen when installing patches), the script would continue. This option has been removed from 3.2.12 and I'd like to know how to achieve the same thing. Thanks for all assistance!
weaponx Posted May 30, 2008 Posted May 30, 2008 The option RunErrorsFatal has been removed. Run(), RunWait(), ShellExecute() and ShellExecuteWait() now all set @error when they fail to run the application. AutoIt will no longer throw a fatal error when an application fails to run.
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