B
Bob Eaton
I read on someone's blog that a COM Add-in built with the
Extensibility.IDTExtensibility2 interface is suppose to work with the
Primary PIAs from both Office 2003 and Office 2007, and having tried it, it
seems to be true.
The next problem I'm having is that I'm using Windows Installer to install
this COM add-in: originally, I created Launch Conditions to search for the
component ID of the different Office apps that my add-in supports (e.g. Word
2003 PIA is componentID: {1C8772BD-6E6F-4C9D-8FF8-B5EA072F86EF}). If any of
the component IDs were found, then the installer would continue.
But, of course, if I'm hoping to have one package for both Office 2003 and
2007, I can't look for only the 2003 PIAs. So my question is:
Does anyone know what the component IDs are for Access 2003 and Publisher
2003 (I never found out what those were) and the component IDs for all of
the following Office 2007 apps: (Word, Excel, Access, and Publisher)?
Thanks,
Bob
Extensibility.IDTExtensibility2 interface is suppose to work with the
Primary PIAs from both Office 2003 and Office 2007, and having tried it, it
seems to be true.
The next problem I'm having is that I'm using Windows Installer to install
this COM add-in: originally, I created Launch Conditions to search for the
component ID of the different Office apps that my add-in supports (e.g. Word
2003 PIA is componentID: {1C8772BD-6E6F-4C9D-8FF8-B5EA072F86EF}). If any of
the component IDs were found, then the installer would continue.
But, of course, if I'm hoping to have one package for both Office 2003 and
2007, I can't look for only the 2003 PIAs. So my question is:
Does anyone know what the component IDs are for Access 2003 and Publisher
2003 (I never found out what those were) and the component IDs for all of
the following Office 2007 apps: (Word, Excel, Access, and Publisher)?
Thanks,
Bob