On 18-Aug-11 03:00, Vadym Verba wrote:
> There is LogLevel parameter that Engine.Log() method accepts and I wonder how
> can I set this LogLevel to log specific messages? Some special keys from
> command line? Some Engine property that must be initialized in BA?

They're not currently exposed to the BA, though if you have MSI logging 
policy set, Burn uses the policy settings for its own log.

> Also I tried to customize log files location like this:
> <WixVariable Id="WixBundleLog"
> Value="[AppDataFolder]\<Company>\<BundleName>.log"/>
> <WixVariable Id="WixBundleLog_<PackageId>"
> Value="[AppDataFolder]\<Company>\<BundleName>_<PackageId>.log"/>
> But it appears, that these properties are overwritten with default values

Yes, they're read-only, for reporting the final location. The log 
location defaults to %TMP% but can be overridden by the user at the 
command line, using /log. Changing the default is not exposed to the BA.

Feel free to file feature requests to expose more log settings to the BA.

-- 
sig://boB
http://joyofsetup.com/


------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to