For issues relating to deployment using Windows Installer XML, version 3.
We've been using WiX for a while now, and despite the usual gripes about ease of use, it's going reasonably …
wix wix3.5 wix3I'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 votiveHow can a silent installer be created in WiX that does not display any UI dialogs to the user and …
installation wix windows-installer wix3I would like to use the WixUI_Minimal installer, but I don't want the license page. How can I do …
wix installation wix3In WIX, how do you create a non advertised shortcut in the allusers profile? So far I've only been able …
wix windows-installer wix3 shortcuts advertised-shortcutI am trying to get my application an installer via WiX 3.0. The exact code is: <File Id="ServiceComponentMain" Name="$(…
installation wix windows-installer wix3WiX files always seem to include this line: <Directory Id="TARGETDIR" Name="SourceDir"> What is "SourceDir"? What is …
wix windows-installer wix3I 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 didn't find an explicit answer to this question in the WiX Documentation (or Google, for that matter). Of course …
installation wix windows-installer wix3