Re: [WiX-users] Current Date

2009-04-20 Thread Neil Sleightholm
It wouldn't be too hard to write a custom action using DTF (assuming .Net is on your target). Neil -Original Message- From: Anu Dev [mailto:queryl...@yahoo.com] Sent: 20 April 2009 14:32 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Current Date Actually its takin

Re: [WiX-users] Current Date

2009-04-20 Thread Pally Sandher
ject: Re: [WiX-users] Current Date Actually its taking the local format set on the machine.. I want to specify, particular format . Is there any way to do this... From: Anu Dev To: General discussion for Windows Installer XML toolset. Sent: Monday, April 20,

Re: [WiX-users] Current Date

2009-04-20 Thread Anu Dev
-users] Current Date Thank you that worked :). Any idea how to put UTC time? From: Neil Sleightholm To: General discussion for Windows Installer XML toolset. Sent: Monday, April 20, 2009 5:26:58 PM Subject: Re: [WiX-users] Current Date Take a look in the MSI

Re: [WiX-users] Current Date

2009-04-20 Thread Bob Arnson
Anu Dev wrote: > I want to store the Current Date in a the app.config file. Is there any > constant available in WIX? > Yes. See the MSI SDK help for a list of available properties. -- sig://boB http://joyofsetup.com/ ---

Re: [WiX-users] Current Date

2009-04-20 Thread Anu Dev
Thank you that worked :). Any idea how to put UTC time? From: Neil Sleightholm To: General discussion for Windows Installer XML toolset. Sent: Monday, April 20, 2009 5:26:58 PM Subject: Re: [WiX-users] Current Date Take a look in the MSI SDK Documentation

Re: [WiX-users] Current Date

2009-04-20 Thread Neil Sleightholm
Take a look in the MSI SDK Documentation, I think the properties are [Date] and [Time]. Neil Neil Sleightholm X2 Systems Limited n...@x2systems.com From: Anu Dev [mailto:queryl...@yahoo.com] Sent: Mon 20/04/2009 12:19 To: WIX Su