sourcefire.immunet/immunet-uninstall.au3

12 lines
530 B
AutoIt
Raw Normal View History

2012-02-19 20:36:57 +01:00
<EFBFBD><EFBFBD>#region ---Au3Recorder generated code Start ---
Opt("WinWaitDelay",100)
Opt("WinDetectHiddenText",1)
Opt("MouseCoordMode",0)
2012-02-19 21:24:27 +01:00
Run('uninstall.exe /S')
while FileExists ("uninstall.exe")
Sleep(100)
2012-02-19 20:36:57 +01:00
WEnd
#endregion --- Au3Recorder generated code End ---