Hi

I have developed a Guidance Package for use with VS2005 and it works and installs fine. There is now a requirement to use the Guidance Package on VS2008. Some users in our company will be runningeither VS2005or VS2008 and some users will be running both VS2005 and VS2008.

My question is can I usea singleMSI to register my Guidance Package with both VS2005 and VS2008e.g. add 2 custom actions for Install,
1) The first actionto register with 8.0 Hive i.e. /Hive=8.0 /Configuration="[TARGETDIR]MyGuidancePackage.xml"
2) Thesecond actionto register with 9.0 Hive i.e. /Hive=9.0 /Configuration="[TARGETDIR]MyGuidancePackage.xml"

Would this work or will I needone MSI for VS2005 and a seperate MSI for VS2008

Thanks