View Single Post
  #5  
Old 07-03-2015, 08:09
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by chill_xi View Post
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.
Reply With Quote
The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post:
chill_xi (07-03-2015), KaktoR (07-03-2015)