sourceforge.classicshell/classicshell-uninstall.au3

14 lines
810 B
AutoIt
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#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 ---