Is there a way to compile AutoIt scripts in console mode that is not opening any message boxes?
We are using AutoIt on a Jenkins build server. Every time an error occurs a message box opens, the build job is stopped and has to be killed. As the Jenkins node is running as a windows service there is no way to ever see the messagebox.
We have implemented a bunch of precautions including running Au3Check in console mode and UnitTests before starting the build but unfortunately from time to time an error occurs during the build. Some of these errors don't even occur when starting the build manually and these errors are extremely hard to find.
As the AutoItWrapper is open source I can easily change the AutoItWrapper to CUI application without required user interaction.
Is there a command line option for Aut2Exe that I am not aware of for console only mode?
If not is there an option planned for a future release?
Thanks in advance!
We are using AutoIt on a Jenkins build server. Every time an error occurs a message box opens, the build job is stopped and has to be killed. As the Jenkins node is running as a windows service there is no way to ever see the messagebox.
We have implemented a bunch of precautions including running Au3Check in console mode and UnitTests before starting the build but unfortunately from time to time an error occurs during the build. Some of these errors don't even occur when starting the build manually and these errors are extremely hard to find.
As the AutoItWrapper is open source I can easily change the AutoItWrapper to CUI application without required user interaction.
Is there a command line option for Aut2Exe that I am not aware of for console only mode?
If not is there an option planned for a future release?
Thanks in advance!