Re: [WiX-users] Suggestions on Disabling a Feature if Certain .NET Framework Isn't Installed

2009-09-28 Thread jnewton
I am starting to lean towards and option where as soon as the user hits the Next button on a Feature dialog, I have a custom popup or something that tells the user all the features they selected that are invalid (i.e. you selected .NET Framework 2.0 Support but .NET Framework 2.0 isnt'

Re: [WiX-users] Suggestions on Disabling a Feature if Certain .NET Framework Isn't Installed

2009-09-26 Thread jnewton
That actually hides the feature I believe. From what I have read, you can't really disable items in a Feature tree. Apparently the SelectionTree control doesn't support it. Probably the best way would be to allow them select all the features and then when they click next, display a dialog of some

[WiX-users] Suggestions on Disabling a Feature if Certain .NET Framework Isn't Installed

2009-09-25 Thread jnewton
I have a feature tree that consists of several features that install .NET support. So I have a tree like .NET Framework 2.0 Support .NET Framework 3.0 Support ... What I would like to do is have those features either disabled or greyed out if the Framework associated with that feature isn't

Re: [WiX-users] Suggestions on Disabling a Feature if Certain .NET Framework Isn't Installed

2009-09-25 Thread Blair
Can't you condition the features? -Original Message- From: jnewton [mailto:jonathan.new...@ni.com] Sent: Friday, September 25, 2009 12:03 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Suggestions on Disabling a Feature if Certain .NET Framework Isn't Installed I have a