microsoft.powerpointviewer/ppviewer-uninstall.au3

14 lines
844 B
AutoIt
Raw Normal View History

2012-01-25 22:20:04 +01:00
<EFBFBD><EFBFBD>#region ---Au3Recorder generated code Start ---
Opt("WinWaitDelay",100)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
$pid = Run('msiexec /x {95140000-00AF-0407-0000-0000000FF1CE} /qb! REBOOT=ReallySuppress')
while ProcessExists ($pid)
if WinExists("Microsoft PowerPoint Viewer","Die folgenden Anwend") Then
Send("{TAB}{TAB}{ENTER}")
EndIf
WEnd
#endregion --- Au3Recorder generated code End ---