#2971 closed Feature Request (Completed)
AutoItWrapper - Return proper exit code and suppress all dialogs
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
We currently using the autoitwrapper.exe to build our autoit scripts using a continuous integration server. We noticed that the autoitwrapper.exe does not return a proper exit code if any failure occurs. Also, when using the FileInstall function the dialog is shown even if /NoStatus is supplied.
Any change this could be fix? We have a hard time determine if compiles fails otherwise. Which is not good if we want to ensure the quality of our executables.
Attachments (1)
Change History (7)
comment:1 by , 11 years ago
| Version: | 3.3.12.0 |
|---|
comment:2 by , 11 years ago
What would you suggest for exitcode? Just 0 when successful or else a 1 as there are many things that could go potentially wrong depending on the used directives.
Which dialog do you mean with FileInstall? Something related to aut2exe?
Jos
comment:3 by , 11 years ago
Yes, 0 for success and otherwise 1 for any error.
Yes, the FileInstall calls opens a dialog if a resource is not found when running the wrapper.
comment:5 by , 11 years ago
Give the current beta v14.801.2025.5 a try to see if that works for you.
Jos
comment:6 by , 11 years ago
| Resolution: | → Completed |
|---|---|
| Status: | new → closed |
by , 11 years ago
| Attachment: | AutoItWrapper_Request.rtf added |
|---|
comment:7 by , 11 years ago
I added an attachment with some details. However, we have not had much luck getting the AutoItWrapper to work the way we'd hoped. Details on our request is in the attachment.

Automatic ticket cleanup.