Quote:
Originally Posted by elbubi
Thanks for your dedication spawniectes. If its not to much to ask, could you please elaborate a little more?
Kind regards and thanks in advance 
|
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