Petrut,

Did you get an answer to this?

How where you planning on executing the SQL Scripts? If through a custom
action of your own then you need to add a condition to the custom action
(more or less, something like: COMBOBOXVALUE = "X"). This looks like:

<Custom After="InstallFiles" Action="MyExecuteScripts"><![CDATA[MYCHECBOX <>
1]]></Custom>

(note: The above assumes the existence of a property named MYCHECKBOX which
has a value of 1 when the user interface checkbox was been checked. It also
assumes the existence of a CA called MyExecuteScripts).

Regards,

Rob MacFadyen

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Petrut Andrei
Sent: Monday, September 04, 2006 1:44 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Checkbox and SQL scripts

  Hi. I have a checkbox control in an UI page and I want to set its
behaviour like this: if it is selected, then it executes some scripts. If it
is deselected then I want those scripts not to be executed. Can you give me
some idea, please?
  Thanks in advance.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to