Dizzy Posted December 10, 2003 Posted December 10, 2003 Hi All! Is there any way to hide the "AutoIt Error" window? Problem : i want to install some software with parameters - including a password. If the server or the net or something else is inaccessible - there will be a popup with the line including everything. That's not good Help :iamstupid: ... Thanks
Administrators Jon Posted December 10, 2003 Administrators Posted December 10, 2003 You mean when a Run/RunWait command fails?There is a new option for AutoItSetOption() called "RunErrorsFatal" that causes Run to fail silently with an @error code. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
Administrators Jon Posted December 10, 2003 Administrators Posted December 10, 2003 Whoops, sorry. My answer was for v3 only. Under 2.64 you can't do this. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
Dizzy Posted February 25, 2004 Author Posted February 25, 2004 Yes - that works! Now i'm using 3.x! Thanks!
ezzetabi Posted February 25, 2004 Posted February 25, 2004 using the v2 cant you just check if the server is online before proceed?
Recommended Posts