The WiX Toolset (formerly known as Windows Installer XML) is a toolset that builds Windows installation packages and WiX bootstrappers from XML source code.
I'm using WiX to create an installer for a windows service. It's desirable that the name of service that gets …
installation wixI've given up trying to apply lipstick to the pigs of installers that come out of Visual Studio and have …
wix windows-installerIn Visual Studio 2017's New Project dialog, there is no entry for Windows Installer XML (WiX). Is it possible to …
visual-studio wix visual-studio-2017 wix3.10I'm currently doing some investigation on moving off of the installation package we currently use (Wise Installer 9) and moving to …
wix installation windows-installer installshield advanced-installerI 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-profileMy requirement is to create a directory in programdata/test/example. How can I do that in wix?
wix installation windows-installer wix3.5I would like to install a given .msi package programmatically from my C# .NET application, preferably with the installation parameters …
c# .net wix windows-installer dtfI have CI build system builds an MSI whenever a developer checks in a change. We run automated acceptance tests …
wix windows-installer wix3.5I'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 burnHow can a silent installer be created in WiX that does not display any UI dialogs to the user and …
installation wix windows-installer wix3