#16
|
|||
|
|||
Thanks for the cls's, when using precompmt everything seems to work fine exept for a little issue im having, when i set the temp location as "{app}" and run the installer, instead of using the install location as temp, it creates a folder labled "{app}" next to itself, i don't know a lot about how cls's work so im not sure if this is an issue in the cls itself or innosetup, however using a cls for srep and lolz, "{app}" as a temp location works as intended, is there a fix/bypass to this? I hope i explained myself clearly, sorry for poor english
|
Sponsored Links |
#17
|
|||
|
|||
Quote:
Code:
SetIniString('precompmt', 'Temp', ExpandConstant('{app}'), ExpandConstant('{tmp}\CLS.ini')); |
The Following 2 Users Say Thank You to Masquerade For This Useful Post: | ||
-tara (22-08-2022), BLACKFIRE69 (22-08-2022) |
#18
|
|||
|
|||
Worked perfectly, thanks!
|
#19
|
|||
|
|||
Hi BLACKFIRE69
I am experiencing an unfortunate problem with CLS-MPZMT where it gets stuck extracting data: Please may you investigate this bug? Thanks |
#20
|
||||
|
||||
Quote:
stdio mode is disabled in cls-mpzmt, so this might work. (note: you must run the compression again with the new lib before extracting.) , Last edited by BLACKFIRE69; 15-10-2022 at 17:17. |
#21
|
|||
|
|||
Thanks, but now I get unarc -2 with this version of the cls. As per the previous page, verbose is set to 0 in cls.ini but this does not fix the issue.
|
#22
|
|||
|
|||
@BLACKFIRE69
Please may you fix cls-mpzmt -2 error? Thanks. |
#23
|
||||
|
||||
sorry i completely forgot about this.
btw, this version of cls-mpzmt.dll is different from others. configs should be as follows. Code:
cls-mpzmt.ini ; For compression Only. ; Threads = 8. [mpzmt] Chunk = 64m Threads = 8 Exe = .\include\Mpz\mpzapi.exe Temp = .\TEMP * threads don't support percentages (100%, 100p). Code:
cls.ini ; For decompression Only. ; MaxThreads = 8 (# of threads used for compression). [mpzmt] MaxThreads = 8 Exe = .\mpzapi.exe Temp = .\TEMP * MaxThreads = <# of threads used in compression> (don't worry about how many threads the user has). |
The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
Cesar82 (24-10-2022), ffmla (25-10-2022), Gehrman (24-10-2022), Masquerade (24-10-2022), ScOOt3r (24-10-2022) |
#24
|
||||
|
||||
@BLACKFIRE69, is it not possible to implement the "Temp" directory during compression to the same FreeArc temp directory?
|
#25
|
||||
|
||||
Quote:
Temp = <Any_Parent_Directory>\<FreearcTmp> * if the freearc's temp folder isn't found, it uses the lib directory (.\) as the temp directory. Code:
------------------------------------------------------------------------------- Pack.bat Command: Arc.exe a ... cls-mpzmt.ini Temp = .\<FreearcTmp> ------------------------------------------------------------------------------- Pack.bat Command: Arc.exe a ... -w=".\_temp1" ... cls-mpzmt.ini Temp = .\_temp1\<FreearcTmp> or Temp = .\<FreearcTmp> ------------------------------------------------------------------------------- Pack.bat Command: Arc.exe a ... -w="H:\Games\Dump" ... cls-mpzmt.ini Temp = H:\Games\Dump\<FreearcTmp> or Temp = H:\Games\<FreearcTmp> or Temp = H:\<FreearcTmp> ------------------------------------------------------------------------------- Code:
cls-mpzmt.ini ; For compression Only. ; Threads = 8. ; Indicator = 0, 1, 2 ; <FreearcTmp> = Freearc's temp directory. (ex: freearc13295784) [mpzmt] Chunk = 64m Threads = 8 Indicator = 1 Exe = .\include\Mpz\mpzapi.exe ;Temp = .\TEMP ;Temp = C:\Users\BLACKFIRE\Documents\RAD Studio\Projects\2010\<FreearcTmp> Temp = .\<FreearcTmp> Code:
Extra: Pack.bat Command: Arc.exe a ... -i2 ... cls-mpzmt.ini Indicator = 2 ------------------------------------------------------------------------------- try with srep+mpzmt and you'll see how it works, Code:
[External compressor:srep] ... packcmd = srep {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp ... , |
The Following 3 Users Say Thank You to BLACKFIRE69 For This Useful Post: | ||
#26
|
|||
|
|||
Hi)
BPKMT like Xtool plugin - it possible?) |
#27
|
|||
|
|||
https://www.fileforums.com/showpost....2&postcount=11
This is why you need the XTool plugin - XTool recognises the full file. |
The Following User Says Thank You to Masquerade For This Useful Post: | ||
dixen (01-03-2023) |
Thread Tools | |
Display Modes | |
|
|