Skip to content

Commit 87960b3

Browse files
committed
support more scenarios
1 parent cb44f4a commit 87960b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/unattented_install.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ AutoInstall(installerPath) {
1111
break
1212
if WinActive("ahk_exe " . processName) {
1313
; try controls with text containing target keywords (case insensitive)
14-
candidates := ["OK", "Next", "Install", "Agree", "Finish", "Exit", "Yes", "Done"]
14+
candidates := ["OK", "Next", "Install", "Agree", "Finish", "Exit", "Yes", "Done", "Noted", "Continue"]
1515
controlList := WinGetControls("ahk_exe " . processName)
1616
for index, ctrl in controlList {
1717
try {

0 commit comments

Comments
 (0)