Skip to content

Log element

Overrides the default log settings for a bundle.

Attributes

Disable

yesno

Disables the default logging in the Bundle. The end user can still generate a log file by specifying the “-l” command-line argument when installing the Bundle.

Extension

string

The extension to use for the log. The default is “.log”.

PathVariable

string

Name of a Variable that will hold the path to the log file. An empty value will cause the variable to not be set. The default is “WixBundleLog”.

Prefix

string

File name and optionally a relative path to use as the prefix for the log file. The default is to use the Bundle/@Name or, if Bundle/@Name is not specified, the value “Setup”.

Parents