0

I have a WiX boostrapper that install a bunch of MSI packages.

Well, some of them have lots of files, and the log created by boostrapper is huge. From what I can tell the default logging level used by burn is set to "verbose"; so, I want to override this. Using "MsiLogging" property doesn't seems to work.

So, you guys, do you know a way to accomplish my need? Thanks!

slimbyte
  • 53
  • 6

1 Answers1

1

There is an open feature request for this - Request that Burn respect setting MsiLogging (like it does MSIFASTINSTALL).

Sean Hall
  • 7,629
  • 2
  • 29
  • 44