View Single Post
  #4  
Old 29-01-2015, 08:28
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 Stor31 View Post
pakrat2k2 Thanks
For DirectX and C ++ ??????
they not found
path should be like below ( was in my gamefolder )

Code:
Launch1=DirectX
Launch164=0
Launch1BeforeInstall=0
LaunchCom1={app}\__Installer\directx\redist\DXSETUP.exe
LaunchArg1=/silent

Launch2=Microsoft Visual C++ 2008 x64
Launch264=0
Launch2BeforeInstall=0
LaunchCom2={app}\__Installer\vc\vc2008sp1\redist\vcredist_x64.exe
LaunchArg2=/q /norestart

Launch3=Microsoft Visual C++ 2012 x64 
Launch364=0
Launch3BeforeInstall=0
LaunchCom3={app}\__Installer\vc\vc2012\redist\vcredist_x64.exe
LaunchArg3=/q /norestart

Launch4=Microsoft Visual C++ 2013 x64
Launch464=0
Launch4BeforeInstall=0
LaunchCom4={app}\__Installer\vc\vc2013\redist\vcredist_x64.exe
LaunchArg4=/q /norestart
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
wit (29-01-2015)