Forum Discussion
Punisheer4
Feb 16, 2021Copper Contributor
O365 new setup.exe will not allow all proofing tools download
Since October of last year we not able to download all of the proofing tools with the new setup.exe from the ODT. If you take out at least 35 Proofing tools then it will work. Is there a way to get this working to allow them all
Any help would be much appreciated.
- Punisheer4Copper Contributor
This is the code by the way:
<Configuration>
<Add OfficeClientEdition="32" Channel="MonthlyEnterprise" OfficeMgmtCOM="TRUE" AllowCdnFallback="FALSE" Version="16.0.13530.20528">
<Product ID="ProjectProRetail">
<Language ID="en-us" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="OneDrive" />
<ExcludeApp ID="Teams" />
<ExcludeApp ID="Bing" />
</Product>
<Product ID="VisioProRetail">
<Language ID="en-us" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="OneDrive" />
<ExcludeApp ID="Teams" />
<ExcludeApp ID="Bing" />
</Product>
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="OneDrive" />
<ExcludeApp ID="Teams" />
<ExcludeApp ID="Bing" />
</Product>
<Product ID="ProofingTools">
<Language ID="af-za" />
<Language ID="sq-al" />
<Language ID="ar-sa" />
<Language ID="hy-am" />
<Language ID="as-in" />
<Language ID="az-latn-az" />
<Language ID="bn-bd" />
<Language ID="bn-in" />
<Language ID="eu-es" />
<Language ID="bs-latn-ba" />
<Language ID="bg-bg" />
<Language ID="ca-es" />
<Language ID="zh-cn" />
<Language ID="zh-tw" />
<Language ID="hr-hr" />
<Language ID="cs-cz" />
<Language ID="da-dk" />
<Language ID="nl-nl" />
<Language ID="en-us" />
<Language ID="et-ee" />
<Language ID="fi-fi" />
<Language ID="fr-fr" />
<Language ID="gl-es" />
<Language ID="ka-ge" />
<Language ID="de-de" />
<Language ID="el-gr" />
<Language ID="gu-in" />
<Language ID="ha-latn-ng" />
<Language ID="he-il" />
<Language ID="hi-in" />
<Language ID="hu-hu" />
<Language ID="is-is" />
<Language ID="ig-ng" />
<Language ID="id-id" />
<Language ID="ga-ie" />
<Language ID="xh-za" />
<Language ID="zu-za" />
<Language ID="it-it" />
<Language ID="ja-jp" />
<Language ID="kn-in" />
<Language ID="kk-kz" />
<Language ID="rw-rw" />
<Language ID="sw-ke" />
<Language ID="kok-in" />
<Language ID="ko-kr" />
<Language ID="ky-kg" />
<Language ID="lv-lv" />
<Language ID="lt-lt" />
<Language ID="lb-lu" />
<Language ID="mk-mk" />
<Language ID="ms-my" />
<Language ID="ml-in" />
<Language ID="mt-mt" />
<Language ID="mi-nz" />
<Language ID="mr-in" />
<Language ID="ne-np" />
<Language ID="nb-no" />
<Language ID="nn-no" />
<Language ID="or-in" />
<Language ID="ps-af" />
<Language ID="fa-ir" />
<Language ID="pl-pl" />
<Language ID="pt-br" />
<Language ID="pt-pt" />
<Language ID="pa-in" />
<Language ID="ro-ro" />
<Language ID="rm-ch" />
<Language ID="ru-ru" />
<Language ID="gd-gb" />
<Language ID="sr-cyrl-ba" />
<Language ID="sr-cyrl-rs" />
<Language ID="sr-latn-rs" />
<Language ID="nso-za" />
<Language ID="tn-za" />
<Language ID="si-lk" />
<Language ID="sk-sk" />
<Language ID="sl-si" />
<Language ID="es-es" />
<Language ID="sv-se" />
<Language ID="ta-in" />
<Language ID="tt-ru" />
<Language ID="te-in" />
<Language ID="th-th" />
<Language ID="tr-tr" />
<Language ID="uk-ua" />
<Language ID="ur-pk" />
<Language ID="uz-latn-uz" />
<Language ID="ca-es-valencia" />
<Language ID="vi-vn" />
<Language ID="cy-gb" />
<Language ID="wo-sn" />
<Language ID="yo-ng" />
</Product>
</Add>
<Property Name="SharedComputerLicensing" Value="1" />
<Property Name="PinIconsToTaskbar" Value="FALSE" />
<Property Name="SCLCacheOverride" Value="0" />
<Property Name="FORCEAPPSHUTDOWN" Value="TRUE"/>
<RemoveMSI>
<IgnoreProduct ID="PrjStd" />
<IgnoreProduct ID="PrjPro" />
<IgnoreProduct ID="VisStd" />
<IgnoreProduct ID="VisPro" />
<IgnoreProduct ID="InfoPath" />
<IgnoreProduct ID="InfoPathR" />
<IgnoreProduct ID="SharePointDesigner" />
</RemoveMSI>
</AppSettings>
<Display Level="None" AcceptEULA="TRUE" />
<Logging Level="Standard" Path="%TEMP%" />
</Configuration>