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
- :
- Registering an Add-in for Outlook
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
Oct 28, 2009
10:26 PM
Registering an Add-in for Outlook
I have an add-in project created using Add-in Express that registers fine in Visual Studio. How do I configure Installshield Express to register this add-in?
Thanks.
Bob
Thanks.
Bob
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 12, 2009
12:18 PM
I am not familiar with Add-in Express, but I suspect that you can register the plug-in by marking the DLL files for it as Self-Register or Extract COM Information. If the plug-in is .NET then you may need to instead select the .NET COM Interop option.
Basically, it would help if you clarified what steps you would manually take from a command prompt to register/install the plug-in. If it involves registering the DLL with regsvr32 or using InstallUtil, then one of the above steps should work.
Regards,
Ajay
Basically, it would help if you clarified what steps you would manually take from a command prompt to register/install the plug-in. If it involves registering the DLL with regsvr32 or using InstallUtil, then one of the above steps should work.
Regards,
Ajay