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 would like to keep my top level .wxs DRY while building 32 and 64 bit installers. I am using the -arch …
wix 64-bit wix3I have an MSI file being created with Wxs 3.0. My MSI references a C# custom action, written using the new …
wix windows-installer installation custom-actionBasically we are releasing our changes/fixes in the form of manual installer (Windows powershell script). It will install specified .…
powershell wix windows-installer appx msixI've seen others' questions on this matter, but I can't make it work for me. I'm trying to get used …
wix windows-installer wix3.5I have the following fragment: <?xml version="1.0" encoding="utf-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"&…
wixI want to know if one a particular dialog i want to insert a copyright symbol , how would i do …
xml wix wix3.5I didn't find an explicit answer to this question in the WiX Documentation (or Google, for that matter). Of course …
installation wix windows-installer wix3Let's discuss following topic. There is application which currently is being deployed with good to know xcopy method.This approach …
.net wix nuget windows-installer continuous-deploymentI'm trying to compile a WiX installer (which has custom actions, which I suspect are the source of the issue) …
wixI have my installer coded in WiX language. It supports major upgrade mechanism. A particular requirement is that the same …
wix windows-installer upgrade