Office 2016 CUSTOM INSTALLATION configuration, to only install Word, Excel, PowerPoint and Outlook. Office 2016 自定义安装. https://chawyehsu.com/blog/2018/03/office-2016-custom-installation-guide
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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 Channel | |
settings --> | |
<Configuration> | |
<Add OfficeClientEdition="64" Channel="Current"> | |
<Product ID="ProPlusRetail"> | |
<Language ID="zh-cn" /> | |
<ExcludeApp ID="Access" /> | |
<ExcludeApp ID="Groove" /> | |
<ExcludeApp ID="InfoPath" /> | |
<ExcludeApp ID="Lync" /> | |
<ExcludeApp ID="OneDrive" /> | |
<ExcludeApp ID="OneNote" /> | |
<ExcludeApp ID="Publisher" /> | |
<ExcludeApp ID="Project" /> | |
<ExcludeApp ID="SharePointDesigner" /> | |
<ExcludeApp ID="Visio" /> | |
</Product> | |
</Add> | |
<!-- <Updates Enabled="TRUE" Channel="Current" /> --> | |
<!-- <Display Level="None" AcceptEULA="TRUE" /> --> | |
<!-- <Property Name="AUTOACTIVATE" Value="1" /> --> | |
</Configuration> |
Outlook Two-Step Verification Connecting Issue:
Outlook Click X to system tray:
Start Outlook in a minimized state when startup:
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
References: