The WiX Toolset (formerly known as Windows Installer XML) is a toolset that builds Windows installation packages and WiX bootstrappers from XML source code.
We decided to switch from VS integrated setup to WiX. However, what we currently do is use projects output files …
wix installation build-automation paraffinI'm need to choose a software package for installing software. NSIS and WiX seem promising. Which one would you recommend …
installation wix windows-installer nsisI have created an msi setup file which includes some files in a "Sample" folder which should be copied to …
wix windows-installer file-copyingThis might be a naive question. I have to manually edit a .WXS file to make it support select features …
wixI am trying to get my application an installer via WiX 3.0. The exact code is: <File Id="ServiceComponentMain" Name="$(…
installation wix windows-installer wix3I'm trying to create a custom action with "Value" attribute, I want to pass parameters to the C# code (the …
c# wix custom-actionFollowing the excellent suggestion I have moved some variables to WXI file. How do I include it in WXS file?
wix installation windows-installer merge-moduleWiX files always seem to include this line: <Directory Id="TARGETDIR" Name="SourceDir"> What is "SourceDir"? What is …
wix windows-installer wix3I have a project for which I have built a WiX msi file. I also have a WiX bootstrapper (exe …
wix code-signing bootstrapper wix3.7I have a client that is having problems with our the .msi installer for our application. WiX was used to …
installation wix windows-installer corruption