[wix-users] Burn variable is set to Temp when using reference windows folder
Rob Mensching
rob at firegiant.com
Wed Jan 4 08:07:40 PST 2017
Not supported today. Burn logs where it logs today. Prefix is just the prefix for the filename. With the logging variables in Burn, your BA can copy the logs elsewhere at the end.
_____________________________________________________________
Short replies here. Complete answers over there: http://www.firegiant.com/
-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of erwin john publico
Sent: Wednesday, January 4, 2017 1:03 AM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: [wix-users] Burn variable is set to Temp when using reference windows folder
Hi All,
Im trying to change the log location of my bundle so I used the Log class.
While this works;
<Log Prefix="SetupLog" PathVariable="C:\Temp\Setup.log" /> This doesn't;<Log Prefix="SetupLog" PathVariable="[AppDataFolder]Temp\Setup.log" /> I tried putting the value to the variable itself or even put it to the include file but it still doesn't work; <Variable Name="MyVar" Value="$(var.LogLoc)" Type="string" bal:Overridable="yes"/> <Log Prefix="SetupLogs" PathVariable="MyVar" /> It doesn't work and looking at the logs, what happens is it set to the Temp folder. Searching online somehow leads me to some people encountering the same problems.
Any idea how to make the location of my Log to a windows folder without having to do below? (where there should be an added parameter before a user executing my setup)How to log an installation made from a WiX bundle
Thanks,Erwin
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
More information about the wix-users
mailing list