Quote:
Originally Posted by spawniectes
Open installerScript.iss
under the [setup] sequence find this:
change it for this
Code:
Compression=lzma2/ultra64
move redist folder to dvd1
open setup.ini and make sure that the launcher settings at the end of the file look like this:
Code:
InstallRedist=1
Launch1=DirectX
Launch164=0
Launch1BeforeInstall=1
LaunchCom1={src}\Redist\DirectX\DXSETUP.exe
LaunchArg1=/silent
Launch2=Visual C++ 2010 Sp1 x86
Launch264=0
Launch2BeforeInstall=1
LaunchCom2={src}\Redist\vcredist_x86_vs2010sp1.exe
LaunchArg2=/S
Launch3=.NET Framework 4.0
Launch364=0
Launch3BeforeInstall=1
LaunchCom3={src}\Redist\dotNetFx40_Full_x86_x64.exe
LaunchArg3=/q /norestart
|
Actually those last modifications are not needed.
Those just changes if the redist files are installed BEFORE or AFTER the main installation, nothing more.