Skip to content

Instantly share code, notes, and snippets.

@datavudeja
Forked from Computer-Tsu/Convert Error Code.md
Created October 21, 2025 13:17
Show Gist options
  • Save datavudeja/8d5392d6eda23225e8dccd04f0cedfd8 to your computer and use it in GitHub Desktop.
Save datavudeja/8d5392d6eda23225e8dccd04f0cedfd8 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