diff --git a/installer/installbuilder/swift-pilotclient.xml b/installer/installbuilder/swift-pilotclient.xml
index ffeb4ba53..c5e753d6c 100644
--- a/installer/installbuilder/swift-pilotclient.xml
+++ b/installer/installbuilder/swift-pilotclient.xml
@@ -138,7 +138,7 @@ This installs the binaries to run all swift applications.
- >Run swiftlauncher
+ Run swiftlauncher
swiftlauncher ${architecture}bit
0
0
diff --git a/installer/installbuilder/vcredist.xml b/installer/installbuilder/vcredist.xml
index 05c8251dc..3595ef7d8 100644
--- a/installer/installbuilder/vcredist.xml
+++ b/installer/installbuilder/vcredist.xml
@@ -22,9 +22,11 @@
vcruntimeversionx64
+ 0
${installdir}/vcredist/vcredist_x86.exe
/install /quiet /norestart
Installing VC++ 2017 32 Bit Runtime
+ 0
${installdir}/vcredist/vcredist_x86.exe
@@ -37,9 +39,11 @@
+ 0
${installdir}/vcredist/vcredist_x64.exe
/install /quiet /norestart
Installing VC++ 2017 64 Bit Runtime
+ 0
${installdir}/vcredist/vcredist_x64.exe
@@ -51,6 +55,21 @@
+
+ Installation of MS Visual Studio 2017 Redistributables failed!
+Error Code: ${program_exit_code}
+Check if another version was already installed and if not, try to run the installer manually from
+${installdir}\vcredist\
+
+The installation will now continue, but swift might not work properly. If this is the case, raise a bugreport on https://dev.swift-project.org with the error code, you received.
+
+
+ does_not_equal
+ ${program_exit_code}
+ 0
+
+
+