简体   繁体   English

Office.JS:如何使用Office 2016 OnPrem加载Word / Excel任务窗格加载项?

[英]Office.JS: How to sideload Word/Excel Taskpane add-in with Office 2016 OnPrem?

Reviewing this: https://dev.office.com/docs/add-ins/testing/create-a-network-shared-folder-catalog-for-task-pane-and-content-add-ins 回顾这个: https//dev.office.com/docs/add-ins/testing/create-a-network-shared-folder-catalog-for-task-pane-and-content-add-ins

Not quite enough information or exactly what we need. 信息不足或我们需要的确切信息。 Here is the scenario. 这是场景。 Customer is NOT on Office 365. They are only on Office 2016 on-prem. 客户不在Office 365上。它们仅在Office 2016本地上。 They want to create an Office.JS add-in for Excel and Word and have it mandatory load for all users. 他们希望为Excel和Word创建一个Office.JS加载项,并为所有用户强制加载。

How do we sideload a mandatory add-in across the enterprise? 我们如何在整个企业中加载强制加载项? What are the registry keys or other information we need to provide so that Word and Excel will find and load the manifest to the project for all users? 我们需要提供哪些注册表项或其他信息,以便Word和Excel可以为所有用户查找并加载清单到项目中?

The reference document your are provided is for add-in testing purpose during development process or QA. 您提供的参考文档用于开发过程或QA期间的附加测试目的。 Organizations should use Sharepoint catalog for Office line of products and Exchange applications catalog for Outlook add-ins. 组织应使用Office产品系列的Sharepoint目录和Outlook加载项的Exchange应用程序目录。 Available deployment options are described over here: Deploy and publish your Office Add-in . 此处描述了可用的部署选项: 部署和发布Office加载项 For Excel and Word Office,js add-in you should look at: Publish task pane and content add-ins to a SharePoint catalog . 对于Excel和Word Office,js加载项,您应该查看:将任务窗格和内容加载项发布到SharePoint目录

David, 大卫,

The only option you have for Excel and Word on prem is to use the Add-In catalog but this does not automatically deploy the Add-In or support Add-In Commands Excel和Word的唯一选项是使用加载项目录,但这不会自动部署加载项或支持加载项命令

Our only auto deployment mechanism for Word and Excel is Centralized Deployment but that's an Office 365 solution only 我们唯一的Word和Excel自动部署机制是集中部署,但这只是Office 365解决方案

Thanks Phil 谢谢菲尔

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Office.js 加载项:在 Excel 2016 中插入图像/图片 - Office.js Add-in: Insert image/picture in Excel 2016 如何使用office.js加载项在在线Excel右任务窗格上显示/隐藏关闭按钮 - How to show/hide the close button on online excel right task pane using office.js add-in Microsoft office.js Excel 插件 - 如何为折线图中的数据系列实现箭头样式? - Microsoft office.js Excel add-in - How to implement arrow style for a data series in a line chart? 如何在普通网站和Office加载项中使用office.js重用页面 - How to reuse a page in normal website and in an Office add-in with office.js 使用异步执行上下文为Office.js Javascript Word加载项添加子例程 - Add sub-routine for Office.js Javascript Word add-in using asynchronous execution context 是否可以从 Office.JS Excel 插件中启动现有的 JS 模块? - Is it possible to kick-off an existing JS module from within an Office.JS Excel Add-in? Microsoft office.js Excel 插件 - 使用 javascript/react 检索工作表/工作簿唯一 ID - Microsoft office.js Excel add-in - retrieve worksheet/workbook unique ID using javascript/react 在office.js Excel加载项中为单个列设置列宽 - Set column width for a single column in office.js excel add-in Office.js 加载项不适用于动态列 - Office.js Add-in not working with dynamic columns 我使用Office.js时的附加模块 - My add-in block when I use Office.js
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM