| 3 | | Sleep, 100 |
|---|
| 4 | | ControlSend, Button1, {Enter}, CDex Installation |
|---|
| 5 | | Sleep, 100 |
|---|
| 6 | | ControlSend, Button1, {Enter}, CDex Installation: Installation Options |
|---|
| 7 | | Sleep, 100 |
|---|
| 8 | | ControlSend, Button1, {Enter}, CDex Installation: Installation Directory |
|---|
| 9 | | Sleep, 100 |
|---|
| 10 | | Loop |
|---|
| 11 | | { |
|---|
| 12 | | ControlGetText, txt, Button7, CDex Installation |
|---|
| 13 | | ;WinWait, CDex Installation |
|---|
| 14 | | if "&No"==txt |
|---|
| 15 | | { |
|---|
| 16 | | ControlSend, Button7, {Enter}, CDex Installation |
|---|
| 17 | | Break |
|---|
| 18 | | } |
|---|
| 19 | | Continue |
|---|
| 20 | | } |
|---|
| 21 | | Sleep, 100 |
|---|
| | 3 | WinActivate CDex Installation |
|---|
| | 4 | Send !N |
|---|