![]() |
1 Attachment(s)
even deleteafterinstall does not work. can some one please help me. here is the file if you need.
|
Quote:
u can change the records.inf creation location in if ISDoneInit(ExpandConstant('{tmp}\records.inf'), $FFFF, 0,0,0, MainForm.Handle, 512, @ProgressCallback) then begin |
I have successfully managed to compress PES 2019 to 11 GB using this method , i used below script command :
Method : -mztool_pzlib_zlib+srep:m3f:a16:d1g+lolz:dtb1:tt8:m t2:gm2 0:fba0:d128m+mc1023 :::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::: bin\arc a -ma9 -ds -di -i2 -ep1 -ed -r -w.\tempzZ "Data_pzlib_Zlib-2.arc" -mztool_pzlib_zlib+srep:m3f:a16:d1g+lolz:dtb1:tt8:m t2:gm2 0:fba0:d128m+mc1023 "C:\PES\*" :::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::: Download whole compression method below if it helps : Code:
https://ufile.io/vpeekCan you guys share your decompression script for this compression method or at least tell me which values should i change in those scripts to manage decompress this archives ? please ? any help would be appreciated |
CIU arc.ini
Code:
[External compressor:ztool_pzlib_zlib] |
Quote:
An error occurred while unpacking: Unable to write data to disk! Unarc.dll returned an error code: -11 ERROR: archive data corrupted (decompression fails) Do you have any idea what does it mean ? is my compression method/switch problematic & not working ? the compression method plus files is already posted in above post. |
Which lolz version did you use for compress?
CIU use new lolz version and I can say that compress with old lolz and install with new lolz does not work |
also in the method ( sent me files ) he also has spaces where there shouldnt be any
(not the forum posting spaces issue...) Code:
m t2:gm2 0 |
Quote:
There is only "lolz_x64.exe" binary with no version information data using tools such as Resource Hacker. will check that version conflict in detail.:) Also the problem solved by @pakrat2k2 switch correction. Thanks a lot, fellows! |
Hi I'm wondering how to extract a .arc compressed with lolz with isdone.
I compressed with this simple arc.ini: Quote:
How can I get isdone/ISFreeArcExtract to unpack this file? Using the isdoneexample1.iss I just get the "unsupported method" error. How can I tell it how to extract my file? Also is there a way to extract lolz without needing an administrator command prompt? Thank you in advance EDIT: I worked it out - you must have the cls-lolz stuff in the Include section of the .iss an also make sure to ExtractTemporaryFile each of the files too in the Code section. I was missing the ExtractTemporaryFile each of the cls-lolz files. |
I am now having the same issue with srep: i can extract with a .bat just using srep64.exe like above with this in arc.ini:
Code:
[External compressor:srep64]I have made sure to include srep64.exe in [Files] and the ExtractTemporaryFile('srep64.exe') in the [Code] section,as well as arc.ini, but I still get the error, . How can I extract srep64 with ISDone.dll / ISFreeArcExtract? Thank you, sorry for the double post. Edit:Works fine with srep.exe but not srep64 i dont understand why, only thing i changed was srep64.exe to srep.exe. Why doesn't srep64 work with isdone but it does with just a .bat. How can I get it to work? Also is there a way to change whether xlolz and srep 64 bit or 32 bit .exe is used depending on the user's system? Edit2: I have changed the unpackcmd to srep64.exe -d -s -- <stdin> <stdout> and this seems to fix. I have also tried cls-srep.dll but I get a crc error...no error just using just srep64.exe and arc.ini. |
I have another question: I am trying to make an array of strings I have tried this but it doesn't work:
var MyArray: array [0..2] of string =('cat','dog','man'); Is it possible to declare and initialize an array of strings in such a way? |
Quote:
MyArray: array of string; begin MyArray := ['cat','dog','man']; |
Quote:
|
Quote:
https://www.tutorialspoint.com/pascal/ |
Anyone knows if there is SuspendProc for ISDone too?
Respectively to pause TimeStr2. |
| All times are GMT -7. The time now is 08:27. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com