Forum Discussion

Jozef Izso's avatar
Jozef Izso
Iron Contributor
Jan 20, 2021

Microsoft Office add-in deployment using MSIX

Hi,

we need to package a .NET desktop application and a COM add-in which extends Microsoft Office applications using MSIX.

 

What technology does MSIX and Desktop Bridge have to support creating such packages?

 

Our app and library currently defines two COM classes which must be registered in user registry and integration with MS Office apps requires us to write to registry at HKCU\Software\Microsoft\Office\AppName\Addins

15 Replies

  • CBullen1's avatar
    CBullen1
    Copper Contributor
    Hi Jozef,
    I'm in the same boat. Have you tried using the RegistryWriteVirtualization instruction to disable virtualisation for HKCU/Software/Classes, then having a MSIX-installed exe do the registration of the COM Addin dll as a post-installation step (either by directly writing the COM registry entries you need, or calling regasm)?
  • Hi Jozef IzsoWindows and Office are working hard to enable M365 Apps (e.g. Word, PowerPoint, Excel) to be packaged and delivered in MSIX format with the same full extensibility that customer enjoy in Click-to-Run and MSI. When the time comes,  we’ll communicate details and timelines as to when you will be able to package MSIX Office add-ins. 

Resources