0
votes

I have a WiX Custom Bootstrapper (WPF) composed of two MSI packages:

  1. prerequisites
  2. main installer

The problem is, when the prerequisite package installs, the bootstrapper's name already appears in Add/Remove programs even though the full installation is not yet completed. Is it possible to prevent the bootstrapper from showing in the list until the main installer (second package) has completed installing? Thanks!

1

1 Answers

1
votes

No, Burn always registers a bundle so it can handle reboots and finish installing.