I am trying to install software but it does not run when using autoit. I can run it manually and it starts right up but has a finish button. I am trying to get the finish button to be clicked.
Here is my code
AutoItSetOption("WinTitleMatchMode", 2)
$InstallPath = @ScriptDir & "\setup.exe"
If FileExists($InstallPath) Then
Run($InstallPath)
ControlClick("ADM 3.51 Service Pack - InstallShield Wizard", "", 1)
EndIf
I am not sure what i am doing wrong. The software will not even install. If i use shellexecute it will run but not click the finish button. I can not wrap my head around this.
Here are the install files
if you have to uninstall the software use the file ADMuninstall. It is in the folder.
www.wpcreations.net\ServicePack.zip