Files
pilotclient/installer/installbuilder/vcredist.xml
Roland Winklmeier 55b4a0b2e2 Bitrock Installbuilder project
refs #486
2015-11-19 21:07:20 +00:00

58 lines
2.5 KiB
XML

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