This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to make setup for office AddIn's?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 28, 2013
10:36 AM
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
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
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 08, 2013
09:38 PM
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.
You would copy this from the source computer's
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.
