B
BatKing
Hi everyone,
I am working on a shared add-in for outlook 2003 and 2007. the problem I am
facing now is making office 2007/2003 PIA pre-requisites.
because my add-in works for both outlook 2003 and outlook 2007, I want my
setup.exe works for both version. However, the PIA keep installing on the
wrong version of office. for example, 2003 PIA is trying to install on office
2007 machine and 2007 PIA is trying to install on a office 2003 machine.
so what is the correct way to code the production.xml for PIA in the
bootstrapper packages?
I kind get PIA 2003 works however I think it is not the correct way. I code
the product.xml as following. basically I have two <ExternalCheck>, one for
2003 PIA component IDs, and one for 2007 PIA component IDs. and <BypassIf>
for both <ExternalCheck> properties. The only reason I think this is
currently working is all the machines I test with office 2007 have 2007 PIA
installed as this is included in the default office 2007 installation. so
<BypassIf> works and the 2003 PIA won't install on office 2007.
for PIA 2007, I have the same problem but fails on every office 2003
machines. this is because PIA doesn't exist on office 2003 machine as it is
not in standard installations of office 2003 and PIA 2007 keeps installing on
office 2003 and fails. I was thinking to use the component IDs of office and
Component IDs of Office PIA together can solve this problem. basically same
as above with 2 <ExternalCheck> but one for PIA and one for the Other version
of office (ie, for PIA 2003, I check the component IDs of PIA 2003 and Office
2007 to ByPass the installation of PIA 2003). However, I can't find the
component IDs for office 2003/2007 on the web.
anyone know what is the correct way to do this or what is the component IDs
for office 2003 and 2007?
I am working on a shared add-in for outlook 2003 and 2007. the problem I am
facing now is making office 2007/2003 PIA pre-requisites.
because my add-in works for both outlook 2003 and outlook 2007, I want my
setup.exe works for both version. However, the PIA keep installing on the
wrong version of office. for example, 2003 PIA is trying to install on office
2007 machine and 2007 PIA is trying to install on a office 2003 machine.
so what is the correct way to code the production.xml for PIA in the
bootstrapper packages?
I kind get PIA 2003 works however I think it is not the correct way. I code
the product.xml as following. basically I have two <ExternalCheck>, one for
2003 PIA component IDs, and one for 2007 PIA component IDs. and <BypassIf>
for both <ExternalCheck> properties. The only reason I think this is
currently working is all the machines I test with office 2007 have 2007 PIA
installed as this is included in the default office 2007 installation. so
<BypassIf> works and the 2003 PIA won't install on office 2007.
for PIA 2007, I have the same problem but fails on every office 2003
machines. this is because PIA doesn't exist on office 2003 machine as it is
not in standard installations of office 2003 and PIA 2007 keeps installing on
office 2003 and fails. I was thinking to use the component IDs of office and
Component IDs of Office PIA together can solve this problem. basically same
as above with 2 <ExternalCheck> but one for PIA and one for the Other version
of office (ie, for PIA 2003, I check the component IDs of PIA 2003 and Office
2007 to ByPass the installation of PIA 2003). However, I can't find the
component IDs for office 2003/2007 on the web.
anyone know what is the correct way to do this or what is the component IDs
for office 2003 and 2007?