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'm finding that when I update the manifest for my bootstrapper to support Windows 10 compatability, the InstallUISequence of the MSI …
wix windows-installer installshieldI'm using VS2010 and WiX 3.6 to create MSI packages and bundle them into Bootstrapper setup. Here's my Boostrapper code. <?…
.net visual-studio wix installation wix3.6I'm trying to set up some ports from a WIX installer. For WinXP we use httpcfg in a custom action …
wix netshI need to register an HTTP port after installation, but I guess this could be abstracted to generally executing any …
wix installation custom-actionI'm using WiX to make an MSI installer to call another MSI installer. I can resolve this situation in UILevel=5 (…
wix windows-installer silent silent-installerIn certain cases the need to retrieve MSI upgrade codes for deployed packages can arise. Common scenarios: I took over …
powershell wix windows-installer installation wmiI'm creating a program which is being installed by Wix, using VS 2010 and I've already got the product.wxs ready. …
c# visual-studio-2010 wix custom-actionI am trying to implement a check to see if the .NET framework is installed when running the installer. I …
wix windows-installer .net-framework-versionThere are two answers on Create shortcut to desktop using WiX Both these answers lack any real explanation of what …
wix installation windows-installer desktop-shortcutHow can I log only the changes causing a MSI file made by Installshield 2008 to reinstall via "self-repair"? What is …
wix installation windows-installer installshield resiliency