Top "Wix3.6" questions

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

WiX Burn 3.6 beta - custom UI examples

Are there any good references/examples for WiX Burn 3.6 custom UI? I googled around, but they are broken pieces of …

wix wix3.6 burn
WiX bootstrapper theme file?

In the documentation, it mentions there are three options (besides rolling your own UI) for the bootstrapper: RtfLicense, HyperlinkLicense, and …

wix wix3.6
Wix *.msi installer Icon and logos

According to this http://wix.tramontana.co.hu/tutorial/user-interface/ui-wizardry I have created the following code <?xml version="1.0" …

wix windows-installer wix3.5 wix3.6 wix3.7
WIX 3.6 Installer - Visual Studio 2010 (HeatDirectory)

I'm working on a WIX 3.6 Installer for a web service. But I've run into an issue when attempting to use …

visual-studio-2010 wix windows-installer wix3.6 heat
Pass parameters from bootstrapper to msi bundle package

I'm using VS2010 and WiX 3.6 to create MSI packages and bundle them into Bootstrapper setup. Here's my Boostrapper code. <?…

.net visual-studio wix installation wix3.6
How to intelligently install .NET 4.x using WiX Burn

When installing an application that can use either .NET 4.0 or 4.5, what is the best practice when installing the prerequisites .NET …

wix windows-installer wix3.6 bootstrapping burn
Start application after installation using WiX/Burn

I'm aware of similar questions in WiX MSI, but I'm having issues starting an application within a bootstrapper EXE file …

wix installation wix3.6 bootstrapper burn
How to use CustomAction in WIX Bundle?

To give you a background - I have a 4 MSI's which comes from our vendor and this has to go …

wix wix3.6 burn
How to add custom action to wix setup project

I have 2 projects in my soliution: 1). Custom action class (CustomAction) 2). Wix setup project (TestSetup) There is CustomAction.cs in CustomAction …

c# xml wix action wix3.6
Include dll's in WiX msi base Installer

I am currently making an Outlook addin in Visual Studio 2012, i create an Installer for my project, but in order …

dll wix windows-installer wix3.5 wix3.6