Re: [WiX-users] install feature only if another app is installed

2007-10-29 Thread Bob Arnson
Jason Rivers wrote: > is there a way I can set a condition so that if the .NET Framework is > not installed then only that Feature doesn't get installed, but the > rest does get installed still? Take a look at the WiX setup in the WiX source. We do that very thing for Votive installation when V

Re: [WiX-users] install feature only if another app is installed

2007-10-29 Thread Richard
In article <[EMAIL PROTECTED]>, "Jason Rivers" <[EMAIL PROTECTED]> writes: > I have a condition so the installation is aborted if .NET 1.0 is not > installed, but the .NET section of our product is only a small section. > > is there a way I can set a condition so that if the .NET Framework

[WiX-users] install feature only if another app is installed

2007-10-29 Thread Jason Rivers
Hi all, I have a condition so the installation is aborted if .NET 1.0 is not installed, but the .NET section of our product is only a small section. is there a way I can set a condition so that if the .NET Framework is not installed then only that Feature doesn't get installed, but the rest does