I have a component that looks like:
            <Component Id="DbInstallationDirectoryService" Guid="A4B5E633-D715-4e8e-8C4A-E58D1BAFFBAE">

                <XmlFile Action="" ElementPath="//DBInstallation/FeaturesInstalled" File="[DBCREATION]dbinstallation.xml" Id="dbInstallationConfig20" Name="Feature" Sequence="19" Value="Feat1" />

                <Condition><![CDATA[(&Feature1 = 3) AND (!Feature1 = 3)]]></Condition>

            </Component>

 

From my understanding, it should right out <Feature>Feat1</Feature> if the Feature1 feature is being installed, and it is not an upgrade.  That is not what is happening.  What am I doing wrong?  What is the best way to do this?

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