6

I've made an Excel addin and tried to install it using this answer: How do you use WiX to deploy VSTO 3.0 addins?

It doesn't work this way and I figured out that when Visual Studio deploys addins it creates additional registry keys under HKEY_CURRENT_USER\Software\Microsoft\VSTO\SolutionMetadata. I've added corresponding keys manually to my installer and it works now, but i suppose that it's not an elegant/safe method. What am I doing wrong?

Community
  • 1
  • 1
DirtyNerd
  • 71
  • 3
  • Hmmm. Are you able to say what happens if you try to install your Wix MSI (before you add those other registry keys) on a box that does not have VS installed? – Phil Whittington Nov 18 '14 at 16:08