mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
58 lines
2.6 KiB
XML
58 lines
2.6 KiB
XML
<component>
|
|
<name>vcruntime</name>
|
|
<description>Visual Studio 2015 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>
|