For issues relating to deployment using Windows Installer XML, version 3.
I have a WiX include file with the following code <Fragment Id="PropertyFragment"> <Property Id="DynamicLanguageCode" Value="[…
wix xsd wix3When my application is uninstalled, the server needs to be notified so that it can free up the license key …
c# wix wix3 custom-actionHow do I create sub folders (several levels deep) in the Windows Start menu, using WiX? Currently I am able …
installation wix windows-installer wix3What's the difference between a WiX include (.wxi file) and a WiX fragment (.wxs file)? What are the use cases …
wix wix3I'm just starting out with WiX as I need to be able to automate building an MSI on our CI …
wix windows-installer wix3 paraffinDue to user confusion, our app requires separate installers for 32-bit and 64-bit versions of Windows. While the 32-bit installer …
wix installation windows-installer wix3 platformIs there a simple way to change the font colour and (preferably) font type for one of the strings in …
wix wix3I am learning Wix and I want to generate a setup.exe file instead of a setup.msi. Is that …
wix wix3I have a command line I want to run during the install of a merge module (created by WiX) with …
wix windows-installer wix3.5 wix3