Deploy Visio or Project with Intune to users with Microsoft 365 apps already?installed.
Sandesh Lokhande
7x-Microsoft Certified | Solution Architect | Cloud Consultant | SME | Microsoft 365 | Azure | Intune | MECM | Copilot | AI | Exchange | Teams
We are preparing this Document to know admin that how to the deploy Visio or project to a device that has already install Microsoft 365 apps without uninstalling all the existent binaries as a side effect.?
It is possible to add e.g. Language Packs, Proofing Tools, additional products (like Visio or Project) or apps without updating the installed build.?
In this Document I will show you have to leverage this methods to add Visio or Project to a device that is Intune managed and already has Microsoft 365 Apps installed.?
Start the?Microsoft Endpoint Manager admin center?
<Configuration>?
<Add Version="MatchInstalled">?
<Product ID="VisioProRetail">?
<Language ID="MatchOS"/>?
<ExcludeApp ID="Groove"/>?
<ExcludeApp ID="OneDrive"/>?
</Product>?
</Add>?
<Property Name="SharedComputerLicensing" Value="0"/>?
<Property Name="FORCEAPPSHUTDOWN" Value="TRUE"/>?
<Property Name="DeviceBasedLicensing" Value="0"/>?
<Property Name="SCLCacheOverride" Value="0"/>?
<Property Name="TenantId" Value="Your tenant id"/>?
<Updates Enabled="TRUE"/>?
</Configuration>?
<Configuration>?
<Add Version="MatchInstalled">?
<Product ID="ProjectProRetail">?
<Language ID="MatchOS"/>?
<ExcludeApp ID="Groove"/>?
<ExcludeApp ID="OneDrive"/>?
</Product>?
</Add>?
<Property Name="SharedComputerLicensing" Value="0"/>?
<Property Name="FORCEAPPSHUTDOWN" Value="TRUE"/>?
<Property Name="DeviceBasedLicensing" Value="0"/>?
<Property Name="SCLCacheOverride" Value="0"/>?
<Property Name="TenantId" Value="Your tenant id"/>?
<Updates Enabled="TRUE"/>?
</Configuration>?
?
Then you just need to assign it as available or required to a group of users or device.?