14 lines
768 B
AutoIt
14 lines
768 B
AutoIt
#region ---Au3Recorder generated code Start ---
|
||
Opt("WinWaitDelay",100)
|
||
Opt("WinDetectHiddenText",1)
|
||
Opt("MouseCoordMode",0)
|
||
|
||
|
||
$pid = Run('msiexec /x ' & $CmdLine[1] & ' /qb! REBOOT=ReallySuppress')
|
||
while ProcessExists ($pid)
|
||
if WinExists("Classic Shell","The following application") Then
|
||
Send("{ENTER}")
|
||
EndIf
|
||
WEnd
|
||
#endregion --- Au3Recorder generated code End ---
|