This specialized software lets developers build custom deployment packages based on the Windows Installer. It provides a declarative XML authoring model.
WiX
WiX is a Windows application for creating executable distribution files. There are tools for editing MSI, MSP, MSM and MST installer components. Users can incorporate various actions in the resulting package.
Main capabilities
This utility follows the traditional compile and link model to create executable files from source code. Original data is validated against the core WiX scheme during the building process. There are several modules such as the preprocessor, compiler and linker. Using them together allows you to construct the resulting item. Integration with Visual Studio is provided for additional flexibility.
Building process
Users can add new files to the package and configure version checks. Moreover, it is possible to write and read registry entries during installation. Options for creating shortcuts on the desktop and in the Start Menu are available.
There are instruments for including NET Framework, DirectX, Visual C++ and other common system components in the distribution package. You are able to adjust localization parameters for creating multi-language setup wizards.
Features
- free to download and use;
- allows you to build executable packages for installing applications;
- it is possible to include DirectX and other standard components in the distribution file;
- users can add new items to the resulting package;
- advanced installation parameters are available;
- compatible with all modern versions of Windows.