We've read conflicting messages about whether or not a VSTO Add-In can be published to a Windows App Store or an Office App Store. First,
VSTO Add-in:
- It's an application also know as Office Solution. From this MSDN article: You can use the Microsoft Office developer tools in Visual Studio to create .NET Framework applications that extend Office. These applications are also named Office solutions
- Also see Programming VSTO Add-in.
- Deploying an Office Solution (i.e, VSTO-AddIn). You can use either
ClickOncetechnology orWindows Installer
Office-Add-in:
Use web based technology. These Add-ins enable you to extend Office clients such as Word, Excel, PowerPoint, and Outlook using web technologies like HTML, CSS and JavaScript. [Ref: Office Add-ins]
Question: Can someone please clarify the following confusion? In our Stack Overflow post here about our VSTO Add-in some users seem to indicate that we can upload my VSTO Add-in to Office App Store and not to Windows App Store. But according to a Microsoft Employee Michael Zlatkovsky in his response to a similar question on an MSDN forum here: VSTO add-ins should be able to be listed in the Windows Store as desktop app.