melk.capslockgoodbye/zipuninst.au3
2013-08-22 13:45:58 +02:00

22 lines
1.2 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
_AU3RecordSetup()
#endregion --- Internal functions Au3Recorder End ---
FileChangeDir(@ScriptDir)
$pid = Run('zipinst.exe /uninst "' & @ScriptDir &'\uninst1~.nsu"')
while ProcessExists ($pid)
If WinExists("ZipInstall","") Then
WinActivate("ZipInstall","")
Send("{ENTER}")
EndIf
WEnd
#endregion --- Au3Recorder generated code End ---