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
- May 20, 2021Mixing MSI and Exe is of course not best practice and not recommended but in many cases, it just works... Just like it's not best practise to push/set required all of your apps during the esp. We try to limit the amount of app required during the esp as possible. ALl other apps which some users need, can be installed manually from the company portal
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 😉- 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