microsoft.powerpointviewer/ppviewer-uninstall.au3

14 lines
844 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 {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 ---