Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8877873
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T19:34:26+00:00 2026-06-14T19:34:26+00:00

I have a WIX 3.6 bundle setup. On the license dialog the checkbox with

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T19:34:30+00:00Added an answer on June 14, 2026 at 7:34 pm

    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.

    <Checkbox Name="EulaAcceptCheckbox" X="11" Y="-41" Width="260" Height="17"
        TabStop="yes" FontId="3" HideWhenDisabled="yes">
        #(loc.InstallAcceptCheckbox)
    </Checkbox>
    

    You will also have to add the WixBalExtension to your namespaces

    <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
      xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
    

    And add a reference to your theme file in the BootstrapperApplicationRef tag

    <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense">
      <bal:WixStandardBootstrapperApplication 
        ThemeFile="path/to/mytheme.xml" />
          ...
    </BootstrapperApplicationRef>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a question about WiX installers Currently if the user selects Custom Setup,
I have msi setup written in Wix 3. Nothing too fancy, couple executables +
I have a wix setup project, I build it and install it using following
I am using WiX 3.6 to create my application setup. I have bundled two
I have a WiX installer project that utilises a custom dialog box to ask
I am using WIX for my application's setup project, I have to install device
My Wix project creates install.msi and cab1.cab. How can I have it bundle everything
I have Wix 3.5, WixUI_Mondo dialogs and only one Feature to install. The Installer
I have installed Wix 3.5 and i want to customize some dialogs, where can
I have a WiX based MSI that installs a service and some shortcuts (and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.