Deploy MindManger via Microsoft Endpoint Manager(Intune)
Answered
I am looking to deploy MindManager through the Apps section of Microsoft Endpoint Manager (Intune), but we keep getting a failure. I cannot seem to find anything directly related to this, so I followed the Large Scale Deployment guide and used the switches for the .MSI file.
The app sits at "Pending" for a couple days, and eventually fails with "This operation returned because the timeout period expired. (0x8001011F)".
Has anyone ever successfully deployed via MEM?
Hello Jeff,
This is not a supported deployment method at this time. However, if you can provide the log files, I will ask our development team to review and check if there is anything obvious that is causing the failure.
Best regards,
-Marian
Hello Jeff,
This is not a supported deployment method at this time. However, if you can provide the log files, I will ask our development team to review and check if there is anything obvious that is causing the failure.
Best regards,
-Marian
From what I have determined, it does not like the commands to install, and is easily reproduced running locally.
msiexec /i "MindManager.msi" /v LICENSEKEY="OURLICENSEKEY" RESOURCELANGUAGE="English" COMPANYNAME="COMPANY" ADDLOCAL="All" ENABLEBOX="0" DROPBOXENABLED="0" GOOGLEDRIVEENABLED="0" COEDITENABLED="0" /qn
the above just opens the msiexe help context box. removing all options and leaving /qn does not install and does not an give error
the MindManager.msi is the one that is included in the Admin Deployment from the MM admin site
From what I have determined, it does not like the commands to install, and is easily reproduced running locally.
msiexec /i "MindManager.msi" /v LICENSEKEY="OURLICENSEKEY" RESOURCELANGUAGE="English" COMPANYNAME="COMPANY" ADDLOCAL="All" ENABLEBOX="0" DROPBOXENABLED="0" GOOGLEDRIVEENABLED="0" COEDITENABLED="0" /qn
the above just opens the msiexe help context box. removing all options and leaving /qn does not install and does not an give error
the MindManager.msi is the one that is included in the Admin Deployment from the MM admin site
---