The WiX Toolset (formerly known as Windows Installer XML) is a toolset that builds Windows installation packages and WiX bootstrappers from XML source code.
When uninstalling my application, I'd like to configure the Wix setup to remove all the files that were added after …
wix installation windows-installer custom-actionWhen I go the the New Project dialog in Visual Studio 2015, Windows Installer XML isn't available. How can I enable …
visual-studio wix visual-studio-2015I have a VS 2012 solution with WiX Installer projects. However, when I open the solution in VS 2013 (Release) the WiX …
visual-studio-2013 wix compatibility wix3.8I am working on an installer using Wix 3.5 that needs to set the system PATH environment variable. This is how …
windows-7 installation wix environment-variables rebootI wrote an application and its WiX installer and put it under version control using subversion. When the WiX installer …
c# svn wixI tried to use the codes below in Wix. But when installing, the installer was freezing for like 3 minutes on …
windows-services installation wix autostartI'm starting to use WiX in order to do automated builds to create msi's of my c# projects and am …
wix preprocessor build-automation wix3 votiveI wrote an install program with Wix and it worked fine to install my program. Now I need to update …
wix installationWiX is great in that there is no GUI, you just write the installer you want it to be. No …
wixSo I have this setup project in Wix and wanted to have a shortcut on the desktop. This must be …
wix installation windows-installer shortcut