Skip to content

Commit 59bbac9

Browse files
committed
[installer] minor cosmetic fix
1 parent 18286cc commit 59bbac9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

installer/installbuilder/vcredist-x64.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<component>
22
<name>vcruntime64</name>
3-
<description>Visual Studio 2017 x64 Redistributables</description>
3+
<description>Visual Studio 2019 x64 Redistributables</description>
44
<canBeEdited>0</canBeEdited>
55
<selected>1</selected>
66
<show>1</show>
@@ -15,7 +15,7 @@
1515
<abortOnError>0</abortOnError>
1616
<program>${installdir}/vcredist/vcredist_x64.exe</program>
1717
<programArguments>/install /quiet /norestart</programArguments>
18-
<progressText>Installing Visual Studio 2017 x64 Redistributables</progressText>
18+
<progressText>Installing Visual Studio 2019 x64 Redistributables</progressText>
1919
<showMessageOnError>0</showMessageOnError>
2020
<ruleList>
2121
<platformTest>
@@ -29,7 +29,7 @@
2929
</ruleList>
3030
</runProgram>
3131
<showWarning>
32-
<text>Installation of MS Visual Studio 2017 x64 Redistributables failed!
32+
<text>Installation of MS Visual Studio 2019 x64 Redistributables failed!
3333
Error Code: ${program_exit_code}
3434
Check if another version was already installed and if not, try to run the installer manually from
3535
${installdir}\vcredist\

installer/installbuilder/vcredist-x86.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<component>
22
<name>vcruntime32</name>
3-
<description>Visual Studio 2017 x86 Redistributables</description>
3+
<description>Visual Studio 2019 x86 Redistributables</description>
44
<canBeEdited>0</canBeEdited>
55
<selected>1</selected>
66
<show>1</show>
@@ -15,7 +15,7 @@
1515
<abortOnError>0</abortOnError>
1616
<program>${installdir}/vcredist/vcredist_x86.exe</program>
1717
<programArguments>/install /quiet /norestart</programArguments>
18-
<progressText>Installing Visual Studio 2017 x86 Redistributables</progressText>
18+
<progressText>Installing Visual Studio 2019 x86 Redistributables</progressText>
1919
<showMessageOnError>0</showMessageOnError>
2020
<ruleList>
2121
<platformTest>
@@ -29,7 +29,7 @@
2929
</ruleList>
3030
</runProgram>
3131
<showWarning>
32-
<text>Installation of MS Visual Studio 2017 x86 Redistributables failed!
32+
<text>Installation of MS Visual Studio 2019 x86 Redistributables failed!
3333
Error Code: ${program_exit_code}
3434
Check if another version was already installed and if not, try to run the installer manually from
3535
${installdir}\vcredist\

0 commit comments

Comments
 (0)