From 21fa96cffb38ca8643ada19bd4a4cdcb4bf2b18e Mon Sep 17 00:00:00 2001 From: David Pinedo Date: Wed, 10 Feb 2016 11:29:33 -0700 Subject: winrtinstaller: change to README so it matches sdk_1.0.3 version --- windowsRuntimeInstaller/README.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/windowsRuntimeInstaller/README.txt b/windowsRuntimeInstaller/README.txt index aa0309e2..14a60caa 100644 --- a/windowsRuntimeInstaller/README.txt +++ b/windowsRuntimeInstaller/README.txt @@ -17,6 +17,7 @@ To build the Installer: !define VERSION_MINOR !define VERSION_PATCH !define VERSION_BUILDNO + !define PUBLISHER 4. Right click on the InstallerRT.nsi file and select "Compile NSIS Script". The Windows Vulkan Runtime Installer package file will be created in @@ -35,6 +36,11 @@ Some notes on the behavior of the Windows Vulkan Runtime Installer: can be run in silent mode by using the /S command line option when invoking the installer. + o If the Vulkan Runtime is already installed on the system, + subsequent installs of the same version of the Vulkan Runtime + will be installed to the same folder to which it is was + previously installed. + o The Vulkan Runtime Installer uses "counted" installs. If the same version of the Vulkan Runtime is installed multiple times on a system, the Vulkan Runtime must be uninstalled the same @@ -46,6 +52,15 @@ Some notes on the behavior of the Windows Vulkan Runtime Installer: not remove prior versions of the Vulkan Runtime when a newer version is installed. + o The Vulkan Runtime can be uninstalled from Control Panel -> + Programs and Features. It can also be uninstalled by running + UninstallVulkanRT.exe in the install folder. The uninstall can + be run in silent mode by using the /S command line option + when invoking the uninstaller. The location of the the + UninstallVulkanRT.exe can be found in the registry value + HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\ + VulkanRT\UninstallString + o The Vulkan Runtime Installer installs the Vulkan loader as C:\Windows\System32\vulkan-.dll. It then compares all versions of the loader in C:\Windows\System32 that have the -- cgit v1.2.3