Forum Discussion
App Deployment Location
- Nov 12, 2018
Hi Stuart,
it depends which channel you are using and which type of app,
Win32 apps via Intune Management Extension Agent are cached here:
C:\Program Files (x86)\Microsoft Intune Management Extension\Content
Windows LOB apps (single MSI) pushed via MDM channel like the Intune Management Extension Agent itself are cached here during install and then deleted:
C:\Windows\system32\config\systemprofile\AppData\Local\mdm
best,
Oliver
Hi Stuart,
it depends which channel you are using and which type of app,
Win32 apps via Intune Management Extension Agent are cached here:
C:\Program Files (x86)\Microsoft Intune Management Extension\Content
Windows LOB apps (single MSI) pushed via MDM channel like the Intune Management Extension Agent itself are cached here during install and then deleted:
C:\Windows\system32\config\systemprofile\AppData\Local\mdm
best,
Oliver
- kkzimbaOct 15, 2020Copper Contributor
Oliver Kieselbach What is the meaning of below that I found in event log?
MDM ConfigurationManager: Command failure status. Enrollment Name: (MDMDeviceWithAAD), Provider Name: (Policy), Command Type: (Add: from Replace or Add), CSP URI: (./Device/Vendor/MSFT/Policy/ConfigOperations/ADMXInstall/Receiver/Properties/Policy/FakePolicy/Version), Result: (The system cannot find the file specified.).
- Oct 16, 2020
- JohnJones79Jan 24, 2019Copper Contributor
Hi Oliver, it appears that once installed the Cached content is deleted so is no longer available for any form of MSI self heal event. Do you know if there a away to change this behaviour?
- Jan 25, 2019
Hi,
the cache folder was not cleaned up in the beginning. Now the Intune Management Extension cleans up the cache folders after successful installation.
best,
Oliver
- vijaynaiduFeb 28, 2019Copper ContributorI have an issue with MSI self-repair in Intune application. After installation executable files will deleted, hence getting this error.
what is the solution for this?
- StuartK73Nov 12, 2018Iron Contributor
Oliver Kieselbach wrote:Hi Stuart,
it depends which channel you are using and which type of app,
Win32 apps via Intune Management Extension Agent are cached here:
C:\Program Files (x86)\Microsoft Intune Management Extension\Content
Windows LOB apps (single MSI) pushed via MDM channel like the Intune Management Extension Agent itself are cached here during install and then deleted:
C:\Windows\system32\config\systemprofile\AppData\Local\mdm
best,
Oliver
Another fantastic and informative response Oliver, thank you