View Single Post
  #97  
Old 11-07-2015, 16:03
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
In the ISS script is section, just add each redist there. Make the folders like its shown in output folder ( next to where your exe will be )... WP_Output/Redist/DirectX Is the folder structure for below line:

[Redists]
;Redist Caption|Exec Directory + File|Arguments
Redist1=Direct X 9.0c|Redist\DirectX\DXSetup.exe|/silent ( this is the on the key with \ ( use shift to get the symbol .. called MORE )

vcredist 2012 (x86)

Redist2=C++ 2012(x86)|Redist\Vcredist\2012\Vcredist_x86.exe|/q /norestart

WP_Output/Redist/C++ 2012 would be the folder structure.

vcredist 2012 (x64)

Redist3=C++ 2012(x64)|Redist\Vcredist\2012\Vcredist_x64.exe|/q /norestart

Last edited by pakrat2k2; 11-07-2015 at 16:06.
Reply With Quote