I'm trying to use the "Installed" property inside a control condition as below, 
and it always seems to be evaluating to "NOT Installed". How can I use this in 
the dialog?
 
<Control Id="SetLogin" Type="CheckBox" Property="SETLOGIN" Text="Set Services 
or Web Logon Information" X="60" Y="117" Width="232" Height="17" 
CheckBoxValue="1">
        <Condition Action="hide">Installed</Condition>
        <Condition Action="show">NOT Installed</Condition>
</Control>

 
Thanks for any help!
 

David Bartmess


------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to