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 8198319
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T05:55:34+00:00 2026-06-07T05:55:34+00:00

I created a WIX project in Visual Studio 2010 over a year ago. It

  • 0

I created a WIX project in Visual Studio 2010 over a year ago. It creates an MSI file and a bootstrapper setup.exe. Actually, it creates that pair of files for two languages – English and French. I am just now integrating this project into our TFS CI builds. I’m having trouble getting the CI build to generate the bootstrapper setup.exe files.

We’ve recently upgraded Wix on all our build servers to Wix 3.6 RC. So, I thought I’d give Burn a try instead of using the old style of bootstrapper. I added a new Bootstrapper project to my solution. The bootstrapper project includes a simple bundle.wxs that just loads the MSI generated by my old MSI project. However, when I try to build I get the following error:

error LGHT0103: The system cannot find the file
‘C:\Tf\Advantage\Dev\Solution\Configuration\LaunchPad.Wix\bin\Release\fr-fr\LaunchPad.msi;C:\Tf\Advantage\Dev\Solution\Configuration\LaunchPad.Wix\bin\Release\en-us\LaunchPad.msi’.

My package reference in the bundle looks like this:

<MsiPackage Id="MyApplication" SourceFile="$(var.LaunchPad.Wix.TargetPath)" />

LaunchPad.Wix is the name of the Wix MSI project. If I change the LaunchPad.Wix project to build only one language then it works fine. It looks to me like the bootstrapper project type just doesn’t support building setup files for multiple languages. Is this true? Any suggestions for a workaround?

Edit

Upon further investigation, I wonder if bootstrapper projects even support localization. I tried setting my Wix MSI project to create only fr-fr. The setup.exe that my bootstrapper project created with English. When I edit the project properties for the bootstrapper project the “Cultures to build” field is locked down and blank. How would I build a non-english bootstrapper? Is this possible yet?

  • 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-07T05:55:36+00:00Added an answer on June 7, 2026 at 5:55 am

    There are several things going on here:

    1. If you use multiple Cultures, you can’t use TargetPath in something outside MSBuild that expects a single filename. As you found, TargetPath is a list of the localized files that were built. However, you can use TargetPath if you qualify the .msi package’s output language: <MsiPackage SourceFile="$(var.TestMsi.en-US.TargetPath)" Id="MsiEnUs" />

    2. If you want to create one bootstrapper that can install either/both en-US and fr-FR, you’ll need to list each .msi package separately in its own MsiPackage element.

    3. If you want to create two bootstrappers, one en-US and one fr-FR, you’ll need to invoke the bootstrapper .wixproj twice, once for each language. Bootstrappers don’t support the Cultures “trick” — it’s problematic to produce two outputs from a single invocation of MSBuild (witness the TargetPath problem).

    If you’re using WixStandardBootstrapperApplication, it automatically tries to localize the UI based on the user UI language, falling back to the system UI language, and finally falling back to English. It looks for localized strings in directories named after the LCID, so you’d have payloads like this:

    <Payload Name="1033\thm.wxl" SourceFile="..." />
    <Payload Name="1036\thm.wxl" SourceFile="..." />
    

    Unfortunately, WixStandardBootstrapperApplication strings are currently available only for en-US. That’s why an fr-FR bootstrapper shows UI in English. You’d need to localize the WiX source file HyperlinkTheme.wxl or RtfTheme.wxl (depending on which theme you use). Both of these files are in src\ext\BalExtension\wixstdba\Resources.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi I have a Wix (Votive) Visual Studio project which creates an MSI from
I'm trying to specify the licence for my wix setup project. I have created
I am trying to add my own help file to Visual Studio 2010's Help
I recently changed my product's deployment. I previously used a Visual Studio Setup Project.
I am using visual studio set up project to create my msi Installer.My requirement
I created a WiX 3.5 setup with a custom license file by putting this
My Wix project creates install.msi and cab1.cab. How can I have it bundle everything
I have created a wix installer project which is working fine. It installs my
We have created a simple wix project for a basic windows application. Everything builds
we are using wix project to create msi. We were trying to do major

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.