Sebastiaan Deckers wrote:
> I am using WixUI_Minimal and would like the installer to skip the Finish
> screen, and launch my application immediately.
>
> Also I would like to know how the AdvancedWelcomeEulaDlg can be used instead
> of the default WelcomeEulaDlg. Ideally even replacing the Checkbox + Next
> button combo with a single "Agree & Install" button.
>   
See wix.chm for "Customizing Built-in WixUI Dialog Sets." Basically, 
start with the source for the dialog set closest to what you want, then 
add and remove Publish control events. You can launch your app using the 
Custom/@OnExit attribute.

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to