Automatic script to install application + PDQ Deploy Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Guest

Automatic script to install application + PDQ Deploy  Topic is solved

21 Jun 2017, 15:14

I am trying to create a script (.exe) where I can deploy using AdminArsenal's PDQ Deploy. The problem I am facing right now is I cannot get the AHK to click 'OK' on one of the step. I tried Pulover's Macro Creator, but it couldn't right click on the installer windows. Any idea?

Code: Select all

SetControlDelay -1

run, UC_Suite-4_5_1.exe ;install file is in the same dir as the script

WinWaitActive, NEC UC Suite
ControlClick, &Yes, NEC UC Suite
WinWaitActive, NEC Middleware
winWaitActive, NEC UC Suite
ControlClick, &Next >, NEC UC Suite
WinWaitActive, NEC UC Suite
ControlClick, &Next >, NEC UC Suite
WinWaitActive, NEC UC Suite
ControlClick, &Next >, NEC UC Suite
Sleep, 30000
WinActivate, UC Suite
MouseClick, left,  414,221
WinWaitActive, Enable "CallTo" tag Feature
ControlClick, &No, Enable "CallTo" tag Feature
WinWaitActive, Enable "CallTo" tag Feature
ControlClick, Button1, Enable "CallTo" tag Feature
WinWaitActive, NEC UC Suite
ControlClick, &Close, NEC UC Suite
msgbox, Installed!
ExitApp

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], haomingchen1998, Thorlian and 292 guests