Can we publish a WORD Add-In to the Windows 10 app store?

二次信任 提交于 2019-12-24 02:16:54

问题


The WORD Add-in is developed using VSTO in Visual Studio 2015. It has a custom ribbon with some buttons that perform certain content manipulation of a WORD Document. Can this be converted to a UWP app using, maybe, Desktop App Converter , Desktop Bridge etc. And then publish that converted UWP app to Windows 10 App Store. Note: The converted UWP app does not have to run on all devices - it's ok if it runs only on desktop as a WORD Add-In.


回答1:


No it is not possible. Also the office store accept only web based office add-ins so this is not an option. ( see https://dev.office.com/docs/add-ins/overview/office-add-ins)

Vsto add-ins have to be distributed by yourself.




回答2:


What would you convert using the Desktop App Converter? Word itself? Because that's the application running your add-in, your add-in is not a standalone application. So no, you can't publish to the Windows 10 store.

You can however publish your add-in to the Office store. This is a seperate store that people will visit if they try to install an add-in from the browser or from within Office products itself.

To learn how to publish to the Office store, you can use this article on Office Dev Center (MSDN).




回答3:


Currently, we can upload Windows Phone app, Windows Store app and UWP app to the Store. We surely can use Desktop App Converter to publish the desktop app. However, the converter does not support VSTO product for the time being.

You can choose to submit a feature request through the Windows 10 Feedback hub. Besides, Office Store currently doesn't support official publish for your VSTO add-in.




回答4:


Even converted UWP App is running in some container. It has no access to Register or files in system folder nd Program Files. So i'm not sure it'll even work after conversion.

You can try to convert and run your app by yourself. And see if it working.



来源:https://stackoverflow.com/questions/40372430/can-we-publish-a-word-add-in-to-the-windows-10-app-store

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!