summaryrefslogtreecommitdiff
path: root/windowsRuntimeInstaller
diff options
context:
space:
mode:
authorLenny Komow <lenny@lunarg.com>2016-08-31 09:45:46 -0600
committerLenny Komow <lenny@lunarg.com>2016-08-31 09:45:46 -0600
commitf0d08a2712d293edc0dcf7113cba4891e6872665 (patch)
tree13ff8ee5c767238efa28d9cbb82f8c1725be8257 /windowsRuntimeInstaller
parentdab146c1079478d8335289620185f5500756ec7b (diff)
winsdk: Fix powershell error to say ConfigureRT
Diffstat (limited to 'windowsRuntimeInstaller')
-rw-r--r--windowsRuntimeInstaller/InstallerRT.nsi4
1 files 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