how to redistribute the fix for IExtensibility (besides KB908002)

B

Bob Eaton

Is there another way to redistribute the patch for KB908002?

The description for that seems to only work if your setup project is a
VS.Net 2005 project, but the installer I need to include the fix in is Wise
and soon to be WiX and it isn't clear that the fix described therein will
work.

I think what I need is just the extensibilityMSM.msi part of that patch, but
I'm just wondering if there's another way to redistribute that fix... for
example, is there a merge module that we can include (since it's difficult
to include an msi within an msi).

Thanks,
Bob
 
P

Patrick Schmid [MVP]

Hi Bob,

If you are targeting Office 2007, then you only need to deploy
extensibility. In that case, you can make your life very easy. Just
deploy extensibility.dll to the folder with your add-in DLL. No need to
use any MSI.


Patrick Schmid [OneNote MVP]
--------------
http://pschmid.net
***
Outlook 2007 Performance Update: http://pschmid.net/blog/2007/04/13/105
Office 2007 RTM Issues: http://pschmid.net/blog/2006/11/13/80
***
Customize Office 2007: http://pschmid.net/office2007/customize
RibbonCustomizer Add-In: http://ribboncustomizer.com
OneNote 2007: http://pschmid.net/office2007/onenote
***
Subscribe to my Office 2007 blog: http://pschmid.net/blog/feed
 
B

Bob Eaton

Patrick,

Thanks for the feedback. Actually, the COM Add-in needs to work with 2003 as
well. Is that a problem?

Is there any disadvantage with just putting the extensibility.dll in the
same folder (seeing as how the normal "fix" puts it in the GAC)?

Bob


Patrick Schmid said:
Hi Bob,

If you are targeting Office 2007, then you only need to deploy
extensibility. In that case, you can make your life very easy. Just deploy
extensibility.dll to the folder with your add-in DLL. No need to use any
MSI.


Patrick Schmid [OneNote MVP]
--------------
http://pschmid.net
***
Outlook 2007 Performance Update: http://pschmid.net/blog/2007/04/13/105
Office 2007 RTM Issues: http://pschmid.net/blog/2006/11/13/80
***
Customize Office 2007: http://pschmid.net/office2007/customize
RibbonCustomizer Add-In: http://ribboncustomizer.com
OneNote 2007: http://pschmid.net/office2007/onenote
***
Subscribe to my Office 2007 blog: http://pschmid.net/blog/feed



Is there another way to redistribute the patch for KB908002?

The description for that seems to only work if your setup project is a
VS.Net 2005 project, but the installer I need to include the fix in is
Wise
and soon to be WiX and it isn't clear that the fix described therein will
work.

I think what I need is just the extensibilityMSM.msi part of that patch,
but
I'm just wondering if there's another way to redistribute that fix... for
example, is there a merge module that we can include (since it's
difficult
to include an msi within an msi).

Thanks,
Bob
 
K

Ken Slovak - [MVP - Outlook]

If you need to support both Outlook 2003 and 2007 then develop on a machine
with Outlook 2003 and use that PIA. Of course then you can only use methods,
properties and events available in Outlook 2003.

You can deploy extensibility to your installation folder without problems.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top