Office 2021 離線安裝封裝與KMS啟動步驟

1.到Office 365 Customization Tool


 選擇建立新的配置

Office來源套件選擇Office LTSC 標準版2021大量授權 OR 其他你想要的版本
 

剩下根據你的安裝配置進行設定
在安裝選項
改成本機來源 (這邊選擇安裝環境的安裝檔案路徑 可以設定網路磁碟如 \\192.168.0.1\office2021)



完成後匯出設定檔案


會得到一個XML檔案  這就是你office 的安裝組態檔案
 這邊命名為office.xml
我的組態檔案像這樣

<Configuration ID="4b609851-a8f8-4cce-bf99-22096f57e715">
  <Add OfficeClientEdition="64" Channel="PerpetualVL2021" SourcePath="C:\PROPLUS" AllowCdnFallback="TRUE">
    <Product ID="ProPlus2021Volume" PIDKEY="FXYTK-NJJ8C-GB6DW-3DYQT-6F7TH">
      <Language ID="zh-tw" />
      <ExcludeApp ID="Lync" />
      <ExcludeApp ID="OneDrive" />
    </Product>
  </Add>
  <Property Name="SharedComputerLicensing" Value="0" />
  <Property Name="SCLCacheOverride" Value="0" />
  <Property Name="AUTOACTIVATE" Value="0" />
  <Property Name="FORCEAPPSHUTDOWN" Value="FALSE" />
  <Property Name="DeviceBasedLicensing" Value="0" />
  <Updates Enabled="TRUE" />
  <RemoveMSI>
    <IgnoreProduct ID="InfoPath" />
    <IgnoreProduct ID="InfoPathR" />
    <IgnoreProduct ID="PrjPro" />
    <IgnoreProduct ID="PrjStd" />
    <IgnoreProduct ID="SharePointDesigner" />
    <IgnoreProduct ID="VisPro" />
    <IgnoreProduct ID="VisStd" />
  </RemoveMSI>
  <Display Level="Full" AcceptEULA="TRUE" />
</Configuration>

   解開裡面會有一個setip.exe與數個範本的xml檔案
  將第一個步驟取得的XML檔案放到同一個目錄中
  在命令提示字元CMD中 執行 
setup /download office.xml
此時會將office安裝檔案下載到你設定的SourcePath中  以我為例是C:\PROPLUS

3.離線安裝Office 2021
  複製以上你取得的檔案到要安裝的電腦上 記得office package的路徑要正確 
  執行setup /configure office.xml

4.設定KMS
   下載Microsoft Office LTSC 2021 Volume License Pack到KMS主機上並執行
  運行程式完會自動帶出大量授權啟動
  輸入序號看是要線上啟動還是電話啟動
  




以上完成整個office 2021離線安裝與KMS啟動設定

footer See also :

留言

這個網誌中的熱門文章

Ollama使用心得與模型導入教學

ARC下NSMutableDictionary 無法使用retainCount