In article <[EMAIL PROTECTED]>,
    Roy Li <[EMAIL PROTECTED]>  writes:

> Is it possible to run or not run the "custom action" based on the user inpu=
> t? For example: is there any syntax like "if-statement" in wix?
> Or is there other workaround for that?

In addition to what was mentioned (the Condition column on the
action), you can use properties in conditions and properties can have
their values set from user interface controls.

For instance, a checkbox toggles its associated property between empty
and the value in the CheckBox table for that control.  So you can have
a checkbox associated with the property "DoMoreStuff" and write a
condition like this 'DoMoreStuff <> ""' to do something when the check
box is checked.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to