Re: [WiX-users] Using Property's values in Messages

2013-03-14 Thread Derrick Claar
gilvie [mailto:sogil...@msn.com] > Sent: March-14-13 5:54 PM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Using Property's values in Messages > > You can do it various ways, the easiest way is to let QA see the value in > the MSI log file, in your product WXS

Re: [WiX-users] Using Property's values in Messages

2013-03-14 Thread Steven Ogilvie
Classification: Public Oops String tempString = session["MyProperty"]; -Original Message- From: StevenOgilvie [mailto:sogil...@msn.com] Sent: March-14-13 5:54 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Using Property's values in Messages You can do

Re: [WiX-users] Using Property's values in Messages

2013-03-14 Thread StevenOgilvie
You can do it various ways, the easiest way is to let QA see the value in the MSI log file, in your product WXS file add: after the install is done in your %temp% folder will be a MSI log file, look for the property name and its value will be recorded... or display the properties via custom actio