Microsoft Office Online Server是Microsoft Office Web Apps(OWA)服务器的下一个版本,最初于2012年发布。,可以下载Office Online Server的测试版。它被称为Office Online Server Preview。

Microsoft Office Online Server适用于支持Web应用程序开放平台接口(WOPI)的产品和服务,如SharePoint Server 2016 Preview和Microsoft Exchange Server 2016.Office Online Server本质上是一个独立的本地服务器,允许您运行浏览器(在线)版本的Microsoft Word,Excel,PowerPoint和OneNote。

Note:

WOPI定义了一组操作,使客户端可以访问和更改服务器存储的文件。这允许客户端呈现文件并为服务器存储的文件提供文件编辑功能。

操作系统:

  • Windows Server 2012.
  • Windows Server 2012 R2.

安装 Microsoft Office Online Server

1.从Microsoft下载Office Online Server Preview

2.以管理员身份启动Windows PowerShell并运行以下命令。

Add-WindowsFeature Web-Server,Web-Mgmt-Tools,Web-Mgmt-Console,Web-WebServer,Web-Common-Http,Web-Default-Doc,Web-Static-Content,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Security,Web-Filtering,Web-Windows-Auth,Web-App-Dev,Web-Net-Ext45,Web-Asp-Net45,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Includes,InkandHandwritingServices,NET-Framework-Features,NET-Framework-Core,NET-HTTP-Activation,NET-Non-HTTP-Activ,NET-WCF-HTTP-Activation45,Windows-Identity-Foundation

3.在Windows Server 2012或Windows Server 2012 R2上安装以下先决条件。不得运行SharePoint Server。

.NET Framework 4.5.2

Visual C++ Redistributable for Visual Studio 2015

Microsoft.IdentityModel.Extention.dll

所有可用的Windows补丁更新

4.启动Office Online服务器安装程序(setup.exe)并按照屏幕上的说明进行操作

如果您的计算机上安装了32位版本的Office,您将无法安装64位Office Online Server(请参见下面的屏幕截图)。您必须先卸载32位版本的Office,然后再安装64位版本的Office Online Server。这很有趣,因为我没有看到下载32位版本Office Online Server的选项(只能下载64位版本),即使可以,Microsoft也不建议安装64位版本的办公室。所以你有两个选择。首先删除32位Office,然后安装Office Online Server,或者如果需要在服务器上安装Office应用程序,则首先删除32位Office,下载并安装64位版本的Office,然后安装Office Online Server 。

NOTE:

Microsoft不支持生产环境中的Office Online Server Preview,因此请确保将其安装在测试环境中

有关如何配置SharePoint以使用Office Web Apps Server的更多信息

Scripted Installation of SharePoint 2013 and Office Web Apps Server – From the Field (Part 4)

SharePoint &Office Online Server

在SharePoint Server 2016中,Microsoft已删除Excel Services。在您恐慌之前,我应该让您知道,即使SharePoint Services已不赞成使用Excel Services功能,但Microsoft本质上已将该负载从SharePoint Server中移除并将其移至Office Online Server。您可以安装Office Online Server并将SharePoint Server 2016配置为使用它来呈现Excel电子表格。

# 注意:

1.您不能在运行SharePoint Server的同一台服务器上安装Office Online Server。这意味着您需要有一台运行Windows Server 2012或Windows Server 2012 R2的单独服务器。

2.Microsoft不支持生产环境中的Office Online Server Preview,因此请确保将其安装在测试环境中。

