Thread: **New Installer
View Single Post
  #11  
Old 06-07-2017, 12:22
Titeuf's Avatar
Titeuf Titeuf is offline
Registered User
 
Join Date: Oct 2016
Location: France
Posts: 191
Thanks: 614
Thanked 22 Times in 19 Posts
Titeuf is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
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.
Hello pakrat2k2,
If I understand correctly, you have to put this information in myinstallscript.iss?
It is correct?
Reply With Quote