From abdd2d4e8c917595cd752cb46d05dc3cf41272cf Mon Sep 17 00:00:00 2001 From: Lenny Komow Date: Wed, 31 Aug 2016 09:45:46 -0600 Subject: winsdk: Fix powershell error to say ConfigureRT --- windowsRuntimeInstaller/InstallerRT.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windowsRuntimeInstaller/InstallerRT.nsi b/windowsRuntimeInstaller/InstallerRT.nsi index 7984d7d8..2b23c6cf 100644 --- a/windowsRuntimeInstaller/InstallerRT.nsi +++ b/windowsRuntimeInstaller/InstallerRT.nsi @@ -477,7 +477,7 @@ Section # The program failed, and we don't know why. # Simply configure system to use our loader and vulkaninfo. - MessageBox MB_OK "Warning!$\n$\nPowershell script called by VulkanRT Installer failed with error $0. Is Powershell installed on your system?$\n$\nWill configure system with Vulkan $FileVersion." /SD IDOK + MessageBox MB_OK "Warning!$\n$\nConfigureRT program called by VulkanRT Installer failed with error $0. This may result in an incomplete installation.$\n$\nWill configure system with Vulkan $FileVersion." /SD IDOK ${If} ${RunningX64} Delete $WINDIR\SysWow64\vulkan-${VERSION_ABI_MAJOR}.dll Delete $WINDIR\SysWow64\vulkaninfo.exe @@ -623,7 +623,7 @@ Section "uninstall" ${If} $0 != 0 SetOutPath "$IDir" Call un.DiagConfigLayersAndVulkanDLL - MessageBox MB_OK "Warning!$\n$\nPowershell script called by VulkanRT Uninstaller failed with error $0. Is Powershell installed on your system?$\n$\nVulkan $FileVersion has been uninstalled from your system." /SD IDOK + MessageBox MB_OK "Warning!$\n$\nConfigureRT program called by VulkanRT Installer failed with error $0. This may result in an incomplete uninstall.$\n$\nVulkan $FileVersion has been uninstalled from your system." /SD IDOK ${If} ${RunningX64} Delete $WINDIR\SysWow64\vulkan-${VERSION_ABI_MAJOR}.dll Delete $WINDIR\SysWow64\vulkaninfo.exe -- cgit v1.2.3