1
0 Comments

I am encountering numerous instances of identical error codes while working with Autodesk installations and removals. To illustrate:

3010 ERROR_SUCCESS_REBOOT_REQUIRED

-2147021886 ERROR_SUCCESS_REBOOT_REQUIRED

and

1618 ERROR_INSTALL_ALREADY_RUNNING

-2147023278 ERROR_INSTALL_ALREADY_RUNNING

I am wondering if either of the approaches for using parallel and redundant exit codes is considered newer, or if Microsoft has always utilized them. Additionally, I would like to know if there is a recommended approach between the two. As I am starting to create my own installers, I want to ensure that I am following the correct sequence, if there is one. If there is no established best practice, I believe using positive numbers would result in shorter logs.

Askify Moderator Edited question April 30, 2023