Modify ↓
#3229 closed Feature Request (Completed)
Aut2Exe - Shows popup dialoags from AutoIt3Wrapper when running silent
Reported by: | cory.r.stein@… | Owned by: | Jos |
---|---|---|---|
Milestone: | Component: | SciTE4AutoIt | |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
When calling the AutoIt3Wrapper silently (/NoStatus), any FileInstall errors halt the execution with a dialog. Ideally, it would nice to write them as errors to the console and cause it to fail.
Attachments (0)
Change History (4)
comment:1 Changed 8 years ago by Jos
- Component changed from AutoIt to SciTE4AutoIt
- Owner set to Jos
- Status changed from new to assigned
comment:2 Changed 8 years ago by Jos
- Type changed from Bug to Feature Request
comment:3 Changed 8 years ago by Jos
- Resolution set to Completed
- Status changed from assigned to closed
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.
Note: See
TracTickets for help on using
tickets.
This was already implemented in:
v14.801.2025.5 Added check for AUT2EXE failure adding FileInstall() files. and set return code to 1.
Jos