Forum Discussion
DanWheeler
Mar 08, 2022Brass Contributor
Intune Doesn't Install Win32 Apps Until a User Logs On?
Hi, I'm using autopilot in self-deployment mode to provision devices. I have about 10 apps assigned to a dynamic security group that contains my devices. I have ESP configured to allow the user to "C...
DanWheeler
Mar 08, 2022Brass Contributor
Hmm, I built my apps over a period of a few months on a different computer which I re-imaged so I'm not sure which version of IntuneWinApp I used for the bulk of them. I re-built one app yesterday using 6.2107.52.0 and that app seems to have the same issue.
It SEEMS like the issue is that it's not even trying to install anything when the device is logged out OR logged in with a local account. Just looking at the IntuneManagementExtension.log file, it seems like its not even trying to install apps. Sort of like when you look at the appdiscovery.log file for SCCM and its simply not doing anything.
Or it could be that there's some issue with the local account related to all the token failure errors that is preventing the agent from running app evaluations?
It SEEMS like the issue is that it's not even trying to install anything when the device is logged out OR logged in with a local account. Just looking at the IntuneManagementExtension.log file, it seems like its not even trying to install apps. Sort of like when you look at the appdiscovery.log file for SCCM and its simply not doing anything.
Or it could be that there's some issue with the local account related to all the token failure errors that is preventing the agent from running app evaluations?
Mar 08, 2022
You are mentioning the only app.. Is it the only app besides the IME msi itself? Also autopilot seemed to be a little bit buggy the last week. Which windows build are you testing with?
- DanWheeler706Mar 08, 2022Copper Contributoroh yeah, sorry - I have an MSI that installs the Microsoft Monitoring Agent and that installs fine when the device is not yet logged in. That would be separate and in addition to the IME itself.
Build is 19044.1288
I'm simultaneously testing Windows Servicing rings so I'm intentionally on an older build. This is a new'ish tenant and basically, I'm in the process of moving everything into Intune. I'm not new to Intune but this is a new role-type that I'm transitioning from AD/SCCM to AAD/Intune and this is one of the first Windows roles to move over.
thanks for the help- natehutchMar 08, 2022Brass ContributorI don't think you should be mixing MSI and Win32 while using Auto Pilot, try wrapping the MSI file and deploy as Win32 app instead, see below docs
https://docs.microsoft.com/en-us/mem/intune/apps/apps-win32-app-management- DanWheeler706Mar 08, 2022Copper ContributorOOF! Good find. Uh, that's not ideal. That would be a real bummer if we couldn't use MSI or UWP/LOB apps together. Kind of a deal breaker actually. Do you happen to know any more about this, why it doesn't work or how to confirm that's what is happening in my case?