Re: [WiX-users] Detecting if a feature is marked for install

2008-12-31 Thread Alexander Shevchuk
ail.com] Sent: Wednesday, December 31, 2008 12:00 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Detecting if a feature is marked for install Alex, Thanks for your reply. This did the trick@ I don't completely understand how it works, because sho

Re: [WiX-users] Detecting if a feature is marked for install

2008-12-31 Thread Frank Cohen
Alex, Thanks for your reply. This did the trick@ I don't completely understand how it works, because shouldn't "NOT &Firebird=0" and "&Firebird=3 OR &Firebird=4" both evaluate to true if they're selected? You make a good point regarding the update and I've removed the "Installed" test. Frank

Re: [WiX-users] Detecting if a feature is marked for install

2008-12-31 Thread Alexander Shevchuk
You are mixing to things in your condition: - Property Installed is telling us if product is installed or not - &Feature is telling us to what state feature is changing from its current state This important to understand because user may select a feature to be installed during fresh install of t