As I already said when I saw the preview, it looks amazing, just a couple of things...
1) Version
Hisotry ??? I think you have a typo there
2) There's not _CommonRedist for this game everything is rather inside a folder named __Installer which is the EA Origin cleanup/touchup folder, within that there are the folders & files for VC2013 & VC2015, there's no DirectX bundled with SW BF2, so it should look something like this:
Code:
[Launch1]
--------------------------------------------------------------
Name=Microsoft Visual C++ 2013
32Exe={src}\__Installer\vc\vc2013\redist\vc_redist_x86.exe
64Exe={src}\__Installer\vc\vc2013\redist\vc_redist_x64.exe
Argument=/quiet /norestart
BeforeInstall=0
Checked=0
[Launch2]
--------------------------------------------------------------
Name=Microsoft Visual C++ 2015
32Exe={src}\__Installer\vc\vc2015\redist\vc_redist.x86.exe
64Exe={src}\__Installer\vc\vc2015\redist\vc_redist.x64.exe
Argument=/quiet /norestart
BeforeInstall=0
Checked=0
or {app} instead of {src} if the __Installer folder isn't moved.