Mark Weaver <[EMAIL PROTECTED]> writes:

> vbtricks wrote:
>>         <Condition Level="0">[FIREFOX_INSTALL_VERSION] NOT ""</Condition>

Use this: <Condition Level="0">NOT FIREFOX_INSTALL_VERSION</Condition>

> Reverse the test, set the level of the feature to 0 and then increase it 
> in the condition if firefox is installed.

Beware!  Windows Installer ignores the Condition table when
making an administrative installation.  So if Feature.Level is 0,
then msiexec /a does not install the files of that feature.

http://msdn.microsoft.com/library/en-us/msi/setup/costfinalize_action.asp

Attachment: pgpqG8KFXlC3T.pgp
Description: PGP signature

-------------------------------------------------------------------------
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