View Single Post
  #1408  
Old 31-05-2025, 09:50
insertdisc insertdisc is offline
Registered User
 
Join Date: May 2025
Location: Earth
Posts: 12
Thanks: 5
Thanked 1 Time in 1 Post
insertdisc is on a distinguished road
CRC Errors

Quote:
Originally Posted by mausschieber View Post
you have to enable these settings in the Settings.ini
Code:
CompactMode=1

[ComponentsSettings]
Enable=1

Name=MMPR Ritas Rewind
Size=658.673.664 Bytes
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.
Reply With Quote