Quote:
Originally Posted by rinaldo
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.