aboutsummaryrefslogtreecommitdiff
path: root/windowsRuntimeInstaller
diff options
context:
space:
mode:
authorDavid Pinedo <david@lunarg.com>2016-02-11 12:06:38 -0700
committerDavid Pinedo <david@lunarg.com>2016-02-11 12:10:39 -0700
commit9426d6f0ac694e79d2cd9b8caf073487e30b23eb (patch)
tree948d3b243a737a67017fa0d03cea47b4b32b1f9a /windowsRuntimeInstaller
parent78fc9dd3af018d95b63ffb25f4e94cb08e9e6617 (diff)
downloadusermoji-9426d6f0ac694e79d2cd9b8caf073487e30b23eb.tar.xz
winrtinstaller: add section to README on ProductVersion property
Diffstat (limited to 'windowsRuntimeInstaller')
-rw-r--r--windowsRuntimeInstaller/README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/windowsRuntimeInstaller/README.txt b/windowsRuntimeInstaller/README.txt
index 14a60caa..4c7ddf5e 100644
--- a/windowsRuntimeInstaller/README.txt
+++ b/windowsRuntimeInstaller/README.txt
@@ -95,3 +95,11 @@ Some notes on the behavior of the Windows Vulkan Runtime Installer:
If the Uninstaller returns an error code of 10, it will have
simply exited when the failure was detected and will
not have attempted to do further uninstall work.
+
+ o The ProductVersion of the installer executable (right click on
+ the executable, Properties, then the Details tab) can be used
+ by other installers/uninstallers to find the path to the
+ uninstaller for the Vulkan Runtime in the Windows registry.
+ This ProductVersion should always be identical to <version> in:
+
+ HKLM\Software\Microsoft\Windows\CurrentVersion\Uininstall\VulkanRT<version>\UinstalString