The WiX Toolset (formerly known as Windows Installer XML) is a toolset that builds Windows installation packages and WiX bootstrappers from XML source code.
In the documentation, it mentions there are three options (besides rolling your own UI) for the bootstrapper: RtfLicense, HyperlinkLicense, and …
wix wix3.6Learning how to create Wix Booloader so that I can install .NET framework with my msi install package. Anyway I …
wix wix-extensionI want to create a CustomAction C# DLL file that depends on a third-party .NET DLL (in this specific case, …
c# wix custom-actionI am modifying an existing WiX installer to handle updating an existing installation of one of our products. There are …
wix custom-actionI am developping a MSI installer by using WIX, I can create shortcut on desktop for only one user. Now …
installation wix shortcutAccording to this http://wix.tramontana.co.hu/tutorial/user-interface/ui-wizardry I have created the following code <?xml version="1.0" …
wix windows-installer wix3.5 wix3.6 wix3.7How do I create sub folders (several levels deep) in the Windows Start menu, using WiX? Currently I am able …
installation wix windows-installer wix3I am having a problem with a setting the enabled state of a button on a Dialog. The button in …
wix wix3.5I have a custom control (disabled edit) where I want to show current logged in Domain\User. I set property …
wix wix3.5I am trying to create an installer project for a windows application using WiX v3.7 (as VS2012 does not include …
wix windows-installer wix-extension