Skip to content

Instantly share code, notes, and snippets.

@ichii731
Created November 20, 2023 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ichii731/45a5661fd3e7351c7ce9643e86533d7a to your computer and use it in GitHub Desktop.
Save ichii731/45a5661fd3e7351c7ce9643e86533d7a to your computer and use it in GitHub Desktop.
Word,Excel,PowerPoint以外インストールさせないODTスクリプト
<!-- 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 Current Channel
settings -->
<Configuration>
<Add OfficeClientEdition="64" Channel="Current">
<Product ID="O365ProPlusRetail">
<Language ID="ja-jp" />
<ExcludeApp ID="Groove" />
<ExcludeApp ID="Lync" />
<ExcludeApp ID="OneDrive" />
<ExcludeApp ID="Publisher" />
<ExcludeApp ID="OneNote" />
<ExcludeApp ID="Teams" />
<ExcludeApp ID="Access" />
</Product>
<Product ID="VisioProRetail">
<Language ID="ja-jp" />
</Product>
</Add>
<!-- <Updates Enabled="TRUE" Channel="Current" /> -->
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
</Configuration>
./setup.exe /configure odt.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment