The WiX Toolset (formerly known as Windows Installer XML) is a toolset that builds Windows installation packages and WiX bootstrappers from XML source code.
Due 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 wix3After reading this answer on "one file per component" approach when using WiX, I was curious to find out what …
wix installation windows-installerI am attempting to build an installer with wix. It compiles and runs. Unfortunately when I run it, I accept …
wixI am currently making an Outlook addin in Visual Studio 2012, i create an Installer for my project, but in order …
dll wix windows-installer wix3.5 wix3.6Does anyone know: How can I Force wix installer to uninstall any previous copy previously installed, whether minor or major …
wix windows-installer wix3.7After asking about what Visual Studio does to register a COM Library, it became clear that VS did two things …
windows wix windows-installer typelibI have built a Windows Installer package using WiX 3.6 that embeds a custom managed (C#) action. At this stage, the …
wix uac wix3.6