Thread: **New Installer
View Single Post
  #8  
Old 14-10-2015, 09:38
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 rinaldo View Post
please let a screenshot detailed, so that I can understand
internal compression ok: screenshot the rest
In your ISS script you have:
Code:
[Files]
//Redist Folder
#ifdef Software
Source: Soft\*.*;    DestDir: {app}\Soft;  Check: CreateSoft
#endif
We need to be able to edit them individually much like we can with CIUV2 ( from Setup.ini [LauncherSettings].
Code:
[LauncherSettings]
InstallRedist=1

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

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

[Launch2]
Name=Visual C++ 2012
32Exe={app}\_CommonRedist\vcredist\2012\vcredist_x86.exe
64Exe={app}\_CommonRedist\vcredist\2012\vcredist_x64.exe
Argument=/passive /norestart
BeforeInstall=0
Please update first post, so that Version1 complete, then have Update 2 Complete.
Rather then a bunch of fixes, that have different names then original files do.

Last edited by pakrat2k2; 14-10-2015 at 09:46.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
Titeuf (06-07-2017)