- Flexera Community
- :
- FlexNet Manager
- :
- FlexNet Manager Forum
- :
- Flexera agent MSI Error code's
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Flexera agent MSI Error code's
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
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For example:
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.
H:\>direct
'direct' is not recognized as an internal or external command,
operable program or batch file.
H:\>echo%errorlevel%
9009
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1603
ERROR_INSTALL_FAILURE
A fatal error occurred during installation.
--------------------
1618 / 1619
ERROR_INSTALL_ALREADY_RUNNING
ERROR_INSTALL_PACKAGE_OPEN_FAILED
Another installation is already in progress. Complete that installation before proceeding with this install.
For information about the mutex, see _MSIExecute Mutex.
This installation package could not be opened. Verify that the package exists and is accessible, or contact the application vendor to verify that this is a valid Windows Installer package.
-------------------------
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
