rootid 发表于 2024-5-15 13:03:57

Office部署工具如何更改安装路径目录

如题我装了一个office2019的版本 想把它安装到D盘 如何更改这份配置文件 ?

目前只有一个解决方案:
映射C盘路径
在cmd中,输入mklink /J "C:\Program Files\Microsoft Office" "D:\Program Files\Microsoft Office"




默认配置如下:

<!-- 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>


页: [1]
查看完整版本: Office部署工具如何更改安装路径目录