View Single Post
  #6  
Old 08-02-2013, 17:48
spawniectes's Avatar
spawniectes spawniectes is offline
Senior Member
 
Join Date: Sep 2010
Location: Argentina
Posts: 202
Thanks: 52
Thanked 401 Times in 76 Posts
spawniectes is on a distinguished road
Quote:
Originally Posted by elbubi View Post
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:
Code:
Compression=none
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
Reply With Quote
The Following User Says Thank You to spawniectes For This Useful Post:
elbubi (09-02-2013)