Re: [WiX-users] LogPathVariable not working

2014-11-12 Thread Partyka, Rouslan
Hello, I have a bundle with 3 chained MSI's. I want it to put all (!) the log files to a specified folder. Does anyone have a code sample that actually WORKS? I checked the web, I tried LogPathVariable, and in various combinations - to no avail. Many thanks in advance. Regards, Rouslan

[WiX-users] LogPathVariable not working

2014-11-13 Thread Partyka, Rouslan
Hello, I have a bundle with 3 chained MSI's. I want it to put all (!) the log files to a specified folder, and I don't want to use the command line (i.e. it has to be hardcoded in my .wxs). Does anyone have a code sample that actually WORKS? I checked the web, I tried LogPathVariable, and in