Use the logging functionality of Windows Installer. This allows you to specify the log file name at the time you invoke the installer, and will put the CA messages in context with the rest of the installation messages.
msiexec /i foo.msi /l*v C:\Temp\MyLog.log The above command turns on verbose logging and logs it to C:\Temp\MyLog.log. I want to verify the CA is properly evaluating the properties. -----Original Message----- From: Kevin Hebert [mailto:ke...@legendary-immersion.com] Sent: Tuesday, November 29, 2011 4:45 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom Action to verify input I was using the companies custom logs, as I'm not sure where the wcalog is being saved, or the name of that file. Also, I'm not getting any kind of error that the user can see or prevent the page from switching when they fail to put something in the appointed boxes. ------------------------------------------------------------------------ ------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users