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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T12:50:07+00:00 2026-06-11T12:50:07+00:00

Using WiX 3.6, I have a custom .NET BootstrapperApplication where I’ve included the .Net

  • 0

Using WiX 3.6, I have a custom .NET BootstrapperApplication where I’ve included the .Net 4.0 web installer in the chain:

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
  <Bundle Name="$(var.BundleProductName)"
      Version="$(var.BundleVersion)"
...
      Compressed="yes" DisableRepair="yes" >

    <BootstrapperApplicationRef Id="ManagedBootstrapperApplicationHost" >
      <PayloadGroupRef Id="MyInstallerUILibs" />
    </BootstrapperApplicationRef>

    <Chain>
      <!-- Install .Net 4 Full -->
      <PackageGroupRef Id="NetFx40Web" />

      <!-- Install my packages -->
      <PackageGroupRef Id="MyPackages" />

    </Chain>
  </Bundle>
</Wix>

When I run the installer on a machine without .net 4 installed, it prompts
the user to download as expected and correctly installs .net 4.0 before
displaying my custom UI. So far, so good.

In my UI, I want to give the user the option of cancelling/exiting the
install before we install any additional packages. For example, if the user
doesn’t agree to our EULA.

What I’m seeing is this: If the .net 4.0 install runs and completes, then
within my BootstrapperApplication I exit before doing any Plan/Apply
actions, the bundle still shows up in the Windows Add/Remove Programs menu. I’ve
tried calling Engine.Quit((int) ActionResult.NotExecuted) and
Engine.Quit((int) ActionResult.UserExit), but neither seem to keep it off
the ARP list.

Note: the .net 4 install is also shown in the APR list, as expected.

And my question is this:
What is the right way to signal to the WiX engine that the bundle install was
stopped and the bundle itself should not be displayed in the Add/Remove Programs list?

  • 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-11T12:50:08+00:00Added an answer on June 11, 2026 at 12:50 pm

    Burn registers itself in ARP as soon as a chain begins, so users can, for example, reinstall a chain that failed partway through without failing the entire chain. The CLR is installed as part of your bundle’s chain from the pre-req BA (since your BA can’t load until the CLR is installed).

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

Sidebar

Related Questions

I have written an installer using WIX for a product, which uses: custom extensions
I have .Net product with msi installer implemented using WiX. Now it is possible
We are developing a customized installer using Wix and Wpf. We have developed some
I have created application installer using Wix. I have a ProgressBar control present on
We have an installer for application that is compiled using WiX and each version
I have built an installer using WiX that consists of multiple .exe files that
We have written Web application using ASP.NET MVC, which will be hosted in our
I am using WiX 3.5 and making an installer. I have used heat.exe to
We have an installer created using WIX. As part of this install we would
Using WiX (Windows Installer XML) I have created an MSI installer which installs Word

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.