The WiX Toolset (formerly known as Windows Installer XML) is a toolset that builds Windows installation packages and WiX bootstrappers from XML source code.
When installing an application that can use either .NET 4.0 or 4.5, what is the best practice when installing the prerequisites .NET …
wix windows-installer wix3.6 bootstrapping burnI am telling a wix MSI file to remove files on uninstall, and it's simply not registering it. For the …
wix windows-installer wix3.7 burnI have a custom action and need to get below values for copying some parts from installation folder to VS2010 …
session wix windows-installer custom-actionI'm aware of similar questions in WiX MSI, but I'm having issues starting an application within a bootstrapper EXE file …
wix installation wix3.6 bootstrapper burnI need to register a dll in regAsm and now i was using <CustomAction Id='comReg' Directory='INSTALLLOCATION' ExeCommand=…
wix installation wix3.5 wix3.7 heatTo give you a background - I have a 4 MSI's which comes from our vendor and this has to go …
wix wix3.6 burnI am creating an installer for an ASP.Net website using WiX. How do you set the ASP.Net version …
asp.net installation wixI am trying to create a WiX bundle that installs the .NET Framework 4.0 before my MSI installer. I inspected the …
visual-studio-2010 wix bundle bootstrapperI have recently graduated to VS 2015. For reasons explained below, I want to avoid running the VC++ Redistributables installer. I …
visual-studio-2015 wix vcredistI need a WiX 3 script to display to display only 2 dialogs: Welcome & Completed. Thats it no need for EULA, …
wix installation windows-installer