diff options
| author | WindowsAddict | 2024-12-26 13:03:59 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-12-26 13:03:59 +0000 |
| commit | 99eaf2e64467a02bd69e2a05bc3811dbe6b21592 (patch) | |
| tree | 98b93eb6c41fb1ccfa9bceea2119c1f99baf6e76 | |
| parent | 85910390389966563ba7fc5ff2e4c8115634ffcf (diff) | |
| download | massgrave.dev-99eaf2e64467a02bd69e2a05bc3811dbe6b21592.zip | |
Add instructions to preinstall Office
| -rw-r--r-- | docs/oem-folder.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/oem-folder.md b/docs/oem-folder.md index 54056d0..0c29c32 100644 --- a/docs/oem-folder.md +++ b/docs/oem-folder.md @@ -41,6 +41,19 @@ To create a pre-activated Windows installation .iso, do the following: ------------------------------------------------------------------------
+## Preinstall Office
+
+- Follow this [guide](https://gravesoft.dev/office_c2r_custom) and download the Office files.
+- Copy the downloaded `Office` folder and `setup.exe` files located beside the Configuration.xml file, and paste them into the $OEM$ folder, beside the `setupcomplete.cmd` file.
+- Open the `setupcomplete.cmd` file with notepad and add the below lines after `fltmc >nul || exit /b` line.
+ ```
+ cd /d "%~dp0"
+ setup.exe /configure Configuration.xml
+ ```
+- Save the $OEM$ folder into the ISO as per above instructions, that's it.
+
+------------------------------------------------------------------------
+
## HWID
- When using HWID activation, no files are stored on the system, and Windows 10-11 will be activated when connected to the internet for the first time.
|
