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 creating an installer for a website that uses a custom event log source. I would like our WiX based …
wix event-log eventlog-sourceWhen I am trying to create the installer i am getting the following error: The directory ProgramMenuDir is in the …
wixI'm comparing these two tools. The impression I have is: Inno Setup does not produce an MSI, but can do …
windows installation wix inno-setupI have written a WiX installer that works perfectly with Windows XP, but when installing to a Windows 7 box I …
installation wix registry windows-7-x64During my setup I give an option to use "windows authentication" OR "server authetication". Everything works fine and db gets …
wix wix3.6 wix-extensionI have a wix Windows Installer for my C# application. Things are working, I am able to install and uninstall …
c# visual-studio-2010 wix windows-installer prerequisitesNeed to create a Installation Package that would need to a) install a Database, b) create database and tables, c) …
installation wix nsisShould I wrap all the files I want to install in individual components? What is the advantage of putting several …
wix windows-installer wix3I want to check whether the user has passed an argument for USERNAME for which the default value is local. …
wix windows-installer wix3.6I need to include Microsoft .NET 4.5 as a prerequisite with my installation bundle, and I want it as automatic as …
.net wix windows-installer wix3.6