Home > other >  AU3, automatic installation during the second button is invalid
AU3, automatic installation during the second button is invalid

Time:05-28

Run (" dbeaver - ce - 7.2.4 - x86_64 - setup. Exe ")
$title="DBeaver Community 7.2.4 (x86_64) Setup"
WinWaitActive (Installer "Language", "both Please select a Language")
Send (" {enter} "); The first executable

WinWait ($title, "DBeaver Community")
DBeaver WinActivate ($title, "Community")
ControlClick ($title, "DBeaver Community installation wizard", "Button2")
Send (! "" N ")
WinWaitActive ($title, the "license agreement")
Send (! "" I ")
WinWaitActive ($title, "Choose the Users")
Send (! "" N ")
WinWait (Installer "Language", "both Please select a Language")
Installer WinActivate (" Language ", "both Please select a Language")
; Send (" {enter} "); The second time to cannot be conducted here! Dbeaver when installed pop-up in two choose language
Installer ControlClick (" Language ", "both Please select a Language", "left", 2294157); Not use ControlClick

WinWaitActive ($title, "welcome to use DBeaver Community installation wizard")
Send (! "" N ")
WinWaitActive ($title, the "license agreement")
Send (! "" I ")
WinWaitActive ($title, "selection components")
Send (! "" N ")
WinWaitActive ($title, "select installation location")
Send (! "" N ")
WinWaitActive ($title, select the start menu "file")
Send (! "" I ")
WinWaitActive ($title, "is completing DBeaver Community installation wizard")
Send (! "" F)"
  • Related