Forum Discussion
Installing .MSI and .EXE based applications as part of Autopilot
- May 19, 2021
I would really not recommend to have a mix of MSI (Line-of-business app) and EXE (Windows app (Win32)).
The OMA DM agent can starts an MSI installation and simultaneously the Intune Management Extension plugin can start a Win32 app installation. If your Win32 app would install an MSI as well (embedded), this will cause an issue because it's not possible to have multiple instances of Windows installer (in relation with TrustedInstaller) at the same time.
This is also documented in the following article (See Note):https://docs.microsoft.com/en-us/troubleshoot/mem/intune/understand-troubleshoot-esp#device-setup
I would really not recommend to have a mix of MSI (Line-of-business app) and EXE (Windows app (Win32)).
The OMA DM agent can starts an MSI installation and simultaneously the Intune Management Extension plugin can start a Win32 app installation. If your Win32 app would install an MSI as well (embedded), this will cause an issue because it's not possible to have multiple instances of Windows installer (in relation with TrustedInstaller) at the same time.
This is also documented in the following article (See Note):
https://docs.microsoft.com/en-us/troubleshoot/mem/intune/understand-troubleshoot-esp#device-setup
https://call4cloud.nl/2020/11/the-powershell-win32-app-express/
- joel_grangierMay 20, 2021Brass Contributor
Rudy_Ooms_MVP
I'm just speaking about a professional solution/concept, which would never cause any issue. You never know what the future holds...
You could also have this issue outside of the ESP process (meaning when the user is already logged on and has an interactive desktop). In that case, the installation of the impacted apps will be delayed. These apps will be available in worst cases only the next day...
But anyway, these are just recommendations and everyone can do what he wants 😉- Chris-YueMay 20, 2021Iron ContributorSo we use a RMM solution called Kaseya VSA. What looks to be the best option in my case is to have Autopilot deploy the VSA agent and nothing more.
Once the agent registers with Kaseya then run a script from Kaseya to deploy the remaining core software instead. - May 20, 2021Hi
Sometimes you just cant escape from using win32 apps and msi (the intune mgt itself is also installed as msi) . If it was a perfect world.... :)... but i again i totally agree... thats for sure