Take the following: ` 20~Get-ErrorDetail 1603 ErrorString ExitCode Hex Value Description ----------- -------- --------- ----------- ERROR_INSTALL_FAILURE 1603 0x643 Fatal error during installation. 21~PS?Get-ErrorDetail 0x643 ` Would expect to return the same value.
Take the following:
`
20~Get-ErrorDetail 1603
ErrorString ExitCode Hex Value Description
ERROR_INSTALL_FAILURE 1603 0x643 Fatal error during installation.
21~PS?Get-ErrorDetail 0x643
`
Would expect to return the same value.