This action provides an interface to the WiX linker (light.exe) The linker links .wixobj object files into a .msi Windows Installer Package.
Specify one or more .wixobj object files that you wish to link.
Output can be sent to the default directory, or a specific .msi installer package file. Alternatively, uncompressed images can be output to a different directory. The linker can also output raw XML instead of MSI (useful for debugging.)
A .wxl file can be used to create a localized installer package.
Normally the WiX Linker will fail if it detects identical rows. With this option checked it will only emit a warning.
Various aspects of the WiX Link process can be bypassed. It is not recommended that you use these options unless you are sure you do not need the features specified.
Specifies how closely the compiler should check source file syntax. "Legendary" is more pedantic than "Heroic", and "Heroic" is more pedantic than "Easy" (the names correspond to the command line options.)
Warning messages will be recorded in the FinalBuilder log.
Warnings will be treated as errors and the build will stop if any occur.
More progress data will be logged (useful for debugging.)
The WiX copyright header will not be displayed. Useful for a smaller log size.
Type any additional command line arguments that you want to pass to WiX.