diff options
| author | Lenny Komow <lenny@lunarg.com> | 2016-08-31 09:45:46 -0600 |
|---|---|---|
| committer | Lenny Komow <lenny@lunarg.com> | 2016-08-31 09:45:46 -0600 |
| commit | abdd2d4e8c917595cd752cb46d05dc3cf41272cf (patch) | |
| tree | 6b152f8879f88d6742223c070d183acf6522aade /windowsRuntimeInstaller | |
| parent | ab800d2f39bc490ee0fd26721e2ba55ee10c84d3 (diff) | |
| download | usermoji-abdd2d4e8c917595cd752cb46d05dc3cf41272cf.tar.xz | |
winsdk: Fix powershell error to say ConfigureRT
Diffstat (limited to 'windowsRuntimeInstaller')
| -rw-r--r-- | windowsRuntimeInstaller/InstallerRT.nsi | 4 |
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 |
