[Solve a problem every day series-0013] How to modify the built-in windows of WiX burn

Source: Internet
Author: User

Problem Description:

The burn installation package for our products supports only. NET 3.5 SP1 above, and on machines with only. NET 2.0, the user is given a window to tell the user why they cannot install. Originally burn already built-in, but in the Japanese operating system, due to the built-in font and window size causes, the word appears overlapping. How do I adjust the contents and layout of the built-in Windows?

Solution:

directly on the code.

<bootstrapperapplicationref id= "Managedbootstrapperapplicationhost" >      localizationfile= "$ (var. Installimage) MBAPREQ.WXL "themefile=" $ (var. Installimage) Mbapreq.thm "logofile=" $ (var. Installimage) mbapreq.png "/>      <payload sourcefile=" $ (var. Installimage) mbapreq.wxl "name=" 1041\mbapreq.wxl "/>      ... </BootstrapperApplicationRef>
Localizationfile= "$ (var.) Installimage) MBAPREQ.WXL "themefile=" $ (var. Installimage) Mbapreq.thm "logofile=" $ (var. Installimage) Mbapreq.png "is actually covering three files under the root directory (%temp%\guid\.ba) MBAPREQ.WXL, Mbapreq.thm, mbapreq.png; $ (var.) Installimage) MBAPREQ.WXL, $ (var. Installimage) Mbapreq.thm, $ (var. Installimage) Mbapreq.png is the corresponding modified file.
<payload sourcefile= "$ (var. Installimage) mbapreq.wxl "name=" 1041\MBAPREQ.WXL "/> Overwrite the Japanese resource file.

  

[Solve a problem every day series-0013] How to modify the built-in windows of WiX burn

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.