View Single Post
  #2  
Old 17-11-2017, 05:37
vollachr's Avatar
vollachr vollachr is offline
Conversions & UCC Creator
 
Join Date: Sep 2009
Location: Israel
Posts: 247
Thanks: 58
Thanked 536 Times in 186 Posts
vollachr is on a distinguished road
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.
__________________

Ultimate Conversion Compressor Creator (Discontinued/Abandoned)
My Other Tools: File Splitter and Merger - Multiple Text/String Replacer (MTSR) - UCC Files & Folders Lister
Microsoft Certified Professional
Retired Conversion Creator

Last edited by vollachr; 18-11-2017 at 04:45.
Reply With Quote
The Following 2 Users Say Thank You to vollachr For This Useful Post:
mausschieber (19-11-2017), pakrat2k2 (17-11-2017)