en-GB, es-MX, fr-CA was not even available for regular Office itself before Office 2021, that's why they are added at the end of list
Interesting. Could something be done to allow en-gb users to add the en-us versions, inside the scripts?
C2R-R2V v17 - Added optional behavior to override Office C2R vNext license (subscription or lifetime) or its residue (which may prevent proper KMS activation) Code: - default state: Yes - manual option: vNextOverride Office Scrubber v9 - Added support for older Office versions - Updated OffScrub vbs files to the latest from SaRA tool (thanks to @Windows_Addict) - Merged the scripts into All-in-One script with menu choices - "Scrub ALL" choice will provide another menu with toggle options to include or exclude Office versions from the operation - Other main menu choices will execute the operation regardless if that Office version is detected or not
Not for ODT per se, it uses OfficeClickToRun.exe https://forums.mydigitallife.net/threads/discussion-microsoft-office-2019.75232/page-40#post-1467291
For Windows 7, you have to look for it; 365/2019Retail/2016Retail from Production::CC Build 16.0.12527.21912 from 05/15/2021 An example when all is well is the Windows 7 operating system with Office MondoRetail. Save as Init.xml and go to the page above, follow the instructions Install MondoRetail via ODT. Build 16.0.12527.22032 will be installed for 7 from Current Channel. Build 16.0.14326.20404 will be installed for 10 from Current Channel. Spoiler: win7_mondo Code: ]<?xml version="1.0" encoding="utf-8"?> <Configuration> <Add> <Product ID="MondoRetail"></Product> <App ID="Word" /> <App ID="Excel" /> <App ID="PowerPoint" /> <App ID="Outlook" /> <App ID="Lync" /> <App ID="OneDrive" /> <App ID="Grove" /> <App ID="OneNote" /> <App ID="Access" /> <App ID="Publisher" /> <App ID="Skype" /> <App ID="Teams" /> <App ID="Project" /> <App ID="Visio" /> <Language ID="it-it" /> </Add> <Accept EULA="TRUE" /> <Updates Enabled="TRUE" /> </Configuration>
When you need to uninstall Office do it like this. Make two files Uninstall_Office.xml and Uninstall_Office.cmd. 1. Save as Uninstall_Office.xml 2. Save as Uninstall_Office.cmd Put both in the ODT folder together with Setup.exe, run Uninstall_Office.cmd, and that's it