[wix-users] Check if checkbox is enabled/disabled

KONDURU Pavan Pavan.KONDURU at 3ds.com
Tue Jan 23 12:28:48 PST 2018


I am not trying to hide/show the controls. I am trying to do an action if a checkbox(or any control) is disabled( I do not need to know if it is checked or unchecked).


-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Nir Bar via wix-users
Sent: Tuesday, January 23, 2018 12:48 AM
To: WiX Toolset Users Mailing List
Cc: Nir Bar
Subject: Re: [wix-users] Check if checkbox is enabled/disabled

Add Condition elements nested for the control you want to show or hide:

<Condition Action="hide">HIDE_IF_SET</Condition>
<Condition Action="show">Not HIDE_IF_SET</Condition>




--Independent WiX Expert. Creator of-
JetBA: WPF Bootstrapper User Interface Framework

JetBA++: Native Qt Bootstrapper User Interface Framework





____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential and/or privileged.

If you are not one of the named recipients or have received this email in error,

(i) you should not read, disclose, or copy it,

(ii) please notify sender of your receipt by reply email and delete this email and all attachments,

(iii) Dassault Systemes does not accept or assume any liability or responsibility for any use of or reliance on this email.

For other languages, go to http://www.3ds.com/terms/email-disclaimer


More information about the wix-users mailing list