![]() |
1 Attachment(s)
R2 uploaded
Changes -Removed custom open dialog ability -Added default open dialog Notes -Seems like source had to be changed a bit for this, good thing I uploaded source here because I no longer had it. -Ran 2 tests and no bugs so I guess bug is fixed. -Data not affected, just replace cls and add functions to iss to fix old cls bugs. |
Thanks razor but can you help me with my second issue?
i want to be able to extract another single arc archive after the split archive extraction is done, the installer is skipping it. |
Thanks Razor12911
Works well.:D |
^Could you share compiled source?
|
Quote:
|
Sorry bro, i have just to open my eyes :D
|
Quote:
|
Quote:
|
Code:
procedure ISDone_Unpack;Code:
if not ISArcExtract(0, 90, ExpandConstant('{src}\data.001'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), false) thenCode:
if not ISArcExtract(0, 90, ExpandConstant('{src}\data.001'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), false) thenyou forgot to add ISDoneError := True for data.001, so to fix it, it has to be Code:
procedure ISDone_Unpack; |
What the world can do without you dear razor.
Really appreciate your kind help and efforts. God bless you. |
Hi,
Razor12911, with your permission, I would love to add this to the compression tool I created as a FreeArc compression method. That said, I can't really figure out what to add into the Arc.ini file in order to get it working, so if you would, could you please explain that? Thank you. |
Quote:
cls do not work with arc.ini :) |
Quote:
|
Quote:
Quote:
|
Yeah, pretty much figured that out by now, just one thing I noticed..
It seems DiskSpan only works correctly if there are no other methods set before it or there are External Compressors set for method before it. I couldn't get it to work when setting the FreeArc internal methods such as M2, M3 or M4 before DiskSpan, it spits out an error. Also, So far all the attempts I made in adding support for DiskSpan to my compression tool failed, it's basically a batch script (bat file), thing is Arc.exe keeps crashing when I'm making it use DiskSpan in my script, I can't figure out why. UPDATE: OK, Managed to get it partially working, it creates the .001 file when the size can fit in one archive but I get an error when it actually need to start to split (creating the .002 file), also, it seems arc.exe only crashes when there's no other external compressor defined before diskspan. |
| All times are GMT -7. The time now is 16:46. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com