- Go to:
\\wharton.upenn.edu\wcit\technet\MS Products\Microsoft Office\Office 2019 for Windows
- Download
Office_Deployment_Tools_2019_-3_MLF_X22-09817.EXE
and run it. - Extract it somewhere easy, like
~/Desktop/deployment
- Within the folder you extracted to, download
configuration.xml
from below, and edit the file. - In the example file, only Word, Excel, and Outlook will be installed.
- Comment out the Office applications you want installed.
- Open up
cmd.exe
as an Administrator, navigate to~/Desktop/deployment
, and run these commands to download and install.
setup /download configuration.xml
setup /configure configuration.xml
The /download
will take a little while to run, as it is downloading the custom bundle from Microsoft. You can watch progress through your OS task manager. The /configure
step will pop a window with a progress installation bar. Once that's finished, you should be all set with just the applications you selected!
Very good, expecially that all App IDs are listed, thank you! But how to proceed if Office is already installed and you want to exclude some of its applications afterwards (because if installed as Microsoft 365, you cannot remove single apps like OneNote via windows)?