Created
November 20, 2023 15:34
-
-
Save ichii731/45a5661fd3e7351c7ce9643e86533d7a to your computer and use it in GitHub Desktop.
Word,Excel,PowerPoint以外インストールさせないODTスクリプト
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 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> |
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
./setup.exe /configure odt.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment