Re: [WiX-users] Prerequisites in a separate file

2009-08-14 Thread Blair
uld use to reference it. -Original Message- From: Nick Ball [mailto:nick.b...@grantadesign.com] Sent: Friday, August 14, 2009 3:26 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Prerequisites in a separate file Hi All, I want to check for the presence of the .Net framewor

Re: [WiX-users] Prerequisites in a separate file

2009-08-14 Thread Yan Sklyarenko
) file and then include it with instruction into my product.wxs. Hope this helps. -- Yan -Original Message- From: Nick Ball [mailto:nick.b...@grantadesign.com] Sent: Friday, August 14, 2009 1:26 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Prerequisites in a separate fi

[WiX-users] Prerequisites in a separate file

2009-08-14 Thread Nick Ball
Hi All, I want to check for the presence of the .Net framework, so I've followed the instructions in the WiX help and added the code successfully to the project. It works fine. However, to simplify my project slightly, I thought I'd take this code and put it in a file of its own and inclu