View Single Post
  #1  
Old 31-05-2025, 12:54
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,322
Thanks: 6,767
Thanked 11,727 Times in 3,235 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by insertdisc View Post
Maybe you could help me with another problem that just popped up.
Code:
[CRCCheck]
//----------------------------------------------- Setup\Filename.sfv \ Filename.md5 \ .sha1 \ .sha256 \ .sha512
Enable=1
StartCheck=1
QuickSFV=0
RapidCRC=0
DeleteHashFile=1
HashFile1=checksums.dat;DestDir:{app};Algo:crc32;

;;HashFile=checksums.md5

;; if QuickSFV=0 and RapidCRC=0 ( Using internal XHashEx.dll library }
;HashFile#=<hashfile>
;HashFile1=checksums.dat;DestDir:{app};Algo:crc32;
;HashFile1={src}\checksums.md5;DestDir:{pf64}\My Game;
;HashFile1={src}\checksums.md5;DestDir:{app};Algo:crc32;
;HashFile1={src}\checksums.md5;DestDir:C:\Program Files\My Game;
;HashFile1={src}\checksums.md5;DestDir:{app}\movies;Comp:1,3;Lang:EN,DE;Task:3;
Code:
[Record1]
Type=FreeArc_Original
Source={src}\Setup-01.bin
Output={app}\
Disk=1
Size=55.485.033.818 bytes

[Record2]
Type=Checksum_File
Source={tmp}\checksums.dat
Output={app}\
Disk=1
Size=md5

[InstallerSettings]
SingleDisk=1
Code:
Setup_DLL\
----                 -------------         ------ ----
d-----         5/31/2025  11:21 AM                7ZIP
-a----         9/22/2024  12:39 PM           6087 ARC_Optimal.ini
-a----         11/7/2024   1:36 PM           6100 ARC_Standard.ini
-a----         5/31/2025  10:50 AM         280729 checksums.dat
-a----        12/29/2017   9:29 AM          17408 CLS-SREP_NEW.dll
-a----         2/17/2018   8:28 PM         318464 CLS-SREP_NEW_x64.exe
-a----         2/17/2018   7:32 PM         188416 CLS-SREP_NEW_x86.exe
-a----         11/7/2024   1:38 PM            718 CLS_Optimal.ini
-a----         11/7/2024   1:27 PM            711 CLS_Standard.ini
-a----         5/31/2025  12:22 PM            242 Records.ini
Code:
Internal Error: An attempt was made to expand the "app" constant before it was initialized.
Setup.dll contains the files needed by the installer to unpack your game, and Records.ini contains the compressed file information needed to unpack it.

You can include these files, but to do so you must use the DSG tools by clicking on the TOOLS button and then on the "Setup DLL" tab.
You must unpack Setup.dll and place all the unpacked contents of Setup.dll and Records.ini in a folder named "Setup_DLL" next to the installer script and recompile the script.

and did you read the helpfiles from helpfolder there is all information about the Installer for DSG is also an helpfile
__________________
It would be nice if you appreciate my work with the thanks Button
Reply With Quote
Sponsored Links