Questions tagged [burn]

Burn is the WiX (Windows Installer XML) engine used to chain multiple installation packages into a singular, more seamless setup experience.

609 questions
8
votes
2 answers

detect presence of vcredist - using the UpgradeCode

in a wix burn bootstrapper bundle: how to detect whether ms vcredist 2013 x86 is present or not? i'm doing a check for the Upgrade Id / UpgradeCode of that particular package, but the bundle always installs it afresh, even though it is installed…
Opmet
  • 1,754
  • 18
  • 20
8
votes
2 answers

Automatically increment and synchronize version for product and bootstrapper

I'm trying to implement automatic versioning so that when I build my Bootstrapper, both the MyApp and Bootstrapper versions are automatically incremented and synchronized. Otherwise you end up with duplicate bootstrap entries in the add/remove…
Brock Hensley
  • 3,617
  • 2
  • 29
  • 47
8
votes
1 answer

WIX Burn Uninstallation?

I have a WIX_bundle (V1.0.0.0) which installs 4 third party MSI's of the version (5.0.0.0). Now the new version of my third party MSI's got updated (6.0.0.0). I created a new version of the WIX_Bundle with (v2.0.0.0) and both the WIX bundles have…
Isaiah4110
  • 9,855
  • 1
  • 40
  • 56
8
votes
2 answers

WiX Burn - Determine what items are already installed

I've a burn installation whereby the user can select which of three options to install - each one directly relates to one of three MsiPackages in a chain, such as :
Fetchez la vache
  • 4,940
  • 4
  • 36
  • 55
7
votes
1 answer

How can I pass progress information from a custom ExePackage back to the burn engine?

I have a custom ExePackage in my bundle, which runs for a non-trivial amount of time. I'd like to report back a progress indicator to the burn engine so that the progress bar keeps showing progress while the ExePackage is executing. The ExePackage…
Dave Andersen
  • 5,337
  • 3
  • 30
  • 29
7
votes
3 answers

WiX: How do I get the MSI's dialogs to show, when wrapped in Burn/EXE?

I have an MSI with its dialogs, prompting the user to [1] browse to installation directory, [2] accept EULA, [3] Launch app when the installation is finished. I wrapped the MSI in a Burn Bundle to make an EXE. Now all I see is the EXE's prompt for…
Pierre
  • 4,114
  • 2
  • 34
  • 39
7
votes
3 answers

Is it possible to have a full window background image in a burn theme?

When I set an Image to fill the window, it seems to render over the top of the other controls and generally make a mess of painting the window. The order in the file doesn't seem to help, however if I put it inside it's own Page section it behaves a…
redwyre
  • 1,108
  • 10
  • 23
7
votes
1 answer

WiX Bundle upgrade: a new version of MSI is installed before the old version is removed

I have a WiX bundle that installs an MSI and also checks if .NET is installed. Everything works as expected when installing the bundle (and the installer). My problem is when the bundle is upgraded. In an upgrade, the bundle first installs v_Next of…
Nighthawk
  • 125
  • 1
  • 9
6
votes
2 answers

MSI/WiX - Assigning Component GUID's during Multiple Instance Transforms

Using WiX 3.5, I have an MSI with instance transforms allowing me to install the software on the same machine with different product names. To do this, I have a "hard-coded" list of product id's and names in the .wxs file defined conditionally.…
ayang
  • 446
  • 6
  • 22
6
votes
1 answer

WiX Custom Bootstrapper Application and .NET 4.5

I am having difficulties getting a WiX Custom Bootstrapper Application that targets .NET 4.5 to work. I have the following line in my Bundle.wxs. My BootstrapperCore.config is as follows.
Benilda Key
  • 2,836
  • 1
  • 22
  • 34
6
votes
1 answer

How to add a dependent folder for a Wix burn bootstrapper exepackage

I am new to Wix burn bootstrapper so pardon my ignorance.I have a requirement where i need to install a pre-requisite using burn bootstrapper. The prerequisite is a setup.exe(third-party) which has dependency on files and a folder(containing couple…
user2547006
  • 63
  • 1
  • 5
6
votes
1 answer

How can I upgrade installer WIX bootstrapper bundle via MSI and vice-versa?

The situation: I have a WIX-based bootstrapper installer, which installs my msi package and (some) prerequisites (.NET). The installer is .exe and it works ok. Now, some clients want to install msi, especially in corporate environments where they…
6
votes
5 answers

Wix & Burn - Install IIS if not yet installed

I've a project using IIS, and I want to create an installer for it with Wix. I've created the .msi installer for the app successfully, and I'm creating a Bundle installer for it, which will install the prerequisites and after that my…
Nagy Vilmos
  • 1,878
  • 22
  • 46
6
votes
2 answers

Digital signature timestamp "not available" on XP/Vista, causing verification failure

Background I have a WiX/Burn installation bundle which, among other things, installs the ReportViewer 2012 Runtime. When run on a Windows 7 or later machine, it works fine. On XP (SP3) or Vista (SP1) it fails. Now, checking the download page for the…
lc.
  • 113,939
  • 20
  • 158
  • 187
6
votes
2 answers

How to include a modifiable loose file in WiX burn?

I have a setup package including a non-compressed file.
Snixtor
  • 4,239
  • 2
  • 31
  • 54
1 2
3
40 41