Quote:
Originally Posted by dracusorr
At this point I am just asking for your help:
What should I do to trigger the correct redistributables to begin install automatically after the fifa is finished installing the main game?
But this to be done with all the files in 1 DVD just as in the picture I attached:

|
Ah now i understand and this should Help you i think save it as External Setup.ini near the Setup.exe and delete it im records.ini the Folder must match otherwise it din't work
Code:
[LauncherSettings]
-------------------------------------------------------
InstallRedist=1
ShowCheckAll=1
[Launch1]
-----------------------------------------------------
Name=Microsoft Visual C++ 2012
Exe1={src}\_CommonRedist\vcredist\2012\vcredist_x86.exe
Exe2={src}\_CommonRedist\vcredist\2012\vcredist_x64.exe
Argument=/passive /norestart
BeforeInstall=1
Checked=1
[Launch2]
-----------------------------------------------------
Name=Microsoft Visual C++ 2013
Exe1={src}\_CommonRedist\vcredist\2013\vcredist_x86.exe
Exe2={src}\_CommonRedist\vcredist\2013\vcredist_x64.exe
Argument=/passive /norestart
BeforeInstall=1
Checked=1
[Launch3]
-----------------------------------------------------
Name=Microsoft Visual C++ 2015
Exe1={src}\_CommonRedist\vcredist\2015\vc_redist.x86.exe
Exe2={src}\_CommonRedist\vcredist\2015\vc_redist.x64.exe
Argument=/passive /norestart
BeforeInstall=1
Checked=1
[Launch4]
-----------------------------------------------------
Name=Microsoft Visual C++ 2017
Exe1={src}\_CommonRedist\vcredist\2017\vc_redist.x86.exe
Exe2={src}\_CommonRedist\vcredist\2017\vc_redist.x64.exe
Argument=/passive /norestart
BeforeInstall=1
Checked=1
[Launch5]
-----------------------------------------------------
Name=Microsoft Visual C++ 2019
Exe1={src}\_CommonRedist\vcredist\2019\VC_redist.x86.exe
Exe2={src}\_CommonRedist\vcredist\2019\VC_redist.x64.exe
Argument=/passive /norestart
BeforeInstall=1
Checked=1
[Launch6]
-----------------------------------------------------
Name=Microsoft NET Framework 4.0
Exe1={src}\_CommonRedist\DotNet\4.0\dotNetFx40_Full_x86_x64.exe
Argument=/q /norestart
BeforeInstall=1
Checked=1