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!