Hi All,
I've written some COM Addins that target the Office VB Editor, using C#. I've created an MSI that installs them just fine but I'd like to put them on the Microsoft Store and it seems that only MSIX installs can integrate with the Store's payment and licensing processes.
I tried using the AI Packager to convert the MSI to an MSIX and it all seemed to work fine (all the COM entries showed up), but when I install the MSIX, there don't seem to be any registry entries created that would tell Office to load the COM Addin.
I guess that's because of the Registry virtualisation built into MSIX, but is there any way I can configure the MSIX install such that Office will see those registry entries when it starts?
Thanks
Stephen Bullen