Discussion:
[WiX-users] Can I get the location of setup log files from my BA?
stewarth
2012-05-01 13:53:48 UTC
Permalink
Using Burn, my setup generates 2 log files, one from the bundle and one from
an msi.

If my install fails, i'd like to display some sort of 'see this log file:
logfilename' so users will know what to send to us, and during test i dont
have to keep reminding people where to look (!)

So, from my BA can i retrieve the paths to these 2 log files?

Is there some way of retrieving the value of [WixBundleLog] , or can it be
done in another way?

Hope I'm not missing something obvious but I cant find any info about this.

Thanks.

--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Can-I-get-the-location-of-setup-log-files-from-my-BA-tp7516854.html
Sent from the wix-users mailing list archive at Nabble.com.
stewarth
2012-05-01 13:57:54 UTC
Permalink
Post by stewarth
Using Burn, my setup generates 2 log files, one from the bundle and one
from an msi.
logfilename' so users will know what to send to us, and during test i dont
have to keep reminding people where to look (!)
So, from my BA can i retrieve the paths to these 2 log files?
Is there some way of retrieving the value of [WixBundleLog] , or can it be
done in another way?
Hope I'm not missing something obvious but I cant find any info about this.
Thanks.
Argh. As i clicked post i thought 'i wonder if i can do this...' and it
worked.

Engine.StringVariables["WixBundleLog"]

:)

--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Can-I-get-the-location-of-setup-log-files-from-my-BA-tp7516854p7516862.html
Sent from the wix-users mailing list archive at Nabble.com.
Bruce Cran
2012-05-01 14:25:58 UTC
Permalink
Post by stewarth
Argh. As i clicked post i thought 'i wonder if i can do this...' and it
worked.
Engine.StringVariables["WixBundleLog"]
You can also use the BalFormatString function to substitute any
variables embedded in strings with the value - e.g. "A log file has been
generated at [WixBundleLog]".
--
Bruce Cran
Continue reading on narkive:
Loading...