Underneath the Text element (still inside the Control element) you want 
something like:
<Condition Action="hide"><![CDATA[(InstallMode="Repair") OR 
(InstallMode="Remove") OR 
(InstallMode="Change")]]></Condition>

Rob

s zheng wrote:
> Hi,
> 
>>From the tutorial http://www.tramontana.co.hu/wix/, section 8.6, I have
> learnt how to launch an application:
> 
>   <*Control* Id="Launch" Type="CheckBox" X="135" Y="120" Width="150" 
> Height="17"
>     Property='LAUNCHPRODUCT' CheckBoxValue='1'>
>     <*Text*>Launch [ProductName]</*Text*>
>   </*Control*>
> 
> 
> However, this launch operation checkbox is still on the exit dialog even
> when uninstall. Is there a way to control the display like "if statement" so
> that the checkbox only shows at installing time?
> 
> Thanks,
> 
> Shibo
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to