Hi!

I have "solved" this using a "DoAction" in the next button for the dialog
that is shown before the dialog shold have the custom executet before it was
shown.

  <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56"
Height="17" Default="yes" Text="Next">
    <Condition Action="enable">PACKAGE_NAME</Condition>
    <Condition Action="disable">NOT PACKAGE_NAME</Condition>
    <Publish Event="DoAction" Value="FillCategoryList">UPGRADE</Publish>
  </Control>

/Hans


-- 
View this message in context: 
http://www.nabble.com/Scheduling-a-Custom-Action-for-a-certain-Dialog-tf4322634.html#a12343179
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to