#2971 closed Feature Request (Completed)
AutoItWrapper - Return proper exit code and suppress all dialogs
Reported by: | corystein@… | 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 Changed 10 years ago by TicketCleanup
- Version 3.3.12.0 deleted
comment:2 Changed 10 years ago by anonymous
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 Changed 10 years ago by anonymous
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 Changed 10 years ago by Jos
Give the current beta v14.801.2025.5 a try to see if that works for you.
Jos
comment:6 Changed 10 years ago by Jos
- Resolution set to Completed
- Status changed from new to closed
Changed 10 years ago by anonymous
comment:7 Changed 10 years ago by anonymous
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.
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Automatic ticket cleanup.