I notice while troubleshooting downloads of Office updates, that DesktopCentral will download and package Office updates using the following xml file example:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><Configuration>
<Add Channel="Monthly" OfficeClientEdition="64" SourcePath="D:\ManageEngine\DesktopCentral_Server\store\27250_Office365">
<Product ID="O365BusinessRetail">
<Language ID="en-us"/>
<Language ID="it-it"/>
<Language ID="da-dk"/>
<Language ID="es-es"/>
<Language ID="de-de"/>
<Language ID="fr-fr"/>
</Product>
</Add>
<Display AcceptEULA="TRUE" Level="None"/>
<Logging Name="27250_Office_365.txt" Path="C:\ManageEngine\DesktopCentral_Server\logs\\27250"/>
</Configuration>
My question, or suggestion is can we specify the language IDs DesktopCentral will use, so for those only needing one language, such as English, it will only download and update English and not the other 5 languages as well? Obviously some global companies may find it useful having them all together, or some may only need two of the languages, etc.
Each language in this example is 300+ MB so the whole patch can be 3 GB in size, using more bandwidth both from the internet and internally when it's not necessary.