To get started, download the WiX Toolset. It can be found at:
Once you've downloaded and installed it, open Visual Studio and select New Project | WiX | WiX Project. This will create a solution with a single .wxs
(WiX source) file. Visual Studio will usually call this file Product.wxs
, but the name could be anything as long as it ends with .wxs
.
Even the most minimal installer must have the following XML elements:
Wix
element that serves as the root element in your XML documentProduct
element that is a child to the Wix
element, but all other elements are children to itPackage
elementMedia
elementDirectory
element with at least one child Component
elementFeature ...
No credit card required