We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb44f4a commit 87960b3Copy full SHA for 87960b3
scripts/unattented_install.ahk
@@ -11,7 +11,7 @@ AutoInstall(installerPath) {
11
break
12
if WinActive("ahk_exe " . processName) {
13
; try controls with text containing target keywords (case insensitive)
14
- candidates := ["OK", "Next", "Install", "Agree", "Finish", "Exit", "Yes", "Done"]
+ candidates := ["OK", "Next", "Install", "Agree", "Finish", "Exit", "Yes", "Done", "Noted", "Continue"]
15
controlList := WinGetControls("ahk_exe " . processName)
16
for index, ctrl in controlList {
17
try {
0 commit comments