How to create InstallShield Setup VSTO (COM) Addin for Excel using Installshield 2008

I created com addIn in Visual Studio Tools for Office (VSTO) for Excel 2010, and I want to create a single exe installation file for the end user. I have a problem with Google, but all I can find are solutions using Visual Studio. I want to create an installation using the Installshield program.

+5
source share
1 answer

The process is described in detail here for InstallShield Limited Edition (it should be very similar to Installshield 2008). This is a standard installation procedure, except for two important points:

  • You must ensure that the VSTO runtime is installed on the client machine.
  • You must create a set of registry keys so that the Office application can detect and download the VSTO add-in. see here.
+2
source

Source: https://habr.com/ru/post/1263166/


All Articles