mirror of
https://github.com/massgravel/massgrave.dev
synced 2026-01-16 16:04:22 -05:00
5.5 KiB
5.5 KiB
Office C2R Custom Install
Notes
- If you find the guide below confusing, the simplest option is to use the Office C2R Installer.
- Retail Office (e.g., O365) receives the latest feature updates, whereas Volume Office (e.g., ProPlus 2024) does not.
- Please note that the official C2R custom installation method does not use an ISO or a one-click solution. Below is the simplest guide for a customized Office installation.
:::tip
- Users from sanctioned countries need to follow this guide to bypass geoblocking when downloading Office.
:::
Custom Installation Guide
1. Using Office Deployment Tool ❤️
- If Office has been installed previously:
- Uninstall Office via Apps and Features in Windows Settings.
- Run the
OfficeScrubber.cmdfile from Office Scrubber by abbodi1406 and select the[R] Remove all Licensesoption.
- Create a new folder named
Officeon yourC:drive (e.g.,C:\Office). - Download the Office Deployment Tool (ODT).
- Copy the downloaded
setup.exeto the Office folder you create (e.g.,C:\Office\setup.exe). - Go to config.office.com.
- If you want Retail Office, select
Microsoft 365 Apps for enterprisein the Office Suites section. - If you want Volume Office, select
Office LTSC Professional Plus 2024 - Volume Licensein the Office Suites section. (Do not select the SPLA version). - You can add Visio and Project apps if needed, but ensure that a supported language is selected for Project / Visio.
- If you plan to download Office files to install later, ensure you select a specific version number rather than "Latest" in the
Select the versionoption. - You only need to configure options up to the "Language" section. You can leave the rest as default.
- Click the Export button, select the "Keep Current Settings" option, and it will download a file named
Configuration.xml. (If the name is different, rename it toConfiguration.xml). - Copy the downloaded
Configuration.xmlfile to the Office folder you created (e.g.,C:\Office\Configuration.xml).
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
- Open Command Prompt (not PowerShell) as Administrator and run the following commands:
cd /d C:\Office\ setup.exe /configure Configuration.xml
It will now install Office.
- Ensure you selected a specific version number in the configuration as per the steps above.
- Open Command Prompt (not PowerShell) as Administrator and run the following commands:
- Download Office files:
cd /d C:\Office\ setup.exe /download Configuration.xml- Install Office from the downloaded files (can be done offline):
cd /d C:\Office\ setup.exe /configure Configuration.xml
:::warning[Common errors]
- Make sure you are entering these commands in Command Prompt (CMD) as Administrator.
- File name extensions are hidden by default in Windows. Consequently, some users might incorrectly rename
Configuration.xmltoConfiguration.xml.xmlbecause the original.xmlextension was not visible.
:::
2. Using YAOCTRI (for advanced users only)
Easy Custom Installation of Office Retail Products
- Download any offline
.imgfile from the Office C2R Installers page. Preferably, chooseO365ProPlusRetail. - Right-click the downloaded
.imgfile and select Mount. - Download YAOCTRI and extract the zip file.
- Run
YAOCTRIR_Configurator.cmdas Administrator. - Follow the on-screen instructions and select the products you want (including Visio/Project).
- Done.
Custom Installation Using the Latest/Volume Office Files
- Download and extract the following:
- Copy
aria2c.exeand paste it into the same folder asYAOCTRU_Generator.cmd. - Run
YAOCTRU_Generator.cmd.- Select Current / Monthly channel for Retail products.
- Select any Perpetual VL channel for Volume products.
- When prompted for output type, choose Aria2 script (fastest option).
- A new
.batfile will be created in the same folder. Run it to download the Office files. - Wait until the download finishes.
- Copy
YAOCTRIR_Configurator.cmd(for Retail) orYAOCTRI_Configurator.cmd(for Volume) into the newly created Office folder. - Run the configurator, follow the on-screen instructions, and select the product(s) you want (including Visio/Project).
- Done.
Alternative Methods
Need help?
- Check here.