cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
marketware
Level 6

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
Labels (1)
0 Kudos
(1) Reply
Ajay_Ladsaria
Level 7

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
0 Kudos