sourceforge.classicshell/classicshell-uninstall.au3

14 lines
810 B
AutoIt
Raw Permalink Normal View History

<EFBFBD><EFBFBD>#region ---Au3Recorder generated code Start ---
Opt("WinWaitDelay",100)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
2013-05-05 09:30:28 +02:00
$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 ---