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 trying to implement automatic versioning so that when I build my Bootstrapper, both the MyApp and Bootstrapper versions are …
wix bootstrapper burnI am learning Wix and I want to generate a setup.exe file instead of a setup.msi. Is that …
wix wix3I am looking for a replacement for InstallShield. Unfortunately we only have 1 license for InstallShield and it was installed on …
wix installshieldI am stuck in doing with WIX radio group button,I want to know Whether i can able to disable …
wix wix3.5 wix3.6I would like to harvest a folder with a lot of files by using heat.exe. But instead of harvesting …
visual-studio deployment wix wix3.5 heatI have just started playing around with Burn to try and chain multiple MSI files. I am using WiX v3.6.2705.0. …
installation wix windows-installer burnI have a command line I want to run during the install of a merge module (created by WiX) with …
wix windows-installer wix3.5 wix3I have following .wxs-file: <?xml version="1.0" encoding="UTF-8"?> <?define ProductVersion="x.x.x.x" ?> <?define …
wix wix3.5 wix3.6How can I do a "content compare" of two (or more) MSI files and see what is actually different inside …
wix windows-installer advanced-installer orcaWe need to modify the Startup type of our Windows service from "Automatic" to "Automatic Delayed Start". How do I …
windows installation service wix windows-installer