#1351
|
|||
|
|||
even deleteafterinstall does not work. can some one please help me. here is the file if you need.
|
Sponsored Links |
#1352
|
||||
|
||||
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 |
#1353
|
|||
|
|||
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/vpeek Can 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
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart. Last edited by amin fear; 15-01-2019 at 03:35. |
#1354
|
||||
|
||||
CIU arc.ini
Code:
[External compressor:ztool_pzlib_zlib] header = 0 unpackcmd = ZTool d:{compressor}{:option}:t100p:cm0mb - - <stdin> <stdout>
__________________
Haters gonna hate
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
amin fear (15-01-2019) |
#1355
|
|||
|
|||
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.
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart. |
#1356
|
||||
|
||||
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
__________________
Haters gonna hate
|
The Following User Says Thank You to KaktoR For This Useful Post: | ||
amin fear (21-01-2019) |
#1357
|
||||
|
||||
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 |
The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
amin fear (21-01-2019) |
#1358
|
|||
|
|||
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!
__________________
Paint me white so i can invisibly fight in the light...paint me black so i can hide my tears in the shadow of your heart. |
#1359
|
|||
|
|||
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. Last edited by describe19; 20-02-2019 at 06:08. |
#1360
|
|||
|
|||
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] header = 0 packcmd = srep64.exe {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = srep64.exe -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp 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. Last edited by describe19; 23-02-2019 at 04:09. |
#1361
|
|||
|
|||
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? |
#1362
|
||||
|
||||
Quote:
MyArray: array of string; begin MyArray := ['cat','dog','man']; |
The Following 3 Users Say Thank You to Razor12911 For This Useful Post: | ||
#1363
|
|||
|
|||
Thank you! I could not find the proper syntax for inno pascal anywhere! Is there documentation I can learn from?
|
#1364
|
||||
|
||||
Quote:
https://www.tutorialspoint.com/pascal/ |
The Following User Says Thank You to Razor12911 For This Useful Post: | ||
ShivShubh (24-11-2019) |
#1365
|
||||
|
||||
Anyone knows if there is SuspendProc for ISDone too?
Respectively to pause TimeStr2.
__________________
Haters gonna hate
|
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 06:51 |
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 07:57 |
Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 10:48 |