I have a WIX 3.6 bundle setup. On the license dialog the checkbox with “I agree to the license terms and conditions” is wrapped and the cut off on the top and bottom when the install is run on XP, but in Vist, Win 7 and 8 the text isn’t wrapped. I’m using the Mondo dialogs.
Is there anyways I can resize the checkbox text so it doesn’t wrap?
Yes there is, but it isn’t exactly straight forward.
First, you will have to get a copy of the RtfTheme.xml from the wix source. Copying this into a separate theme ml will allow you to reposition elements on the installer page.
(You can find the original files here: [Source folder]\src\ext\BalExtension\wixstdba\Resources)
Editing the checkbox’s X position will move it to where you need it to be.
You will also have to add the
WixBalExtensionto your namespacesAnd add a reference to your theme file in the
BootstrapperApplicationReftag