Log element
Overrides the default log settings for a bundle.
Attributes
Disable
yesnoDisables 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
stringThe extension to use for the log. The default is “.log”.
PathVariable
stringName 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
stringFile 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”.