View Single Post
  #8  
Old 20-07-2016, 19:39
omdj's Avatar
omdj omdj is offline
Conversion Designer
 
Join Date: Feb 2008
Location: Land of injustice and evil
Posts: 597
Thanks: 1,644
Thanked 2,832 Times in 449 Posts
omdj is on a distinguished road
Quote:
Originally Posted by Droppo View Post
Nope, still happening, strange thing is it says instalando visual C++ 2010, maybe there's something about the redists paths or something, maybe you could post the paths you use?
Code:
[LauncherSettings]
InstallRedist=1

[Launch1]
Name=DirectX
32Exe={src}\_CommonRedist\DirectX\Jun2010\DXSETUP.exe
Argument=/silent
BeforeInstall=1

[Launch2]
Name=Visual C++ 2010
32Exe={src}\_CommonRedist\vcredist\2010\vcredist_x86.exe
64Exe={src}\_CommonRedist\vcredist\2010\vcredist_x64.exe
Argument=/q /norestart
BeforeInstall=1
Reply With Quote