We have two different add-ins, one for outlook and one for excel,word & powerpoint. The crux of both add-ins are same. But it is listed as 2 different products on Microsoft app store. Its quite hectic for us to maintain 2 add-ins. What we want is that we can have a bundle which contains both web add-ins and publish them as a single product.

I know that both of the web add-ins will have different manifest files and it wont be possible to merge them. But is there any way that MS provides to bundle multiple web add-ins to a single product ??

2

There are 2 best solutions below

0
On

I know that both of the web add-ins will have different manifest files and it wont be possible to merge them. But is there any way that MS provides to bundle multiple web add-ins to a single product ??

You are on the wrong avenue. Office web add-ins were designed to support multiple host applications in the single manifest file. You just need to specify the supported host applications. For example, see the Hosts element for more information.

Following that way you can combine two manifests together and specify different callbacks if required.

But there is no any bundle that can do this kind of job for you. That is a very specific task which can have different outputs.

0
On

As you noted, at this time there is no way to create a single manifest that applies to Outlook as well as to Word, Excel, and PowerPoint. You can combine the latter 3 in the same manifest, but Outlook cannot be included.

There is no bundling system at this time, so you'll have to have 2 different add-ins for now. However, the unified manifest that is in preview right now for Outlook will eventually support Word, Excel, and PowerPoint too and when it does, you'll be able to combine all 4 in a single manifest. It's going to be at least a year before that's ready, however.