Modify ↓
Opened 11 years ago
Closed 11 years ago
#2463 closed Bug (Works For Me)
RunWait does not wait if running an admin mode program (UAC popup)
Reported by: | m_bayley@… | 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 Changed 11 years ago by m_bayley@…
comment:2 Changed 11 years ago by Jon
- Resolution set to Works For Me
- Status changed from new 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.
Note, this only happens when the 2nd program (containing the RunWait()) is run as a script. Works fine when 2nd program is compiled.