#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("{TAB}{TAB}{DOWN}{TAB}{ENTER}") EndIf WEnd #endregion --- Au3Recorder generated code End ---