網頁

2019年12月17日 星期二

下載、安裝Office 2019

2019年11月6日 - 微軟在網際網路的Office 內容傳遞網路(CDN) 上提供Office 2019 的安裝檔案。以前是在大量授權服務中心(VLSC) 提供Office  的安裝檔案。
部署 Office 2019 (適合 IT 專業人員)網站:
https://docs.microsoft.com/zh-tw/deployoffice/office2019/deploy
->Office 部署工具

->Download
執行officedeploymenttool_12130-20272.exe
->打勾授權,->Continue

->選擇解壓縮要存放的資料夾->確定。
->確定。解壓縮完成。
建立下載office2019 Enterprise的cmd檔
開啟記事本,將下一行,存為downloadoffice2019.cmd
setup /download configuration-Office2019Enterprise.xml

建立安裝office2019 Enterprise的cmd檔
開啟記事本,將下一行,存為installoffice2019.cmd
setup /configure configuration-Office2019Enterprise.xml

修改configuration-Office2019Enterprise.xml檔
用記事本開啟configuration-Office2019Enterprise.xml檔

<!-- Office 2019 enterprise client configuration file sample. To be used for Office 2019 enterprise volume licensed products only, including Office 2019 Professional Plus, Visio 2019, and Project 2019. Do not use this sample to install Office 365 products. 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 Office 2019 Professional Plus, Visio 2019 Professional, and Project 2019 Professional directly from the Office CDN. --> <Configuration> <Add OfficeClientEdition="64" Channel="PerpetualVL2019"> <Product ID="ProPlus2019Volume"> <Language ID="en-us" /> </Product> <Product ID="VisioPro2019Volume"> <Language ID="en-us" /> </Product> <Product ID="ProjectPro2019Volume"> <Language ID="en-us" /> </Product> </Add> <!-- <RemoveMSI All="True" /> --> <!-- <Display Level="None" AcceptEULA="TRUE" /> --> <!-- <Property Name="AUTOACTIVATE" Value="1" /> --> </Configuration>


把Language ID="en-us"改為 Language ID="zh-tw",共有三個。修改後存檔


執行downloadoffice2019.cmd下載Office2019pro檔案。
自動建立Office資料夾,下載完成自動關閉DOS介面視窗。




office2019 只能安裝在Windows 10、Windows server 2019、Windows server 2016
執行installoffice2019.cmd 安裝office2019pro
Access圖示雖未顯示在安裝畫面,ProPlus2019Volume有含Access。

安裝完成。->關閉。


功能表上是依Access、Excel、Powerpoint、Project、Publisher、Viso、Word英文字母次序排列。

如要下載標準版office 2019
建立一個新資料夾例如03
執行officedeploymenttool_12130-20272.exe
解壓縮至新資料夾例如03
將configuration-Office2019Enterprise.xml檔改名為configuration-Office2019Standard.xml
用記事本開啟configuration-Office2019Standard.xml檔,改以下版本,改好存檔
改ProPlus2019Volume      為->Standard2019Volume
改ProjectPro2019Volume  為->ProjectStd2019Volume
改VisioPro2019Volume     為->VisioStd2019Volume
把Language ID="en-us"改為 Language ID="zh-tw",共有三個。修改後存檔

建立下載office2019 Standard的cmd檔
開啟記事本,將下一行,存為downloadoffice2019std.cmd
setup /download configuration-Office2019Standard.xml

建立安裝office2019 Standard的cmd檔
開啟記事本,將下一行,存為installoffice2019std.cmd
setup /configure configuration-Office2019Standard.xml

執行downloadoffice2019std.cmd下載office2019標準版
執行installoffice2019std.cmd安裝office2019標準版


微軟有提供網頁產生office2019下載、安裝的XML檔
https://config.office.com/









->匯出





設定.XML檔預設存於 下載 資料夾。
這個設定檔可以取代configuration-Office2019Enterprise.xml檔用於下載、安裝Office 2019

啟用 office 2019的方式有輸入金鑰或KMS啟動。

沒有留言:

張貼留言