From 48a91d37707fcf52cb0afaaa98eff2dd65633154 Mon Sep 17 00:00:00 2001 From: David Pinedo Date: Wed, 10 Feb 2016 11:20:44 -0700 Subject: winrtinstaller: Add section on error return values. --- windowsRuntimeInstaller/README.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/windowsRuntimeInstaller/README.txt b/windowsRuntimeInstaller/README.txt index a8418027..aa0309e2 100644 --- a/windowsRuntimeInstaller/README.txt +++ b/windowsRuntimeInstaller/README.txt @@ -65,3 +65,18 @@ Some notes on the behavior of the Windows Vulkan Runtime Installer: vulkan-1-2-0-1-1.dll) to vulkan-1.dll. This is repeated for 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. -- cgit v1.2.3