2

All I am trying, is to set Log file location and expect BURN to create Log File to my given location. I have tried this by following Wix Bootstrapper MSI-Package logging, how? post, but got no success and BURN still created LOG Files at default (%TEMP%) location.

Looking forward for guidelines.

Thanks

Community
  • 1
  • 1

1 Answers1

0

See answer from below question

How to log an installation made from a WiX bundle

There is a Wix variable called WixBundleLog which holds and sets the log file location for Burn bundles, however this is a Wix variable and can't be overwritten with a custom value within the bundle

Community
  • 1
  • 1
tollgen
  • 209
  • 1
  • 4
  • 15