winrtinstaller: change to README so it matches sdk_1.0.3 version
authorDavid Pinedo <david@lunarg.com>
Wed, 10 Feb 2016 18:29:33 +0000 (11:29 -0700)
committerDavid Pinedo <david@lunarg.com>
Wed, 10 Feb 2016 18:29:33 +0000 (11:29 -0700)
windowsRuntimeInstaller/README.txt

index aa0309e2b8fcc90d4b196941e6b2de5088cbfda7..14a60caa0ba527576999167e97042f2fdb23cb34 100644 (file)
@@ -17,6 +17,7 @@ To build the Installer:
           !define VERSION_MINOR\r
           !define VERSION_PATCH\r
           !define VERSION_BUILDNO\r
+          !define PUBLISHER\r
 \r
     4. Right click on the InstallerRT.nsi file and select "Compile NSIS Script".\r
        The Windows Vulkan Runtime Installer package file will be created in\r
@@ -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\r
       invoking the installer.\r
 \r
+   o  If the Vulkan Runtime is already installed on the system,\r
+      subsequent installs of the same version of the Vulkan Runtime\r
+      will be installed to the same folder to which it is was\r
+      previously installed.\r
+\r
    o  The Vulkan Runtime Installer uses "counted" installs. If the\r
       same version of the Vulkan Runtime is installed multiple times\r
       on a system, the Vulkan Runtime must be uninstalled the same\r
@@ -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\r
       version is installed.\r
 \r
+   o  The Vulkan Runtime can be uninstalled from Control Panel ->\r
+      Programs and Features. It can also be uninstalled by running\r
+      UninstallVulkanRT.exe in the install folder. The uninstall can\r
+      be run in silent mode by using the /S command line option\r
+      when invoking the uninstaller. The location of the the\r
+      UninstallVulkanRT.exe can be found in the registry value\r
+      HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\\r
+      VulkanRT<version>\UninstallString\r
+\r
    o  The Vulkan Runtime Installer installs the Vulkan loader as\r
       C:\Windows\System32\vulkan-<version>.dll. It then compares all\r
       versions of the loader in C:\Windows\System32 that have the\r