The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. The toolset supports a command line environment that developers may integrate into their build processes to build MSI and MSM setup packages.
121
votes
10answers
44k views
How to implement WiX installer upgrade?
At work we use WiX for building installation packages. We want that installation of product X would result in uninstall of the previous version of that product on that machine.
I've read on several ...
41
votes
1answer
7k views
What is the wix 'KeyPath' attribute?
What is the Wix 'KeyPath' attribute? In particular, how does it apply to the following:
<Component Id="ProgramMenuDir" Guid="BF266F76-192A-493E-B5C7-C54660E61D7D">
...
28
votes
5answers
23k views
Removing files when uninstalling WiX
When uninstalling my application, I'd like to configure the WiX setup to remove all the files that were added after the original installation. It seems like the uninstaller removes only the ...
38
votes
3answers
9k views
How do you create an event log source using WiX
I'm creating an installer for a website that uses a custom event log source. I would like our WiX based installer to create that event log source during installation.
Does anyone know the best way to ...
53
votes
3answers
39k views
How to add a WiX custom action that happens only on uninstall (via MSI)?
I would like to modify an MSI installer (created through WiX) to delete an entire directory on uninstall.
I understand the RemoveFile and RemoveFolder options in WiX, but these are not robust enough ...
18
votes
5answers
14k views
Wix and .NET Framework (prerequisites)
How can I have my Wix package to download the required .NET Framework when it's not yet installed in the client's machine? I already have the condition to check for the installed .NET version but I'm ...
4
votes
2answers
4k views
Wix Interactions with Conditions, Properties & Custom Actions
I am having a problem with a setting the enabled state of a button on a Dialog. The button in question is defined as:
<Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" ...
16
votes
6answers
2k views
What method do you use to deploy ASP.Net applications to the wild?
Currently we deploy compiled ASP.Net applications by publishing the web site locally and emailing a zip file to the system administrator with a (usually) lengthy set of instructions for deployment. ...
16
votes
3answers
11k views
How do you register a Win32 COM DLL file in WiX 3?
I found an example on registering DLLs, Registering an Assembly for COM Interop in a MSI file with the Windows Installer XML toolset., and WiX complains about the "AssemblyRegisterComInterop" ...
8
votes
1answer
1k views
What is the best practise to create MSI with some other child MSI as prerequisite?
Currently we are using Innosetup as a bootstrapper to install the MSI prerequisites. It makes bit complex to maintain the setup. I found that burn tool which may help us to resolve this issue by ...
18
votes
3answers
6k views
What alternatives are there to ClickOnce?
I've used ClickOnce a lot over the years but have run up against a lot of it's limitations. What alternatives are there for web deployment?
So far the only one I've been able to turn up is ...
4
votes
1answer
580 views
Is it possible to have two root directories in WIX
I need to deploy files in both C and D drives. For example File A goes to drive C and File B goes to drive D. I know that Wix allows you to have only one root directory. Is there any way I can ...
6
votes
2answers
4k views
Get an environment variable into a WIX property
Is there a way to get an environment variable in WIX into a property?
I'm trying to get the USERPROFILE with:
Property Id="UserFolder" Value="$(env.USERPROFILE)\EdwardsApp\MyFolder"
But this only ...
20
votes
2answers
10k views
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 I have several MSI packages bundled together that will be installed with ...
37
votes
5answers
13k views
How to add a whole directory or project output to WiX package
We decided to switch from VS integrated setup to WiX.
However, what we currently do is use projects output files as the input for the setup project. This lets us easily add Application Files to a ...
22
votes
2answers
4k views
Wix: one file per component or several files per component?
Should I wrap all the files I want to install in individual components?
What is the advantage of putting several files in one component?
7
votes
11answers
8k views
Passing multiple values to Wix DefineConstants property with MSBuild
I'm currently integrating my Wix projects in MSBuild. It is necessary for me to pass multiple values to the Wix project. One value will work (ProductVersion in the sample below).
<Target ...
3
votes
3answers
2k views
is it possible to create a multilanguage installer using WIX?
is it possible to create a multilanguage installer using WIX ?
17
votes
5answers
9k views
How can I detect .net 3.5 in WiX?
I'm trying to detect which version .NET is installed using WiX. I've tried:
<Condition Message='This setup requires the .NET Framework 3.5 or higher.'>
<![CDATA[MsiNetAssemblySupport ...
5
votes
4answers
2k views
Get install date from managed code
Is there a managed API to retrieve an application's install date using the Product GUID?
Thanks.
Scott
6
votes
1answer
2k views
How to display a non-blocking warning for the operating system in Wix?
I already block installation of our software on operating systems where it is known not to work like this:
<Condition Message="This software needs Windows XP or newer.">
...
0
votes
2answers
1k views
Wix custom UI for SQL Database installation
This is my very first wix project. I downloaded wix 3.6 rc.
My installation project includes 2 wcf and 1 silverlight projects. Everything works fine with default Wix UI. But now that I need to add sql ...
39
votes
7answers
6k views
Good resources for learning how to create MSI installers from WiX
I've given up trying to apply lipstick to the pigs of installers that come out of Visual Studio and have decided to look at WiX.
What resources would you recommend to learn and reference?
(Note - ...
22
votes
3answers
7k views
How can I set the WiX installer version to the curent build version?
I wrote an application and its WiX installer and put it under version control using subversion. When the WiX installer builds I want its version number to be the current build version of the ...
41
votes
8answers
11k views
Free software for windows installers: NSIS vs. WiX? [closed]
I'm need to choose a software package for installing software. NSIS and WiX seem promising. Which one would you recommend over the other and why?
Feel free to offer something else if you think it's ...
15
votes
5answers
6k views
Automated-build version number with WiX, Inno Setup, and VS2008
Basically what I need is an automated way to update the product version number in WiX (3.0 with Votive etc), and then get that version number into an Inno Setup "bootstrapper"
I pretty much have the ...
18
votes
5answers
12k views
Using WiX to create an IIS virtual directory
I'd ask this on the WiX mailing list, but it seems to be down.
I have an application which is both a desktop app and a web app which runs locally. I've created a couple of basic WiX installers, but ...
10
votes
1answer
10k views
WIX: Set a property based on a condition
This should be easy, but after several hours I’m coming up blank. ;(
I do a Registry Search (actually 2), because I need to check for either of 2 previous installs and then install my new files to ...
25
votes
6answers
13k views
GUI for Dialog-design for WiX [closed]
WiX is great in that there is no GUI, you just write the installer you want it to be. No fiddling with GUI-wizards!
However, drawing GUI is actually one thing I prefer to use a GUI for.
So, is there ...
17
votes
3answers
8k views
Replicating Visual Studio COM registration with a WiX Installer
Once upon a time, a young, naive engineer thought it would be a good idea to separate out some of the functionality for his app into a COM component, written in C#. Visual studio had all the tools to ...
7
votes
1answer
3k views
Referencing a WixVariable defined in a WiX Library Project from a WiX Setup Project
I'm trying to configure a WiX setup and library so that the version of one of the files in the library is used as the Product/@Version in the setup.
Background
In a setup with the files defined ...
7
votes
3answers
5k views
WIX, Dot Net managed custom Action, dynamically fill combo box with SQL Server instances, MSI
In WIX am in-need of a dot net managed custom code to dynamically populate a combo box with the values of sql server instances in that network.
I tried to google but got nothing worked
Any help is ...
6
votes
3answers
5k views
How to detect SQL Server Express in WiX installer
How do I detect if Sql Server Express is installed and running on a machine in a WiX installer?
I want to check before installing my application and if it's not installed and running, to inform a ...
5
votes
1answer
2k views
Is MSDeploy “friendly” enough, or can it be wrapped up in an MSI file
In your opinion, are MSDeploy packages a good option for giving to an end user to install a webapplication on their system. How does it compare with, say, the experience of using an MSI file to ...
16
votes
3answers
8k views
How to register file types/extensions with a WiX installer?
I didn't find an explicit answer to this question in the WiX Documentation (or Google, for that matter). Of course I could just write the appropriate registry keys in HKCR, but it makes me feel dirty ...
11
votes
3answers
583 views
Windows installer deletes versioned file during product upgrade, instead of downgrading it
We use wix to create our setups. For upgrading, we use major upgrades as demonstrated in this answer by Rob Mensching. (In newer wix versions you can use the MajorUpgrade element.) This normally works ...
8
votes
1answer
6k views
WiX— always overwrite the previous version
I have an installer of an application that needs to install over any existing version, regardless of version number.
Instead, I've got an installer that constantly says that I need to go to ...
10
votes
1answer
5k views
Execute Command Line In WiX Script?
How can I execute a command line from within a WiX script?
I want to dynamically generate a command line string and have it executed. I'm not installing a file related to this.
Using version ...
8
votes
6answers
7k views
Can a .msi file install itself (presumably via a Custom Action)?
I wand to construct an MSI which, in its installation process, will deploy itself along with its contained Files/Components, to the TargetDir.
So MyApp.msi contains MyApp.exe and ...
2
votes
1answer
4k views
I need a WIX Bootstrapper Project that installs MY software and prerequisites
Greetings!
I have a solution in VS2010 that defines 3-4 individual applications.
These 3-4 apps are individual (but related) components that I need to have individually installed on our production ...
3
votes
3answers
2k views
Features installed to different locations but referencing the same components
I have a product that consists of multiple features that can be installed to different locations e.g. Feature 1 is an executable installed in Program Files and Feature 2 is a website installed in ...
3
votes
2answers
2k views
Forcing an upgrade of a file that is modified during its initial installation
I'm working on the upgrade feature for my WiX-based installer.
As part of the instalation, we are installing a web.config file and then using a custom action to update the connection strings inside ...
2
votes
1answer
1k views
FireBreath plugin automatic installation
I wrote a plugin using FireBreath, VS2010, for Windows, all browsers.
In FireBreath documentation I saw that I have to install WiX. I installed it.
I created the project using the automatic fbgen ...
1
vote
1answer
2k views
How to debug an MSI Custom Action that is implemented in Javascript?
I'm having difficulty figuring out why my Javascript Custom action is failing.
I thought I saw a topic in the WIX.chm file on debugging; now I cannot find it.
Q1
is there doc on how to debug ...
5
votes
6answers
3k views
Custom Action in C# used via WiX fails with error 1154
I am using WiX 3.5.1930 in Visual Studio 2010, targeting the .NET Framework 3.5. (Later weekly builds of WiX seem to be very broken with respect to their custom action template, at least for now. ...
19
votes
4answers
14k views
How do I pass msiexec properties to a Wix C# custom action
I have an MSI being created with Wxs 3.0. My MSI references a C# custom action, written using the new C# Custom Action project ...
7
votes
5answers
3k views
Buy or Build for web deployment?
I have been evaluating the wide range of installation and web deployment solutions available for Windows applications. I will just clarify here (without too much detail, these tools have been ...
14
votes
1answer
4k views
How to associate application with existing file types using WiX installer?
related to this: http://stackoverflow.com/questions/138550/how-to-register-file-types-extensions-with-a-wix-installer but not a duplicate.
I need to handle existing file types (.jpg files).
I do not ...
10
votes
6answers
5k views
How to generate WiX XML from a .reg file?
Is there a tool to generate WiX XML given a .reg file?
In 2.0, you were supposed to be able to run tallow to generate registry XML:
tallow -r my.reg
For what it's worth, the version of tallow I ...
13
votes
3answers
6k views
WIX will not add HKLM registry setting during Windows 7 install
Good Morning,
I have written a WiX installer that works perfectly with Windows XP but when installing to a Windows 7 box I am running into difficulty with Registry Entries. What I need to do is add a ...