Link to home
Start Free TrialLog in
Avatar of Sum Wum
Sum WumFlag for Denmark

asked on

Office 365 deployment - With proofing tools

I'm deploying the O365 version of Office 2016 today with the XML file below. But how to I add two proofing tools for two other languages? I don't want to install 3 full languages, because that gives the users the possibility to switch language, which we are not interested in. Plus when I do that, you will have to uninstall 3 offices suites (one for each language) if you want to uninstall it some day.

<Configuration>
    <Add OfficeClientEdition="32" Branch="Business">
        <Product ID="O365ProPlusRetail">
            <Language ID="EN-US" />
        </Product>
    </Add>
    <Updates Branch="Business" Enabled="TRUE" />
    <Display Level="None" AcceptEULA="TRUE" />
    <Logging Level="Standard" Path="c:\windows\CCM\logs\Office2016.log" />
    <Property Name="AUTOACTIVATE" Value="1" />
    <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />
    <Property Name="SharedComputerLicensing" Value="0" />
</Configuration>
ASKER CERTIFIED SOLUTION
Avatar of Leon Taljaard
Leon Taljaard
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial