Modify ↓
Opened 12 years ago
Closed 12 years ago
#2463 closed Bug (Works For Me)
RunWait does not wait if running an admin mode program (UAC popup)
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.8.1 | Severity: | None |
| Keywords: | RunWait UAC | Cc: |
Description
I created a script using the #RequireAdmin directive and compiled it. If that script is run from a RunWait() function it returns immediately upon answering the UAC permission dialog.
Attachments (0)
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
| Resolution: | → Works For Me |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Note, this only happens when the 2nd program (containing the RunWait()) is run as a script. Works fine when 2nd program is compiled.