Hi,
I have a customer getting these error codes when deploying via Bigfix. Is there a list of error code definitions?
a non-zero return like 9009, 1618 or 1603
Aug 06, 2021 09:46 AM
Aug 06, 2021 09:50 AM
Aug 06, 2021 09:54 AM
I will suggest looking at the MSI log file to find details about the error.
Also, if the error code is 1618, check in the Task Manager to see if there are any other instances of msiexec.exe running. Kill all of them before you rerun the Agent install again.
Hope this helps.
Aug 07, 2021 09:34 AM
Here's a reference listing many Windows Installer error codes: https://docs.microsoft.com/en-us/windows/win32/msi/windows-installer-error-messages
However this list doesn't appear to be complete - for example, it doesn't include codes 9009 and 1618. Doing an Internet search for "windows installer <code>" (where "<code>" is the number you're interested in) will likely turn up results.
As @Alpesh suggests, looking at the details in the Windows Installer log may give you further insight into the error too.
Aug 08, 2021 09:13 PM
I would also suggest just try to run the same script manually in one device for testing & you might get more clarity. There might be something wrong in script not in bigfix.
Aug 09, 2021 12:38 AM