Skip to content

Instantly share code, notes, and snippets.

@igorkulman
Last active November 8, 2023 06:14
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save igorkulman/e30deb4ec4e7a6af4a0f011d1536969b to your computer and use it in GitHub Desktop.
Save igorkulman/e30deb4ec4e7a6af4a0f011d1536969b to your computer and use it in GitHub Desktop.
Office 2016 configuration to only install Word, Excel, PowerPoint and OneNote.
<!-- Office 365 client configuration file sample. To be used for Office 365 ProPlus 2016 apps,
Office 365 Business 2016 apps, Project Pro for Office 365 and Visio Pro for Office 365.
For detailed information regarding configuration options visit: http://aka.ms/ODT.
To use the configuration file be sure to remove the comments
For Office 365 client apps (verion 2013) you will need to use the 2013 version of the
Office Deployment Tool which can be downloaded from http://aka.ms/ODT2013
The following sample allows you to download and install Office 365 ProPlus 2016 apps
and Visio Pro for Office 365 directly from the Office CDN using the Current Branch
settings -->
<Configuration>
<Add OfficeClientEdition="32" Branch="Current">
<Product ID="ProPlusRetail">
<Language ID="en-us" />
<ExcludeApp ID="Access" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="InfoPath" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="OneDrive" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="Project" />
<ExcludeApp ID="SharePointDesigner" />
<ExcludeApp ID="Outlook" />
<ExcludeApp ID="Visio" />
</Product>
</Add>
<!-- <Updates Enabled="TRUE" Branch="Current" /> -->
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>
setup.exe /configure configuration.xml
@danieltaylor
Copy link

Hi! This appears to have worked, thank you for the help. I have a couple notes for anyone trying to do a custom install: you can download the Office Deployment tool here. Also, make sure to change OfficeClientEdition="32" to OfficeClientEdition="64" if you are on a 64-bit system.

@Shoananas
Copy link

Hi,

Thank you for the file!

I think you should edit your configuration.xml with 64bits by default (who is in 32 bits nowadays? on w10?). And let a commented line with 32bits so people only have to comment/uncomment.

Same think for word/excel/powerpoint/onenote, add them in the file but commented =)

It will make your file more generic for different installations.

Regards,

@TheCloudScout
Copy link

Thanks! I was searching for supported "ExcludeApp ID"s.

Most companies still use an 32-bit Office installation on 64-bit Windows due to compatibility with add-ons, macro's and such.

@realtebo
Copy link

How to pass serial code to installation file?

@saneaz
Copy link

saneaz commented Jun 21, 2018

hi
my word request configuing for office.
then what can I do?
could you help me?

@toy4x4
Copy link

toy4x4 commented Sep 17, 2018

Thanks!!

Download the installer posted by Daniel Taylor. Extract it using something like winrar and copy the setup.exe to the same directory you extracted the downloaded zip with the configuration.xml and install.cmd to. Then run install.cmd.

@timea-techgirl
Copy link

How to get the customize menu where you can select features?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment