Quote:
Originally Posted by lolaya
adds
var
ResultCode: Integer;
begin
Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM pZLib.exe', '', SW_HIDE, ewWaitUntilTerminated, ResultCode);
end;
and
cls-pzlib
same bugs ..
|
This code is for pZLib, if you want to use it for ZTool then simply replace the "pZLib.exe" with "ZTool.exe" in the code.
And you must add the code at "procedure CancelButtonClick".