PDA

View Full Version : Pes 2018 faster comp + best ratio ..


lolaya
23-09-2017, 15:11
that is?

Simorq
24-09-2017, 04:11
Ztool:pzlib+Srep+Lzma

lolaya
24-09-2017, 19:08
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

lolaya
25-09-2017, 06:11
I try now but when "Ztool" ?

oltjon
25-09-2017, 06:30
http://fileforums.com/showthread.php?t=99379

lolaya
25-09-2017, 14:04
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

lolaya
26-09-2017, 02:50
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?

lolaya
26-09-2017, 13:48
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... :)