Re: [WiX-users] Disabling and hiding a feature based on key...

2007-05-11 Thread Rennie Petersen
Henderson Sent: 10. maj 2007 21:16 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Disabling and hiding a feature based on key... Hi All, I've got an insta

Re: [WiX-users] Disabling and hiding a feature based on key...

2007-05-10 Thread Nick
I had dealt with this issue before, you may find the discussion if you search the archives. Note, if you disable a feature from the installation tree, a savvy user can still use something like Orcas and extract *all* the files that are sitting in your .msi file... What I ultimately did was this;

[WiX-users] Disabling and hiding a feature based on key...

2007-05-10 Thread Lewis Henderson
Hi All, I've got an install that prompts for a product key, and based on the value of that key, certain features may not be available. How do I disable these features and remove them from the subsequent FeatureTree dialog? My key validation custom action can set a property value for each feat