All,

I'm trying to create a custom table for my Wix project. One of the columns
needs to hold a date so I assume I use the TimeDate category with Type 'int'
as suggested in the documentation. When I do this though I get a warning
telling me the column width is wrong. I also am unsure what format of data
I'm supposed to putting in the Data element. I've included the relevant code
below but does anyone have a sample of creating a custom table with a
TimeDate column?

Eric

<CustomTable Id="CO_PACKAGE_PROPERTIES">

--- bunch of other columns --


<Column Id="publish_date" Nullable="yes" Type="int" Category="TimeDate"/>

           <Row>

                 <Data Column="publish_date">2010-06-10</Data>

            </Row>

</CustomTable>
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to