You have sort of wrong logic in here. Both controls are initially
visible and then shown by condition (=always visible).
Either change the controls (<Control ... Hiden="yes">...</Control>) or
change your condition to <Condition Action="hide">Installed</Condition>


little.forest wrote:
> <Control Id="LaunchCheckBox" Type="CheckBox" X="134" Y="126"
Width="10" Height="10" Property="LAUNCHAPPONEXIT" CheckBoxValue="1"
Text=" " >
> <Condition Action="show">NOT Installed</Condition>
> </Control>
> <Control Id="LaunchText" Type="Text" X="149" Y="126" Width="170"
Height="17" Text="Launch $(var.ProductNameForDisplay)" Transparent="yes"
>
> <Condition Action="show">NOT Installed</Condition>
> </Control>

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to