aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pinedo <david@lunarg.com>2016-02-10 11:20:44 -0700
committerDavid Pinedo <david@lunarg.com>2016-02-10 11:22:47 -0700
commit48a91d37707fcf52cb0afaaa98eff2dd65633154 (patch)
tree69a63c4315c5561bb9d0750b46e55df8a8dcc20e
parent94c9bf0d1b8d493eeebed4f9a4ba4a1b89090419 (diff)
downloadusermoji-48a91d37707fcf52cb0afaaa98eff2dd65633154.tar.xz
winrtinstaller: Add section on error return values.
-rw-r--r--windowsRuntimeInstaller/README.txt15
1 files changed, 15 insertions, 0 deletions
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.