張貼者: 邱小新 於 晚上10:25

configuration.xml

<Configuration> <Add OfficeClientEdition="64" SourcePath="F:\" > <Product ID="ProPlus2019Retail"> <Language ID="zh-tw" /> <ExcludeApp ID= "Access" /> <ExcludeApp ID= "Groove" /> <ExcludeApp ID= "InfoPath" /> <ExcludeApp ID= "Lync" /> <ExcludeApp ID= "OneDrive" /> <ExcludeApp ID= "OneNote" /> <ExcludeApp ID= "Outlook" /> <ExcludeApp ID= "Project" /> <ExcludeApp ID= "Publisher" /> <ExcludeApp ID= "SharePointDesigner" /> <ExcludeApp ID= "Skype" /> <ExcludeApp ID= "Skypeforbusiness" /> <ExcludeApp ID= "Visio" /> </Product> </Add> </Configuration>

說明

  • OfficeClientEdition: 安裝版本。
  • SourcePath: 光碟掛載路徑,沒有這一個,安裝程式會先下載喔。
  • Product ID: office 版本。
  • Language ID: 安裝語系。
  • ExcludeApp: 不安裝的軟體。

備註

  • Office Deployment Tool 下載完要先解壓縮,內有一個 setup.exe 才是真正執行檔。
  • 安裝方式 setup.exe /configure configuration.xml

參考

張貼者: 邱小新 於 晚上7:24