Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 24-06-2025, 00:01
Dunnowho69 Dunnowho69 is offline
Registered User
 
Join Date: Mar 2025
Location: Hawaii
Posts: 71
Thanks: 182
Thanked 5 Times in 4 Posts
Dunnowho69 is on a distinguished road
How to use cls-diskspan with installer

How can i integrate cls-diskspan with my installer so that it won't ask for the second disk everytime ? I am trying to use it with Simple Installer https://fileforums.com/showthread.php?t=104745 , since in this normally i don't have to specify the archives, it always asks me to specify the second archive and then crashes. How can i write the record.ini and use this with the installer

Last edited by Dunnowho69; 24-06-2025 at 13:26.
Reply With Quote
Sponsored Links
  #2  
Old 24-06-2025, 20:28
L33THAK0R's Avatar
L33THAK0R L33THAK0R is offline
Registered User
 
Join Date: Feb 2021
Location: Saudi Arabia
Posts: 406
Thanks: 137
Thanked 117 Times in 70 Posts
L33THAK0R is on a distinguished road
I found some versions of diskspan very temperamental, I use the following hashed version for the best results, make sure you're only specifying the first archive in the diskspan converted output, and to not rename the outputs to anything other than the initial output. For my archives I use "l33t-XXX-1.bin" as the output, diskspan will then use that numbering for subsequent split outputs.

Code:
MD5: 255783423af3f6e9513d6600685d51c8
As it's a CLS plugin you also won't need to specify anything in the arc.ini for decomp, in your method string, you just need to specify the size of the split archives, i.e. diskspan:19.98gb

The record.ini entry would look something like this if you're struggling.

Code:
[Record24]
Type=Freearc_Original
Source={src}\l33t-XXX-1.bin
Output={app}\
Disk=24
Component=2
Reply With Quote
The Following User Says Thank You to L33THAK0R For This Useful Post:
Dunnowho69 (24-06-2025)
  #3  
Old 24-06-2025, 22:09
Dunnowho69 Dunnowho69 is offline
Registered User
 
Join Date: Mar 2025
Location: Hawaii
Posts: 71
Thanks: 182
Thanked 5 Times in 4 Posts
Dunnowho69 is on a distinguished road
Quote:
Originally Posted by L33THAK0R View Post
I found some versions of diskspan very temperamental, I use the following hashed version for the best results, make sure you're only specifying the first archive in the diskspan converted output, and to not rename the outputs to anything other than the initial output. For my archives I use "l33t-XXX-1.bin" as the output, diskspan will then use that numbering for subsequent split outputs.

Code:
MD5: 255783423af3f6e9513d6600685d51c8
As it's a CLS plugin you also won't need to specify anything in the arc.ini for decomp, in your method string, you just need to specify the size of the split archives, i.e. diskspan:19.98gb

The record.ini entry would look something like this if you're struggling.

Code:
[Record24]
Type=Freearc_Original
Source={src}\l33t-XXX-1.bin
Output={app}\
Disk=24
Component=2
Thank you very much for your response. But the main issue I'am facing is how to string the record.ini so that my installers will use it to extract the archives. I have tried many installer and tried to use the record.ini or there own data parts but all of them had some issues even if i specify only the first or all the archives.

If i use [ arc.exe a -i1 -ds -ep1 -r -s; -ed -w.\_Temp -m=xtool+srep+lolz+diskspan:2gb _Output\data-1.bin "_Pack\*"] to make the split the archives , what to do with this part in the installer....

if ISDoneInit(ExpandConstant('{tmp}\record.ini'), $F777, 0, 0, 0, MainForm.Handle, 512, @ProgressCallback) and FileSearchInit(True) then
begin
ExtractTemporaryFile('ENGLISH.INI');
ChangeLanguage('English');
repeat
if ISArcExtract(0, 0, ExpandConstant('{src}\*{#myextension}'), ExpandConstant('{app}'), '', False, '', ExpandConstant('{tmp}\Arc.ini'), ExpandConstant('{app}'), False) then
ISDoneError := False
else
Break;
until True;
ISDoneStop;
end;

Currently for single disk it works just fine but for multiple it always asks for the second disk
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Light Installer Script (LIS) - DiskSpan_GUI Cesar82 Conversion Tutorials 227 30-05-2026 05:01
FMXInno Chronicles: Installer Source Code Index / Repository BLACKFIRE69 Conversion Tutorials 171 17-04-2026 01:49
***INSTALLERS / Compressors*** Grumpy Conversion Tutorials 5 31-12-2021 01:48
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05



All times are GMT -7. The time now is 08:00.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com