For issues relating to deployment using WiX toolset, version 3.8.
Questions tagged [wix3.8]
270 questions
2
votes
1 answer
Can a WiX bootstrapper rollback major upgrades in a way the end user expects?
I have a bootstrapper application with several msi packages in the chain. For convenience, the msi packages always perform a major upgrade that completely removes a product before the new version is installed.
When a rollback is necessary during an…

CodeFox
- 3,321
- 1
- 29
- 41
2
votes
1 answer
Include Image in Managed Burn BootstrapperApplication
I'm working on an installer with wix using Burn and a custom bootstrapper application. Everything works fine, but i fail to include a simple image into my application UI.
I include the Image into my UI like this:

ZeRj
- 1,612
- 14
- 24
2
votes
1 answer
How to set ALLUSERS based on your selected in InstallScope Dialog in WIX?
I use WiX 3.8 to create a install pakeage. My installer should enable both per-user and per-machine installation. I would like to achieve that by using radio buttons ("Everyone" and "Just me").
I found a couple of references on the…

user3802816
- 21
- 2
2
votes
0 answers
session.Message box is not visible when running MSI via a WiX Burn Bootstrapper
I'm trying to run several MSIs in series using Burn and for one of these MSIs I need to display the UI because the user has to select various install options.

Syon
- 7,205
- 5
- 36
- 40
2
votes
1 answer
WiX: How to allow autogenerated ComponentGroup to autogenerate Guids
I used heat.exe to generate a .wxs file that lists all the files that I want to install. I told heat to put them in a ComponentGroup so I could reference them from another (hand-generated) .wxs file.
However, the autogenerated file specifications…

Eric
- 1,414
- 3
- 16
- 35
2
votes
1 answer
WiX: How to mix hand-generated and auto-generated .wxs content?
I have a project that has a large number of files. Between versions of our software, new files get added and some get removed. Therefore, in automating our build process, I would like to have heat auto-generate a .wxs file (let's call it…

Eric
- 1,414
- 3
- 16
- 35
2
votes
1 answer
WiX: Duplicate symbol 'ControlEvent:ExitDialog/Finish/EndDialog/Return/1' found
I have a WiX 3.8 installer Product.wxs that builds correctly in Visual Studio 2010 Professional.
I just wanted to experiment with modifying the steps workflow of the installer, so I added the UI block from this answer just after the…

Nicolas Raoul
- 58,567
- 58
- 222
- 373
2
votes
1 answer
Add custom radio buttons to set ALLUSERS property
I would like to be able to set the ALLUSERS property to either blank for current user or 1 for all users using two radio buttons placed in the 'Destination Folder' dialog.
I understand that this is the code to run for current user:

dave88
- 312
- 5
- 14
2
votes
1 answer
Run Custom Action With Elevated permissions after InstallFinalize
I need to encrypt the connection string in the .config file of an app that's going to be used in our labs. To do so I followed the instructions found here…

Mike Horton
- 45
- 1
- 1
- 5
2
votes
1 answer
WiX 3.8 integration with Visual Studio 2013
I am using Visual Studio 2013 for Winforms development. I recently installed Wix Tools version 3.8 for setup and installation projects. However, when I create a new setup project the WIx designer buttons do not show up on the Solution Explorer…

Ron Moore
- 21
- 2
2
votes
1 answer
WIX Generate multilingual installer
I'm new to WIX and i'm using Wix 3.8 VS 2012. I managed to Generate .msi to .exe using this amazing tool.
From this tutorial : http://max.zamorsky.name/node/78, I managed to change the installer to French. I would like to make a multilingual…

linguini
- 1,939
- 5
- 49
- 79
2
votes
0 answers
WIX: An ambiguous error LGHT0204 for RemoveRegistryKey but not for RemoveRegistryValue
This works fine:
…

Taras Kozubski
- 1,854
- 1
- 20
- 33
2
votes
1 answer
Two ARP entries if installing MSI first and then a bundle containing the MSI
Why do I get two AddRemoveProgram entries if I install the setup.msi first, and then install the bundle.exe containing the setup.msi. Here is the Chain in my bundle.

Peter
- 1,048
- 10
- 23
2
votes
1 answer
Is it possible to have multiple condition (bal) for a wix bundle?
I'm trying to manage .Net framework installation for different windows versions in an unique bundle.
For that, I want to have 2 different conditions with 2 specific messages which is more helpful than an unique message for multiple cases.
Basically,…

Bastien
- 23
- 4
2
votes
3 answers
Wix - How to get user input from a previously installed msi?
I'm trying to do an installer using wix 3.8. I can use custom properties to store my own input, but I'd like to use values that where inputs on a previously installed msi.
Is there a way to accomplish such thing?.

Hahn
- 87
- 1
- 8