diff options
| author | David Pinedo <david@lunarg.com> | 2016-02-10 11:29:33 -0700 |
|---|---|---|
| committer | David Pinedo <david@lunarg.com> | 2016-02-10 11:29:33 -0700 |
| commit | 21fa96cffb38ca8643ada19bd4a4cdcb4bf2b18e (patch) | |
| tree | 9b22f4b6101e22e22a0742983f01943abafbca7b | |
| parent | 48a91d37707fcf52cb0afaaa98eff2dd65633154 (diff) | |
| download | usermoji-21fa96cffb38ca8643ada19bd4a4cdcb4bf2b18e.tar.xz | |
winrtinstaller: change to README so it matches sdk_1.0.3 version
| -rw-r--r-- | windowsRuntimeInstaller/README.txt | 15 |
1 files changed, 15 insertions, 0 deletions
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<version>\UninstallString
+
o The Vulkan Runtime Installer installs the Vulkan loader as
C:\Windows\System32\vulkan-<version>.dll. It then compares all
versions of the loader in C:\Windows\System32 that have the
|
