toolbox

Advanced deployment tools

Everything here rewrites the same script you build on the generator page — turn a switch on, and the PowerShell, batch and XML output pick it up instantly. Nothing is installed or run here; you still download the script and run it as administrator.

edition

Microsoft 365 Apps for Business

apps

3

approx size

~2.7 GB

install source

Source & payload

Where the Office bits come from and what gets replaced.

Offline installer mode

Runs setup.exe /download first to cache the full Office payload on disk, then installs from that folder. Use it to deploy to machines with no internet, or to install the same build on many PCs without re-downloading the payload on each machine.

Remove existing Office first

Adds a Remove All directive to the configuration so every existing Click-to-Run Office product is uninstalled before the new one installs. Prevents the classic mixed-version and 'another version is already installed' failures.

Download size estimator

A rough figure based on the apps, add-ons and architecture you picked — useful for metered links and for sizing the offline cache.

~2.7 GB3 apps · 64-bit

run behaviour

Safety checks & install UI

What the script verifies before it touches the machine.

Pre-flight system check

Before downloading anything, the script verifies Windows build, free disk space (about twice the payload), reachability of the Microsoft CDN, and reports any existing Office install. If a check fails it stops with a clear reason instead of half-installing.

Silent / unattended install

Full shows Microsoft's normal installer window with progress. None runs the whole install in the background with no UI — the right choice for remote deployment, and it requires accepting the license terms in the config.

Install logging

Writes ODT's verbose install log to a folder you choose, and on failure the script prints the last 25 lines straight into the console so you can see why setup stopped.

Verify after install

Once setup finishes, the script reads the Click-to-Run registry and confirms your chosen edition actually registered — and prints the exact build that landed. Catches silent partial installs.

servicing

Updates & build control

How Office keeps itself current after installation.

Automatic updates

Keeps Office on the latest build for its update channel via Microsoft's CDN. Turn this off only for frozen lab or kiosk images — you would then service Office manually with your own tooling.

Pin to a specific build

Installs exactly the build you enter instead of the latest one on the channel. Useful to match a validated baseline across a fleet. Find build numbers on Microsoft's 'Update history' page for your channel.

CDN fallback

When offline installer mode is on but some files are missing from the cache folder, setup may fetch the remainder from Microsoft's CDN instead of failing. Leave off for fully air-gapped machines.

Migrate 32-bit → 64-bit

When 'Remove existing Office first' is also on and the machine has a 32-bit Office while your config targets 64-bit, ODT converts the installation instead of refusing. Settings and most add-ins carry over; very old COM add-ins may not.

after install

Post-install tweaks

Policy keys applied once setup finishes.

Skip first-run experience

Suppresses the 'first things first' opt-in screen and the OneDrive sign-in prompt, so the apps open straight into a blank document the first time.

Quiet connected-experience prompts

Sets Office's privacy policy keys so users are not asked about optional connected experiences on first launch. Nothing is disabled that affects the apps working offline.

Shared Computer Licensing

Turn this on only for Remote Desktop, Citrix or multi-session hosts where several people sign in to the same machine. It writes SharedComputerLicensing=1 so each user activates against their own licence.

Device-based licensing

Licenses the device instead of the signed-in user. Requires a Microsoft 365 device-based subscription — leave it off for normal per-user licences.

Pin apps to the taskbar

Adds PinIconsToTaskbar to the configuration so Word, Excel and the rest land on the taskbar for new users.

Default save format

Forces the default file format in Word, Excel and PowerPoint. Leave it on Default to keep whatever Office ships with.

portability

Config import & export

Save a deployment once, reuse it on every machine.

Export configuration

Downloads your full setup — edition, architecture, language, channel, apps, add-ons, activation mode and every toolbox switch — as a single JSON file you can commit to a repo or hand to a colleague.

Import configuration

Load a previously exported JSON to restore the exact same deployment. The generator page updates immediately, and an Undo action is offered in case you picked the wrong file.

Toolbox options are stored in this browser and shared with the generator page, so your script always reflects what you set here. Head back to the generator to preview and download it.