Copy from https://github.com/KangHidro/office365-offline-installer?tab=readme-ov-file
- Download:
- Office Deployment Tool: https://www.microsoft.com/en-us/download/details.aspx?id=49117
- Extract and take only
setup.exe
- O365 ProPlus ISO: https://officecdn.microsoft.com/db/492350F6-3A01-4F97-B9C0-C7C6DDF67D60/media/en-US/O365ProPlusRetail.img
- Extarct
Office
folder to same dir withsetup.exe
&cfg.xml
- Edit
cfg.xml
, fieldSourcePath
, value is parent folder ofOffice
folder
Eg:
C:\OfficeSetup\setup.exe
C:\OfficeSetup\cfg.xml
C:\OfficeSetup\Office\.....
Then SourcePath="C:\OfficeSetup"
<Configuration ID="3425b7df-6458-4d52-8582-405b61b30f99"> <Add OfficeClientEdition="64" Channel="Current" SourcePath="C:\OfficeSetup" AllowCdnFallback="FALSE"> <Product ID="O365ProPlusRetail"> <Language ID="en-us" /> <ExcludeApp ID="Access" /> <ExcludeApp ID="Groove" /> <ExcludeApp ID="Lync" /> <ExcludeApp ID="OneDrive" /> <ExcludeApp ID="OneNote" /> <ExcludeApp ID="Outlook" /> <ExcludeApp ID="Publisher" /> <ExcludeApp ID="Teams" /> <ExcludeApp ID="Bing" /> </Product> </Add> <Property Name="SharedComputerLicensing" Value="0" /> <Property Name="SCLCacheOverride" Value="0" /> <Property Name="AUTOACTIVATE" Value="0" /> <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" /> <Property Name="DeviceBasedLicensing" Value="0" /> <Updates Enabled="FALSE" UpdatePath="E:\Office19" /> <RemoveMSI /> <Display Level="Full" AcceptEULA="TRUE" /> </Configuration>
- Install: Open CMD, run
setup.exe /configure cfg.xml
-
标签:xml,exe,OfficeSetup,Office,office,cfg,setup,offline,365 From: https://www.cnblogs.com/Fred1987/p/18020105