什么是Office Online Server和SharePoint 2016的更多相关文章

  1. Installing Office Online Server for SharePoint 2016

    Office Online Server is the next version of the Office Web Apps, which allows your users to view and ...

  2. Sharepoint 2016 - Deploy Office Online Server

    Step 1: Install prerequisite software for Office Online Server   To install Office Online Server Ope ...

  3. SharePoint Server 2016 - Configure Office Online Server

    Step 1: Create the binding between SharePoint 2016 and Office Web Apps Server   To get started, open ...

  4. SharePoint 2016 的新特性概览(一)(What's New for IT Professionals in SharePoint Server 2016)

    博客地址:http://blog.csdn.net/FoxDave 今天看霖雨大神的转的微软最新的关于SharePoint 2016的Update,正好看到了SP2016新发布的视频,整理一下发出 ...

  5. Office Online Server 2016 部署和配置

    Office Online Server 2016 部署和配置https://wenku.baidu.com/view/65faf8de846a561252d380eb6294dd88d1d23d45 ...

  6. SharePoint 2016 的新特性概览(二)(What's New for IT Professionals in SharePoint Server 2016)

    博客地址:http://blog.csdn.net/FoxDave SharePoint 2016 的新特性 三. 监测和数据(Insights and Data) 实时数据监测,包括对使用情况.存储 ...

  7. SharePoint 2016 图文安装教程

    前言 SharePoint 2016如约而至,之前也装过预览版,但是这次是正式版,还是分享一个完整的安装过程给大家,希望能给有需要的人有所帮助. 1.首先安装操作系统,我这里是Windows Serv ...

  8. sharePoint 2016 弃用和删除的功能

    前言 sharepoint 2016版本正式发布,但是相比较2013版本,还是删除或者准备删除一些功能,我们需要了解一下哪些功能已经被删除掉或者在下一个版本中移除,因为这些可能影响我们现有系统是否能够 ...

  9. SharePoint 2016 installation error The program can not start because api-ms-win-crt-runtime-l1-1-0.dll is missing

    In this post we will discuss how we can resolve the issue The program can not start because api-ms-w ...

随机推荐

  1. Docker入门(五):Swarms

    这个<Docker入门系列>文档,是根据Docker官网(https://docs.docker.com)的帮助文档大致翻译而成.主要是作为个人学习记录.有错误的地方,Robin欢迎大家指 ...

  2. 错误: 实例 "ahwater-linux-core" 执行所请求操作失败,实例处于错误状态。: 请稍后再试 [错误: Exceeded maximum number of retries. Exceeded max scheduling attempts 3 for instance 7c1609c9-9d0f-4836-85b3-cefd45f942a7. Last exception: [u

    错误: 实例 "ahwater-linux-core" 执行所请求操作失败,实例处于错误状态.: 请稍后再试 [错误: Exceeded maximum number of ret ...

  3. ubuntu系统开root以及(su:认证失败)完美解决

    开机进入桌面,ctrl+alt+T打开终端————在此时终端显示的是 用户名@电脑名:-$   表示普通用户 在此处输入:sudo passwd root 此时提示———— [sudo] passwo ...

  4. js关于为DOM对象添加自定义属性的方式和区别

    DOM对象的三种在添加自定义属性的方式 一是 通过 “.”+“属性名” 二是 setAttribute()(getAttribute()获取) 三是 直接在元素标签上加属性  如:<div  n ...

  5. 安装VMware-tools出现initctl: Job failed to start

    安装VMware-tools中出现: ******* Creating a new initrd boot image for the kernel.update-initramfs: Generat ...

  6. SQL Server(二)——语句 转

    表的创建: 1.创建列(字段):列名+类型 2.设置主键列(primary key):能够唯一标识一条数据 3.设置唯一(unique):内容不能重复 4.外键关系:一张表(从表)其中的某列引用自另外 ...

  7. IOC模式及Unity框架文章收藏

    1.IoC模式:http://www.cnblogs.com/qqlin/archive/2012/10/09/2707075.html 通过Unity实现IOC容器. 2.深入理解DIP.IoC.D ...

  8. 在 WinForm/WPF 下制作 Google Material Design 风格程序

    国内社区没有,顺手转.WinForm: https://github.com/IgnaceMaes/MaterialSkin演示:https://www.youtube.com/watch?v=A8o ...

  9. 51nod1282(最小表示法&&枚举)

    题目链接:http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1282 题意:中文题目诶- 思路:指针不可转,刻盘可转,显然,对 ...

  10. Java使用FFmpeg处理视频文件的方法教程

    这篇文章主要给大家介绍了关于Java使用FFmpeg处理视频文件的相关资料,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面来一起学习学习吧 前言 本文主要 ...