View Full Version : Pes 2018 faster comp + best ratio ..
pzlib = bugs in cancel installing ..
Chayan Manna
24-09-2017, 21:02
pzlib = bugs in cancel installing ..
You can end the "pZLib.exe" task by a comand after clicking on cancel button, like this :
var
ResultCode: Integer;
begin
Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM pZLib.exe', '', SW_HIDE, ewWaitUntilTerminated, ResultCode);
end;
Or you can use cls-pzlib.dll
I try now but when "Ztool" ?
http://fileforums.com/showthread.php?t=99379
adds
var
ResultCode: Integer;
begin
Exec(ExpandConstant('{sys}\taskkill.exe'), ' /F /IM pZLib.exe', '', SW_HIDE, ewWaitUntilTerminated, ResultCode);
end;
and
cls-pzlib
same bugs ..
Chayan Manna
25-09-2017, 20:19
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".
Razor12911
25-09-2017, 21:40
pzlib hanging bug was fixed with 2017 update
http://fileforums.com/showpost.php?p=459486&postcount=210
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".
after add code procedure CancelButtonClick same problem
Chayan Manna
26-09-2017, 06:37
after add code procedure CancelButtonClick same problem
OK, tell me, what error it's showing?
OK, tell me, what error it's showing?
pzlip.exe still working in teskmanger after cancel installing .
Chayan Manna
26-09-2017, 23:59
pzlip.exe still working in teskmanger after cancel installing .
Something mistaking, because I've used that typical code with a function in HMI & It's working like a charm....
If you can, give me your script, I'll try to fix it. :)
Nizar3003
30-09-2017, 09:36
pzlib hanging bug was fixed with 2017 update
http://fileforums.com/showpost.php?p=459486&postcount=210
soo, you back bro ?
thanks for coming back... :)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.