简体   繁体   中英

Installation of VSTO Office addin using WiX

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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM