Skip to content

Instantly share code, notes, and snippets.

@Computer-Tsu
Created February 28, 2024 02:35
Show Gist options
  • Save Computer-Tsu/6766a8cbea30e00771affcd435d7960f to your computer and use it in GitHub Desktop.
Save Computer-Tsu/6766a8cbea30e00771affcd435d7960f to your computer and use it in GitHub Desktop.
HowTo Converting Windows application Installer error codes numbers return results
Error Code Dec Error Code Error String Description
0x00000000 -4294967296 Success
0x0000007B -4294967173 Error_Invalid_Name The filename, directory incorrect

calc.exe
Menu, Programmer
[Hex] 0x7B
[Dec] 123

4294967296 - 123 = 4294967173 [+/-]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment