问题
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
回答1:
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
来源:https://stackoverflow.com/questions/27615783/burn-customize-log-file-location