It is buried/implied in the documentation, but there is a simpler way. Just
change the sequencing of the windows. I haven't done this for Mondo, but
here it is for FeatureTree :

<UI>
<UIRef Id="WixUI_FeatureTree" />
<Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog"
Value="CustomizeDlg">1</Publish>
<Publish Dialog="CustomizeDlg" Control="Back" Event="NewDialog"
Value="WelcomeDlg" Order="2">NOT Installed</Publish>
</UI>

You'll still need to peek at the source. You are essentially overriding the
existing Dialog orders.

K

On Fri, Apr 24, 2009 at 6:47 PM, Jan Bilek <bil...@gmail.com> wrote:

> Wow! So the only way how to get rid off that damned FileInUse dialog is
> to create complete own version of WixUI template like
> "WixUI_MondoNoLicense"? Jesus, it's like hunting mice with an a-bomb!
> Seriously, isn't there any other easier way how to accomplish this
> simple task? Is there any way how to control UI without creating your own?
>
> Many thanks for your help and opinions.
>
> Jan
>
>
------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to