问题
I have created a com addIn in Visual Studio Tools for Office (VSTO) for Excel 2010 and I want to create a single exe setup file for end user. I have googled this issue but all I can find are the solutions using Visual studio. I want to create setup with Installshield program.
回答1:
The process is described here in details for InstallShield Limited Edition (it should be very similar to Installshield 2008). It is a standard installation procedure except for 2 important points :
- You must ensure that the VSTO runtime is installed on the client machine.
- You must create a set of registry keys to enable the Office application to discover and load the VSTO Add-in. see here.
来源:https://stackoverflow.com/questions/41791026/how-to-create-installshield-setup-of-vsto-com-addin-for-excel-using-installshi