Re: [WiX-users] Generating a log file from BootStrapper exe

2014-09-25 Thread ssmsam
Hi Rob, Apologies for not noticing the "Burn Log File" section below, at the end. Craziest thing is, I had gone through that link thrice, still didn't notice. :( Thanks for your quick reply Phil, Hogland :) Regards, Sampat -- View this message in context: http://windows-installer-xml-wix-t

Re: [WiX-users] Generating a log file from BootStrapper exe

2014-09-25 Thread ssmsam
Hi , Thanks a lot for letting me about this, yes it does create with underscore("_") in between words with appending the date-time. Oh my god, i do not know why did not i notice this. :( I have one more question here, Which directory is safe to extract support Files so the no attack can happen.

Re: [WiX-users] Generating a log file from BootStrapper exe

2014-09-25 Thread Phill Hogland
If you are using a Burn based bootstraper, it generates log files in the users temp folder (%temp%) using the msi package name, which I believe you could override in an mba, but I have not had the need to do that. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.

Re: [WiX-users] Generating a log file from BootStrapper exe

2014-09-25 Thread Rob Mensching
here: http://www.firegiant.com/ -Original Message- From: ssmsam [mailto:ssmcs...@gmail.com] Sent: Thursday, September 25, 2014 10:31 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Generating a log file from BootStrapper exe Hi, I have read two ways of generating log files for the wi

[WiX-users] Generating a log file from BootStrapper exe

2014-09-25 Thread ssmsam
Hi, I have read two ways of generating log files for the wix instller(in general msi's). 1) *enabling registry key* - with this method i /will not get the log file name as our product/ name.(default naming eg: MSIx.log) 2)*using cmd line msiexec.exe tool* --- "msiexec /i MyApplication.msi