aboutsummaryrefslogtreecommitdiff
path: root/windowsRuntimeInstaller
diff options
context:
space:
mode:
authorDavid Pinedo <david@lunarg.com>2016-02-19 12:37:48 -0700
committerDavid Pinedo <david@lunarg.com>2016-02-19 12:39:33 -0700
commit5214af82ee416cd5688f085b3bdff3305d7ec3c3 (patch)
treee64f4241556c2ef393f58f30b46939659f5a719b /windowsRuntimeInstaller
parentddbe1ad0e9f074204fc81a9161ea27d7abcbf6a9 (diff)
downloadusermoji-5214af82ee416cd5688f085b3bdff3305d7ec3c3.tar.xz
winrtinstaller: update README.txt to better explain rt installer exit codes
Diffstat (limited to 'windowsRuntimeInstaller')
-rw-r--r--windowsRuntimeInstaller/README.txt27
1 files changed, 13 insertions, 14 deletions
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