[wix-devs] Adding Logging Base Folder to bundles

Frank Hernandez frank.hernandez at citrix.com
Tue Mar 7 07:49:09 PST 2017


We have a requirement to consolidate the logs created by the burn bundle in a different folder other than %TEMP%.
We were wondering if this is something you guys might be interested to include it on a future release (maybe 3.11.x)

It will look something like this:

<Wix ...
    <Bundle ....
        <Log LoggingBaseFolder="C:\ProgramData\Acme" Prefix="InstallLogs\AwesomeInstaller" />
        <!-- ... -->


More details on the change:
https://github.com/frankchdez/wix3/commit/818b506ab7372fe36fab34b422fdb10da7aed479

Any feedback will be highly appreciated
Thanks
Frank


More information about the wix-devs mailing list