E
Eric Cozzi
My product installs two OL2000 COM Addins/DLLs. The first addin adds a
Command Bar, Pulldown menu, and other functionality. The second addin
modifies first addins command bar and menu (so, in order for the second COM
addin to load properly, the first addin must be loaded first).
I am using an InstallShield Professional (non-MSI based) script to install
both of these COM dlls. When I launch Outlook after installing, only the
unmodified CommandBar and Menu are shown. But, when I check the
Tools/Options/Advanced/ComAddins property sheet, both AddIns are selected.
If I deselect the second addin and then reselect it, it will load and show
fine from then on.
This makes me think that the load order is getting set wrong. Is there a way
that I can programatically set the load order? Or, another idea... a way
that I can tell Outlook to delay the load of the second DLL if I can't
detect the first addins command bar?
Clear as mud?
Thanks!
Eric Cozzi
Command Bar, Pulldown menu, and other functionality. The second addin
modifies first addins command bar and menu (so, in order for the second COM
addin to load properly, the first addin must be loaded first).
I am using an InstallShield Professional (non-MSI based) script to install
both of these COM dlls. When I launch Outlook after installing, only the
unmodified CommandBar and Menu are shown. But, when I check the
Tools/Options/Advanced/ComAddins property sheet, both AddIns are selected.
If I deselect the second addin and then reselect it, it will load and show
fine from then on.
This makes me think that the load order is getting set wrong. Is there a way
that I can programatically set the load order? Or, another idea... a way
that I can tell Outlook to delay the load of the second DLL if I can't
detect the first addins command bar?
Clear as mud?
Thanks!
Eric Cozzi