cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ArniIng
Level 2

How to make setup for office AddIn's?

Hi
I have been trying to make msi pakage for my powerPoint AddIn Solution but when I run the setup I don't see the Addin in PowerPoint
Dose anyone know what the problem could be ?
Regards Arni
Labels (1)
0 Kudos
(1) Reply
dirk_bester
Level 2

For a Word plugin you need to set HKEY_CURRENT_USER/Software/Microsoft/Office/Word/Addins/ for example.

You would copy this from the source computer's settings.

For me I just need Description, FriendlyName, LoadBehavior, Manifest and delete the rest.

Manifest may look like [TARGETDIR]YourPlugin.vsto|vstolocal

I cannot guarantee that works, but it is what we did before VS 2012 forced a switch to IS 2012 Spring Express.
0 Kudos