Top "Wix3.6" questions

For issues relating to deployment using Windows Installer XML, version 3.6.

A complete WiX 3.6 bundle example bootstrapping a .NET 4 Client Profile

I tried to construct a working example of a WiX 3.6 installation script. We currently use WiX 3.5 and now we would …

wix wix3.6 bootstrapping .net-client-profile
Custom WiX Burn bootstrapper user interface?

I'm creating an installation package with WiX 3.6 primarily so I can take advantage of the Burn bootstrapping features. So far …

wix wix3.6 burn
Error 0x80070643: Failed to install MSI package

I am using WiX 3.6 to create my application setup. I have bundled two MSI packages in one bootstrapper, and everything …

windows-7 wix installation wix3.6
WiX: How to override "C:\Program Files (x86)" on x64 machine in WixUI_Advanced sequence?

I'm using WixUI_Advanced sequence to allow users pick per-machine or per-user installation and change destination folder. My WiX project …

wix windows-installer wix3.6
WIX database deployment, installation

During my setup I give an option to use "windows authentication" OR "server authetication". Everything works fine and db gets …

wix wix3.6 wix-extension
Using if condition to compare variable values in WiX

I want to check whether the user has passed an argument for USERNAME for which the default value is local. …

wix windows-installer wix3.6
How to install .NET 4.5 with a WiX bundle?

I need to include Microsoft .NET 4.5 as a prerequisite with my installation bundle, and I want it as automatic as …

.net wix windows-installer wix3.6
How to include prerequisites with msi/Setup.exe in WIX

I'm trying to combine my package in a single setup EXE file and upload it to the Internet. I have …

wix installation wix3.6 prerequisites
Removing license dialog

I'm using Wix 3.6 to make a simple MSI which is used internally. I would like to know if there is …

wix wix3.6
WiX setup: adding a reference to Visual Studio project output issue

I'm trying to learn WiX and now creating sample setup project, using WiX Setup Project template for Visual Studio. I …

visual-studio-2010 wix wix3.6