Add vcredist for 2013. Rename old vcredist to vcredist2010.

master
Nicky 2015-05-11 12:11:39 +02:00
parent 8436c9e72e
commit 9d7c756378
5 changed files with 21 additions and 3 deletions

View File

@ -27,21 +27,39 @@
<Variable Name="InstallFolder" Type="string" Value="[ProgramFiles64Folder]Firestorm$(var.CHANNEL_SUFFIX)\" />
<Chain>
<Chain>
<!-- Redist 2010, needed for plugins -->
<ExePackage
Id="vcredist_x86"
SourceFile="$(var.WIX_SOURCEDIR)/vcredist_x86.exe"
SourceFile="$(var.WIX_SOURCEDIR)/vcredist2010_x86.exe"
InstallCommand="/q"
PerMachine="yes"
Vital="no"
/>
<ExePackage
Id="vcredist_x64"
SourceFile="$(var.WIX_SOURCEDIR)/vcredist_x64.exe"
SourceFile="$(var.WIX_SOURCEDIR)/vcredist2010_x64.exe"
InstallCommand="/q"
PerMachine="yes"
Vital="no"
/>
<!-- Redist 2013, needed for viewer -->
<ExePackage
Id="vcredist2013_x86"
SourceFile="$(var.WIX_SOURCEDIR)/vcredist2013_x86.exe"
InstallCommand="/q"
PerMachine="yes"
Vital="no"
/>
<ExePackage
Id="vcredist2013_x64"
SourceFile="$(var.WIX_SOURCEDIR)/vcredist2013_x64.exe"
InstallCommand="/q"
PerMachine="yes"
Vital="no"
/>
<MsiPackage
Id="Setup"
Compressed="yes"

Binary file not shown.

Binary file not shown.