View Single Post
  #2  
Old 19-11-2015, 07:53
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 irphand_86 View Post
Hey Pakrat, what about redist structure in this Conversion?
thanks for asking noticed a typo in the redists, grab the Setup-fixed.rar & replace in conversion output folder

Code:
[Launch1]
Name=DirectX
32Exe={app}\_CommonRedist\DirectX\Jun2010\DXSETUP.exe
Argument=/silent
BeforeInstall=0

[Launch2]
Name=Microsoft Visual C++ 2010
32Exe={app}\_CommonRedist\vcredist\2010\vcredist_x86.exe
64Exe={app}\_CommonRedist\vcredist\2010\vcredist_x64.exe
Argument=/q /norestart
BeforeInstall=0

[Launch3]
Name=PhysX 9.12.1031 System Software
32Exe={sys}\msiexec.exe
Argument=/qn /i "{app}\_CommonRedist\PhysX\9.12.1031\PhysX-9.12.1031-SystemSoftware.msi"
BeforeInstall=0

[Launch4]
Name=Microsoft .NET Framework 4.0
32Exe={app}\_CommonRedist\DotNet\4.0 Client Profile\dotNetFx40_Client_x86_x64.exe
Argument=/silent
BeforeInstall=0

Last edited by pakrat2k2; 19-11-2015 at 07:57.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
irphand_86 (19-11-2015)