【问题标题】:How to install Office365 on Server with Office Deployment Tool?如何使用 Office 部署工具在服务器上安装 Office365?
【发布时间】:2019-04-30 14:26:15
【问题描述】:

我正在设置一个新服务器,并希望在其上安装 Office365。这是一个 Azure VM,所以我通过 RDP 连接。在安装过程中,出现一个办公窗口并给我错误代码 0-1008 (0)

由于我的研究,我了解到我必须使用 Office 部署工具(例如 Documentation

我下载了文件(见第一个代码块)

下载成功。然后我尝试使用另一个 xml-File 安装 Office(参见第二个代码块)并得到上面的错误消息。

我已经搜索过这个问题,但我刚刚找到了一些代码错误的解决方案,例如this

    <Configuration> 
      <Add SourcePath="C:\office"
           OfficeClientEdition="64" >
       <Product ID="O365ProPlusRetail" > 
         <Language ID="en-us" />      
       </Product> 
      </Add> 
    </Configuration>

.

    <Configuration>
      <Add SourcePath="C:\office"
           OfficeClientEdition="64"
           Channel="Broad" >
       <Product ID="O365ProPlusRetail">
         <Language ID="en-us" />
      </Add>
      <Updates Enabled="TRUE" />
       <Display Level="None" AcceptEULA="TRUE" />
       <Property Name="SharedComputerLicensing" Value="1" />
     </Configuration>

所以,我想在带有 Windows Server 2016 的 Azure VM 上安装 Office365,并且我通过 RDP 连接(因此,我必须以这种方式安装 Office),但直到现在,我能够下载文件仅用于安装。

【问题讨论】:

  • 您应该能够像在任何其他 PC 或工作站上一样简单地下载 Office。您是否尝试过不止一台虚拟机?也许那台特定的机器有问题
  • 不,正如我的查询所示,在有多个用户的虚拟机上是不可能的。我也试过了。

标签: xml azure cmd virtual-machine office365


【解决方案1】:

只需运行相同的 xml 文件进行下载 (setup.exe /download) 和安装 (setup.exe /configure)。这就是我成功安装 Office 的方式

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2022-01-26
    • 2020-11-02
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多