Hi,
I'm deploying MS Office 2016 Professional Plus VL via SCCM. How can I exclude OneDrive for Business?
In .msp file, I did set to not available for OneDrive for Bussiness and I did set the variable for setup.exe /configure configuration.xml file, but OneDrive is still being installed.
This is my configuration.xml file content:
<Configuration>
<Add OfficeClientEdition="32">
<Product ID="ProPlusRetail">
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Lync" />
</Product>
</Add>
<Display Level="None" AcceptEULA="TRUE" />
</Configuration>
Could you please help?
Thanks
Sebastian
I'm deploying MS Office 2016 Professional Plus VL via SCCM. How can I exclude OneDrive for Business?
In .msp file, I did set to not available for OneDrive for Bussiness and I did set the variable for setup.exe /configure configuration.xml file, but OneDrive is still being installed.
This is my configuration.xml file content:
<Configuration>
<Add OfficeClientEdition="32">
<Product ID="ProPlusRetail">
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Lync" />
</Product>
</Add>
<Display Level="None" AcceptEULA="TRUE" />
</Configuration>
Could you please help?
Thanks
Sebastian