Modify ↓
Opened on May 5, 2016 at 4:08:41 PM
Closed on Jun 4, 2016 at 5:07:29 PM
Last modified on Jun 4, 2016 at 6:00:01 PM
#3229 closed Feature Request (Completed)
Aut2Exe - Shows popup dialoags from AutoIt3Wrapper when running silent
| Reported by: | 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 by , on Jun 4, 2016 at 4:51:22 PM
| Component: | AutoIt → SciTE4AutoIt |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:2 by , on Jun 4, 2016 at 4:58:20 PM
| Type: | Bug → Feature Request |
|---|
comment:3 by , on Jun 4, 2016 at 5:07:29 PM
| Resolution: | → Completed |
|---|---|
| Status: | assigned → closed |
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