Library Tool (lit)

Windows Installer XML (WiX) v3.0

Library Tool (lit)

Lit is the WiX library creation tool. It can be used to combine multiple .wixobj files into libraries that can be consumed by light.

Usage Information

lit.exe [-?] [-nologo] [-out libraryFile] objectFile [objectFile ...]

Lit supports the following command line parameters:

Switch

Meaning

-b

Specify a base path to locate all files; the default value is the current working directory

-bf

Bind files into the library file

-ext

Specify an extension assembly

-loc <loc.wxl>

Provide a .wxl file to read localization strings from

-nologo

Skip printing Lit logo information

-out

Specify an output file; by default, Lit will write to the current working directory

-ss

Suppress schema validation for documents; this switch provides a performance boost during linking

-sv

Suppress intermediate file version mismatch checking

-sw<N>

Suppress warnings with specific message IDs

-v

Generate verbose output

-wx

Treat warnings as errors

-?

Display Lit help information