Re: [WiX-users] Feature detection

2006-08-23 Thread Bob Arnson
Please send questions only to one list. John Hidey (The C# Junkie) wrote: > How can I tell what features are being installed. I need to display a > form if a certain feature is installed and not display it when its not > installed. See http://msdn.microsoft.com/library/default.asp?url=/library

[WiX-users] Feature detection

2006-08-23 Thread John Hidey (The C# Junkie)
How can I tell what features are being installed.  I need to display a form if a certain feature is installed and not display it when its not installed.    I have the following feature structure complete level 1     feature1 level 1     feature2 level 1     feature3 level 1     feature4 level 1 By