修改部分配置
This commit is contained in:
parent
939bc1905e
commit
7a66b2fde5
2 changed files with 21 additions and 42 deletions
|
@ -1,46 +1,25 @@
|
|||
<!-- 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>
|
||||
|
||||
<Configuration ID="2ac74767-d19c-4efb-b6f9-0489219cc33c">
|
||||
<Add OfficeClientEdition="64" Channel="PerpetualVL2019">
|
||||
<Product ID="ProPlus2019Volume">
|
||||
<!-- <Language ID="en-us" /> -->
|
||||
<!-- <Language ID="zh-cn" /> -->
|
||||
<Product ID="ProPlus2019Volume" PIDKEY="NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP">
|
||||
<Language ID="MatchOS" />
|
||||
<!-- If you need , comment it. -->
|
||||
<!-- <ExcludeApp ID="Word" />> -->
|
||||
<!-- <ExcludeApp ID="Excel" /> -->
|
||||
<!-- <ExcludeApp ID="PowerPoint" /> -->
|
||||
<ExcludeApp ID="Outlook" />
|
||||
<ExcludeApp ID="OneDrive" />
|
||||
<ExcludeApp ID="Access" />
|
||||
<ExcludeApp ID="Publisher" />
|
||||
<ExcludeApp ID="OneNote" />
|
||||
<ExcludeApp ID="Groove" />
|
||||
<!-- OneDrive for Business => Groove -->
|
||||
<ExcludeApp ID="Lync" />
|
||||
<!-- Skype for Business => Lync -->
|
||||
</Product>
|
||||
|
||||
<!-- If you need Visio , uncomment it -->
|
||||
|
||||
<!-- <Product ID="VisioPro2019Volume"> -->
|
||||
<!-- <Language ID="zh-cn" /> -->
|
||||
<!-- </Product> -->
|
||||
<Product ID="LanguagePack">
|
||||
<Language ID="MatchOS" />
|
||||
</Product>
|
||||
</Add>
|
||||
|
||||
<!-- <Updates Enabled="TRUE" Channel="Monthly" /> -->
|
||||
|
||||
<!-- <Display Level="None" AcceptEULA="TRUE" /> -->
|
||||
|
||||
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
|
||||
|
||||
</Configuration>
|
||||
<Property Name="SharedComputerLicensing" Value="0" />
|
||||
<Property Name="FORCEAPPSHUTDOWN" Value="FALSE" />
|
||||
<Property Name="DeviceBasedLicensing" Value="0" />
|
||||
<Property Name="SCLCacheOverride" Value="0" />
|
||||
<Property Name="AUTOACTIVATE" Value="1" />
|
||||
<Updates Enabled="TRUE" />
|
||||
<RemoveMSI />
|
||||
<AppSettings>
|
||||
<User Key="software\microsoft\office\16.0\excel\options" Name="defaultformat" Value="51" Type="REG_DWORD" App="excel16" Id="L_SaveExcelfilesas" />
|
||||
<User Key="software\microsoft\office\16.0\powerpoint\options" Name="defaultformat" Value="27" Type="REG_DWORD" App="ppt16" Id="L_SavePowerPointfilesas" />
|
||||
<User Key="software\microsoft\office\16.0\word\options" Name="defaultformat" Value="" Type="REG_SZ" App="word16" Id="L_SaveWordfilesas" />
|
||||
</AppSettings>
|
||||
<Display Level="Full" AcceptEULA="TRUE" />
|
||||
</Configuration>
|
|
@ -11,8 +11,8 @@ You can use [this](https://config.office.com/deploymentsettings) to generate a n
|
|||
## Download & Install
|
||||
|
||||
```
|
||||
setup.exe /download office-vol.xml
|
||||
setup.exe /configure office-vol.xml
|
||||
./setup.exe /download ./office-vol.xml
|
||||
./setup.exe /configure ./office-vol.xml
|
||||
```
|
||||
|
||||
## KMS Activtion
|
||||
|
|
Loading…
Reference in a new issue