The WiX Toolset (formerly known as Windows Installer XML) is a toolset that builds Windows installation packages and WiX bootstrappers from XML source code.
We have a program we have developed in house. We are upgrading to use Visual Studio 2012, and so have to …
installation wix elevated-privilegesWindows Installer technology supports administrative installation. The command line for initiating administrative installation is: 'msiexec /a setup.msi'. I want …
wix installation installshield windows-installerWhat is the Wix 'KeyPath' attribute? In particular, how does it apply to the following: <Component Id="ProgramMenuDir" Guid="*"&…
installation wix windows-installerI've used ClickOnce a lot over the years, but I have run up against a lot of its limitations. What …
.net wix clickonce web-deploymentMy Wix project creates install.msi and cab1.cab. How can I have it bundle everything into the msi? I …
wix windows-installerWe've gotten a custom action that runs command-line to work as such: <CustomAction Id="OurAction" FileKey="OurInstalledExe.exe" ExeCommand="…
installation wix windows-installer custom-actionI am using WiX 3.6 to create my application setup. I have bundled two MSI packages in one bootstrapper, and everything …
windows-7 wix installation wix3.6I would like to use the WixUI_Minimal installer, but I don't want the license page. How can I do …
wix installation wix3I want to extract the .net 4.7 framework prerequisites with my main msı. But when ı try to install .net installation give …
c# installation wix burn