Quote:
Originally Posted by chill_xi
Hello sorry i still confuse where put the it. Is it like this on records.ini
Thank you
[Record1]
Type=Split
Source={src}\Data1a.cab
Output={tmp}\Data1.cab
[Launch1]
Name=DirectX
32Exe={src}\_CommonRedist\DirectX\Jun2010\DXSETUP. exe
Argument=/silent
BeforeInstall=1
[Launch2]
Name=Visual C++ 2010
32Exe={src}\_CommonRedist\vcredist\2010\vcredist_x 86.exe
64Exe={src}\_CommonRedist\vcredist\2010\vcredist_x 64.exe
Argument=/q /norestart
BeforeInstall=1
Disk=1
[Record2]
Type=Split
Source={src}\Data1b.cab
Output={tmp}\Data1.cab
Disk=2
[Record3]
Type=Freearc_Split
Source={tmp}\Data1.cab
Output={app}
Disk=2
[Record4]
Type=Split
Source={src}\Data2a.cab
Output={tmp}\Data2.cab
Disk=2
[Record5]
Type=Split
Source={src}\Data2b.cab
Output={tmp}\Data2.cab
Disk=3
[Record6]
Type=Freearc_Split
Source={tmp}\Data2.cab
Output={app}
Disk=3
|
no, never touch the records.ini, the info
Code:
[Launch1]
Name=DirectX
32Exe={src}\_CommonRedist\DirectX\Jun2010\DXSETUP. exe
Argument=/silent
BeforeInstall=1
[Launch2]
Name=Visual C++ 2010
32Exe={src}\_CommonRedist\vcredist\2010\vcredist_x 86.exe
64Exe={src}\_CommonRedist\vcredist\2010\vcredist_x 64.exe
Argument=/q /norestart
BeforeInstall=1
Disk=1
shows how you have to have the redists in your game folder IF they don't exist.
Make a _CommonRedist folder, then Directx/Jun2010 subfolders put the DX files in the Jun2010 subfolder.
Then make a vcredist subfolder in _CommonRedist & put the vcredist files there.