From 9426d6f0ac694e79d2cd9b8caf073487e30b23eb Mon Sep 17 00:00:00 2001 From: David Pinedo Date: Thu, 11 Feb 2016 12:06:38 -0700 Subject: winrtinstaller: add section to README on ProductVersion property --- windowsRuntimeInstaller/README.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'windowsRuntimeInstaller') 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 in: + + HKLM\Software\Microsoft\Windows\CurrentVersion\Uininstall\VulkanRT\UinstalString -- cgit v1.2.3