Re: [WiX-users] Detect the existence of Word and .Net version greater or equal to 2.0

2013-02-01 Thread Peter Shirtcliffe
istence of Word and .Net version greater or equal to 2.0 Hi My application requires Word and .Net. I am creating a wix bootstrap application to install .net if not not found. The basic criteria i found is to search through registry entries. the problem is both items may have many products, e.g. Wor

[WiX-users] Detect the existence of Word and .Net version greater or equal to 2.0

2013-02-01 Thread Yawar Khan
Hi My application requires Word and .Net. I am creating a wix bootstrap application to install .net if not not found. The basic criteria i found is to search through registry entries. the problem is both items may have many products, e.g. Word can have v11, v12, v14. and .net can have 2.0, 3.5, 4.