John Hall wrote:
Thanks Bob. I think I was being a little bit thick - I had forgotten that the bitmap extends across the whole of the dialog. It seems to be that if the standard dialog sets are going to offer the option to display that checkbox they shouldn't by default use a bitmap that extends into the area where the checkbox is drawn. As far as I can see this problem I had will always be an issue.

Yes it will with such a bitmap. That's why we make it easy to replace the bitmap.<g> A better solution I'm working on uses WixVariables to specify the location and size of the bitmap, so you have tighter control over the layout.

Do you mean I have to make a copy of the whole dialog set, or can I just copy and modify ExitDialog.wxs from the source tree?

A little of both. You can replace the stock ExitDialog with one of your own, and then you have to make a copy of WixUI_<foo>.wxs and customize it to use your version of ExitDialog. You still use WixUIExtension to resolve references to the other dialogs you're not replacing.

--
sig://boB
http://joyofsetup.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