sourcefire.immunet/immunet-uninstall.au3
2014-02-23 12:56:50 +01:00

30 lines
1.8 KiB
AutoIt
Raw 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 (v3.3.7.0) ---
#region --- Internal functions Au3Recorder Start ---
Func _Au3RecordSetup()
Opt('WinWaitDelay',100)
Opt('WinDetectHiddenText',1)
Opt('MouseCoordMode',0)
EndFunc
Func _WinWaitActivate($title,$text,$timeout=0)
WinWait($title,$text,$timeout)
If Not WinActive($title,$text) Then WinActivate($title,$text)
WinWaitActive($title,$text,$timeout)
EndFunc
_AU3RecordSetup()
#endregion --- Internal functions Au3Recorder End ---
Run($CmdLine[1])
_WinWaitActivate("Immunet 3 Uninstall ","Uninstall Immunet 3")
Send("{ENTER}")
_WinWaitActivate("Immunet 3 Uninstall ","Uninstallation Compl")
Send("{ENTER}")
_WinWaitActivate("Immunet 3 Uninstall","Do you plan on insta")
Send("{ENTER}")
_WinWaitActivate("Immunet 3 Uninstall","To complete the unin")
Send("{ENTER}")
#endregion --- Au3Recorder generated code End ---