sourcefire.immunet/immunet-uninstall.au3
2012-02-19 21:24:27 +01:00

12 lines
530 B
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 ---
Opt("WinWaitDelay",100)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
Run('uninstall.exe /S')
while FileExists ("uninstall.exe")
Sleep(100)
WEnd
#endregion --- Au3Recorder generated code End ---