Title: Re: [WiX-users] Disable feature when property is empty


From: [EMAIL PROTECTED] on behalf of Mark Weaver
Sent: Sun 24/09/2006 11:19
To: vbtricks
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Disable feature when property is empty

vbtricks wrote:
> Salut,
>
> well, seems I have to set Level to 0 to disable the feature. But there's
> still an error, if [FIREFOX_INSTALL_VERSION] is empty, the feature is not
> disabled. That's my condition:
>
>         <Condition Level="0">[FIREFOX_INSTALL_VERSION] NOT ""</Condition>
>
> Can you help me again?
>
>
Reverse the test, set the level of the feature to 0 and then increase it
in the condition if firefox is installed.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to