mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
[installer] minor cosmetic fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<component>
|
<component>
|
||||||
<name>vcruntime64</name>
|
<name>vcruntime64</name>
|
||||||
<description>Visual Studio 2017 x64 Redistributables</description>
|
<description>Visual Studio 2019 x64 Redistributables</description>
|
||||||
<canBeEdited>0</canBeEdited>
|
<canBeEdited>0</canBeEdited>
|
||||||
<selected>1</selected>
|
<selected>1</selected>
|
||||||
<show>1</show>
|
<show>1</show>
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<abortOnError>0</abortOnError>
|
<abortOnError>0</abortOnError>
|
||||||
<program>${installdir}/vcredist/vcredist_x64.exe</program>
|
<program>${installdir}/vcredist/vcredist_x64.exe</program>
|
||||||
<programArguments>/install /quiet /norestart</programArguments>
|
<programArguments>/install /quiet /norestart</programArguments>
|
||||||
<progressText>Installing Visual Studio 2017 x64 Redistributables</progressText>
|
<progressText>Installing Visual Studio 2019 x64 Redistributables</progressText>
|
||||||
<showMessageOnError>0</showMessageOnError>
|
<showMessageOnError>0</showMessageOnError>
|
||||||
<ruleList>
|
<ruleList>
|
||||||
<platformTest>
|
<platformTest>
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
</ruleList>
|
</ruleList>
|
||||||
</runProgram>
|
</runProgram>
|
||||||
<showWarning>
|
<showWarning>
|
||||||
<text>Installation of MS Visual Studio 2017 x64 Redistributables failed!
|
<text>Installation of MS Visual Studio 2019 x64 Redistributables failed!
|
||||||
Error Code: ${program_exit_code}
|
Error Code: ${program_exit_code}
|
||||||
Check if another version was already installed and if not, try to run the installer manually from
|
Check if another version was already installed and if not, try to run the installer manually from
|
||||||
${installdir}\vcredist\
|
${installdir}\vcredist\
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<component>
|
<component>
|
||||||
<name>vcruntime32</name>
|
<name>vcruntime32</name>
|
||||||
<description>Visual Studio 2017 x86 Redistributables</description>
|
<description>Visual Studio 2019 x86 Redistributables</description>
|
||||||
<canBeEdited>0</canBeEdited>
|
<canBeEdited>0</canBeEdited>
|
||||||
<selected>1</selected>
|
<selected>1</selected>
|
||||||
<show>1</show>
|
<show>1</show>
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<abortOnError>0</abortOnError>
|
<abortOnError>0</abortOnError>
|
||||||
<program>${installdir}/vcredist/vcredist_x86.exe</program>
|
<program>${installdir}/vcredist/vcredist_x86.exe</program>
|
||||||
<programArguments>/install /quiet /norestart</programArguments>
|
<programArguments>/install /quiet /norestart</programArguments>
|
||||||
<progressText>Installing Visual Studio 2017 x86 Redistributables</progressText>
|
<progressText>Installing Visual Studio 2019 x86 Redistributables</progressText>
|
||||||
<showMessageOnError>0</showMessageOnError>
|
<showMessageOnError>0</showMessageOnError>
|
||||||
<ruleList>
|
<ruleList>
|
||||||
<platformTest>
|
<platformTest>
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
</ruleList>
|
</ruleList>
|
||||||
</runProgram>
|
</runProgram>
|
||||||
<showWarning>
|
<showWarning>
|
||||||
<text>Installation of MS Visual Studio 2017 x86 Redistributables failed!
|
<text>Installation of MS Visual Studio 2019 x86 Redistributables failed!
|
||||||
Error Code: ${program_exit_code}
|
Error Code: ${program_exit_code}
|
||||||
Check if another version was already installed and if not, try to run the installer manually from
|
Check if another version was already installed and if not, try to run the installer manually from
|
||||||
${installdir}\vcredist\
|
${installdir}\vcredist\
|
||||||
|
|||||||
Reference in New Issue
Block a user