HI i have a machine with office 365 install with below config file:-
<Configuration>
<Add SourcePath="C:\kworking\O365" OfficeClientEdition="32" Channel="Broad" ForceUpgrade="TRUE">
<Product ID="O365ProPlusRetail">
<Language ID="en-us"/>
<ExcludeApp ID="Access"/>
<ExcludeApp ID="Groove"/>
</Product>
</Add>
<Display Level="None" AcceptEULA="TRUE"/>
<Logging Level="Standard" Path="C:\kworking\O365"/>
<Updates Enabled="TRUE" Channel="Broad"/>
<Property Name="FORCEAPPSHUTDOWN" Value="TRUE"/>
<Property Name="AUTOACTIVATE" Value="1" />
</Configuration>
I tried installing visio 2019 with the below config, but get the message you must remove office 365 first, if i change the update channel to match office it states you can not install with that channel:-
<Configuration ID="4d48d967-986b-4a32-8b6a-b32d0ee9652f">
<Add OfficeClientEdition="32" Channel=“PerpetualVL2019” SourcePath="C:\kworking\VISIO_PRO_2019" AllowCdnFallback="TRUE">
<Product ID="VisioPro2019Volume" PIDKEY="***********">
<Language ID="MatchOS" />
<Language ID="en-us" />
<Language ID="MatchPreviousMSI" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="OneDrive" />
</Product>
</Add>
<Property Name="SharedComputerLicensing" Value="0" />
<Property Name="PinIconsToTaskbar" Value="TRUE" />
<Property Name="SCLCacheOverride" Value="0" />
<Property Name="AUTOACTIVATE" Value="1" />
<Property Name="FORCEAPPSHUTDOWN" Value="FALSE" />
<Property Name="DeviceBasedLicensing" Value="0" />
<Updates Enabled="TRUE" />
<RemoveMSI>
<IgnoreProduct ID="InfoPath" />
<IgnoreProduct ID="InfoPathR" />
<IgnoreProduct ID="PrjPro" />
<IgnoreProduct ID="PrjStd" />
<IgnoreProduct ID="SharePointDesigner" />
</RemoveMSI>
<AppSettings>
<Setup Name="Company" Value="Morgan Advanced Materials" />
</AppSettings>
<Display Level="Full" AcceptEULA="TRUE" />
</Configuration>