During installation or upgrade the attempt fails with the following in the log:
Failed to grab execution mutex. System error 258. MainEngineThread is returning 1618
Microsoft defines the Windows Installer Action Return Value 1618 as:
ERROR_INSTALL_ALREADY_RUNNING
Another installation is in progress. Only one installation at a time can run actions in the InstallExecuteSequence, AdminExecuteSequence, or AdvtExecuteSequence tables.
Wait for all pending software installations to complete before re-attempting. In some instances a reboot may even be required by the Windows Installer Service for the installation(s) to complete.