Hi There, Pls advise if there is a existing list of exit codes for software distribution?
I’m not quite sure of the exit codes - It just say completed and there are various exit codes - 0, 1, 1603, 3010 etc
Appreciate your reply. Thanks!
Hi There, Pls advise if there is a existing list of exit codes for software distribution?
I’m not quite sure of the exit codes - It just say completed and there are various exit codes - 0, 1, 1603, 3010 etc
Appreciate your reply. Thanks!
The exit codes are simply passed through from the underlying process - so if the fixlet invokes msiexec, you will see the exit code from msiexec.
The equivalent information is published for other install/update processes.