Files
pilotclient/installer/installbuilder/vcredist.xml
Roland Winklmeier ef8a0cc0c4 Update vcredist to MSVC2015
refs #615 #616
2016-05-20 01:35:13 +02:00

58 lines
2.6 KiB
XML

<component>
<name>vcruntime</name>
<description>Visual Studio 2013 Redistributables</description>
<canBeEdited>0</canBeEdited>
<selected>1</selected>
<show>1</show>
<folderList>
<folder>
<description>vcredist</description>
<destination>${installdir}/vcredist</destination>
<name>vcredist</name>
<platforms>windows</platforms>
<actionList>
<runProgram>
<program>${installdir}/vcredist/vcredist_x86.exe</program>
<programArguments>/install /quiet /norestart</programArguments>
<progressText>Installing VC++ 2015 32 Bit Runtime</progressText>
<ruleList>
<registryTest>
<key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x86</key>
<logic>does_not_exist</logic>
<name>Installed</name>
<type>REG_DWORD</type>
<wowMode>32</wowMode>
</registryTest>
<fileExists>
<path>${installdir}/vcredist/vcredist_x86.exe</path>
</fileExists>
</ruleList>
</runProgram>
<runProgram>
<program>${installdir}/vcredist/vcredist_x64.exe</program>
<programArguments>/install /quiet /norestart</programArguments>
<progressText>Installing VC++ 2015 64 Bit Runtime</progressText>
<ruleList>
<registryTest>
<key>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x64</key>
<logic>does_not_exist</logic>
<name>Installed</name>
<type>REG_DWORD</type>
<wowMode>64</wowMode>
</registryTest>
<fileExists>
<path>${installdir}/vcredist/vcredist_x64.exe</path>
</fileExists>
</ruleList>
</runProgram>
</actionList>
<distributionFileList>
<distributionFile>
<allowWildcards>1</allowWildcards>
<origin>../../dist/vcredist/vcredist_*.exe</origin>
</distributionFile>
</distributionFileList>
</folder>
</folderList>
</component>