Re: [WiX-users] Date value and string formatting

2010-08-19 Thread Pally Sandher
XML toolset.' Subject: Re: [WiX-users] Date value and string formatting Immediate custom actions can both read and set properties, as well as read database tables and add temporary rows. -Original Message- From: Thorpe, Alan [mailto:atho...@bottomline.com] Sent: Wednesday, August 18, 201

Re: [WiX-users] Date value and string formatting

2010-08-18 Thread Blair
value and string formatting Is there a built-in way to retrieve the date ("8/18/2010") at install-time? The environment variable DATE returns "Wed 08/18/2010" which then requires string formatting. This would be cake in Java script or VB script, but is there a way to return va

[WiX-users] Date value and string formatting

2010-08-18 Thread Thorpe, Alan
Is there a built-in way to retrieve the date ("8/18/2010") at install-time? The environment variable DATE returns "Wed 08/18/2010" which then requires string formatting. This would be cake in Java script or VB script, but is there a way to return values from the custom action (other than exit