Forum Discussion
Jozef Izso
Jan 20, 2021Iron Contributor
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 s...
CBullen1
Feb 05, 2024Copper 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)?
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)?