Skip to content

Instantly share code, notes, and snippets.

@ytez
Created May 7, 2020 06:57
Show Gist options
  • Save ytez/0b0b5c753e99644a1e646c5187ca2b14 to your computer and use it in GitHub Desktop.
Save ytez/0b0b5c753e99644a1e646c5187ca2b14 to your computer and use it in GitHub Desktop.
Office Deployment Tool で Offic 365 Excel だけ入れる
<!-- Office 365 client configuration file sample. To be used for Office 365 ProPlus apps,
Office 365 Business 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
The following sample allows you to download and install the 64 bit version of the Office 365 ProPlus apps
and Visio Pro for Office 365 directly from the Office CDN using the Monthly Channel
settings -->
<Configuration>
<Add OfficeClientEdition="64" Channel="Monthly">
<Product ID="O365HomePremRetail">
<Language ID="en-us" />
<ExcludeApp ID="Access"/>
<ExcludeApp ID="Groove"/> <!-- Onedrive for Business -->
<ExcludeApp ID="Lync"/> <!-- Skype for Business -->
<ExcludeApp ID="OneDrive"/>
<ExcludeApp ID="OneNote"/>
<ExcludeApp ID="Outlook"/>
<ExcludeApp ID="PowerPoint"/>
<ExcludeApp ID="Publisher"/>
<ExcludeApp ID="Teams"/>
<ExcludeApp ID="Word"/>
</Product>
</Add>
<!-- <Updates Enabled="TRUE" Channel="Monthly" /> -->
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>
@ytez
Copy link
Author

ytez commented May 7, 2020

2020-02-22 に動作確認。今はどうだろう。

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