melk.capslockgoodbye/zipuninst.au3

22 lines
1.2 KiB
AutoIt
Raw Normal View History

2013-08-22 10:18:25 +02:00
<EFBFBD><EFBFBD>#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
_AU3RecordSetup()
#endregion --- Internal functions Au3Recorder End ---
FileChangeDir(@ScriptDir)
$pid = Run('zipinst.exe /uninst "' & @ScriptDir &'\uninst1~.nsu"')
while ProcessExists ($pid)
2013-08-22 12:43:06 +02:00
If WinExists("ZipInstall","") Then
WinActivate("ZipInstall","")
Send("{ENTER}")
EndIf
WEnd
2013-08-22 10:18:25 +02:00
#endregion --- Au3Recorder generated code End ---