From 5214af82ee416cd5688f085b3bdff3305d7ec3c3 Mon Sep 17 00:00:00 2001 From: David Pinedo Date: Fri, 19 Feb 2016 12:37:48 -0700 Subject: winrtinstaller: update README.txt to better explain rt installer exit codes --- windowsRuntimeInstaller/README.txt | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'windowsRuntimeInstaller') diff --git a/windowsRuntimeInstaller/README.txt b/windowsRuntimeInstaller/README.txt index 4c7ddf5e..335c93e1 100644 --- a/windowsRuntimeInstaller/README.txt +++ b/windowsRuntimeInstaller/README.txt @@ -81,20 +81,19 @@ Some notes on the behavior of the Windows Vulkan Runtime Installer: C:\Windows\SYSWOW64 on 64-bit Windows systems to set up the 32-bit loader. - o The Vulkan Runtime Installer returns the following exit codes: - 0 - Success - 10 - Failure - If the Installer returns an error code of 10, the Installer - will have attempted to uninstall whatever it installed - before it detected an error. - - o The Vulkan Runtime Uninstaller returns the following exit codes: - 0 - Success - 3 - Success, reboot required - 10 - Failure - 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 Vulkan Runtime Installer returns an exit code of 0-9 + to indicate success. All other exit codes indicate failure. + If the Installer returns a failure exit code, the Installer + will have attempted to uninstall whatever it installed before + it detected an error. + + o The Vulkan Runtime Uninstaller returns an exit code of 0-9 + to indicate success. An exit code of 3 indicates success, but + a reboot is required to complete the uninstall. All other + exit codes indicate failure. If the Uninstaller returns a + failure exit code, 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 -- cgit v1.2.3