I'd suggest taking one step back. You mention a log file created in the temp folder. Have you tried running your installer when the temp folder doesn't exist or the TEMP variable isn't defined? If you are calling MSIEXEC /L*v and wanting it to log to a TEMP folder I recommend you try it in these error conditions. MSIEXEC.EXE won't create the folder you want to log to if it doesn't exist. So, don't assume you will always be able to create a log file in the TEMP folder. Your MSI will simply fail if it can't create the log file.
It will simply say "Error opening installation log file. Verify that the specified log file location exists and is writable." You can't really assume that any folder exists. If you want to log reliably you must ensure that the folder you want to use exists before running the MSIEXEC.EXE command. Just a word of caution. If I were to test what you are proposing on the surface I could break it in an instant. -----Original Message----- From: lokanath devineni [mailto:ldevin...@yahoo.com] Sent: Tuesday, June 21, 2011 8:14 AM To: WiX-users@lists.sourceforge.net Subject: [WiX-users] Show Installer Log file Hello All, I want to show installer log file created in temp folder on error/cancel and final screen. what are the best ways to do this? Thanks in advance, Loknath ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users