Denis Kolygin wrote:
> Are there any way to populate ControlEvent table without adding all that
> UI/Dialog/Control/Publish into my .wxs file?
>   
No, but in WiX v3, you can add "floating" Publish elements to add
behavior to existing controls.
> The idea behind is that I'm using WixUI_minimal and I would like to launch
> CA after user clicks Finish button on ExitDialog. It is not possible to
> schedule custom action in InstalleUISequence after ExitDialog. 
> I can add required ControlEvent entry in installer with ORCA after it is
> built but I want candle and light to do the job.
>   
There's already support for that behavior in WiX v3. Just specify
property values for WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT and ExitDialog
shows a checkbox and sets WIXUI_EXITDIALOGOPTIONALCHECKBOX to '1' when
checked. You can also show a text box by specifying
WIXUI_EXITDIALOGOPTIONALTEXT.

-- 
sig://boB
http://bobs.org

-------------------------------------------------------------------------
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