Thread: Fifa 23
View Single Post
  #11  
Old 31-08-2023, 14:56
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,311
Thanks: 6,755
Thanked 11,698 Times in 3,223 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by dracusorr View Post
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
__________________
It would be nice if you appreciate my work with the thanks Button

Last edited by mausschieber; 31-08-2023 at 16:21.
Reply With Quote