My program installation sometimes gives the following error in the installer log:
`Failed to grab execution mutex. System error 258.`
Does anyone have any more information on what this is?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It means that you are trying to install or uninstall another MSI while installing your package.
If you need to install other packages, you can add them as prerequisites. This is done differently for each setup authoring tool. You cannot use custom actions for this, at least not in InstallExecuteSequence.
_MSIExecute Mutex
Summary: One Execute sequence per machine and one UI sequence per process.