I didn't see anything in the doc.  Here's a sample I used:

<tableDefinitions>
  <tableDefinition name="TableName">
    <columnDefinition name="Id"
      type="string" length="72" primaryKey="yes" category="identifier"
      description="Simple Identifier."/>
    <columnDefinition name="Name"
      type="string" length="72" category="text"
      description="Name of the entry to be inserted into DS." />
    <columnDefinition name="Path"
      type="string" length="72" category="text"
      description="xxxx." />
    <columnDefinition name="Class"
      type="string" length="72" category="text"
      description="xxxx."/>
    <columnDefinition name="Value"
      type="string" length="72" category="text"
      description="xxxx." />
    <columnDefinition name="LangId"
      type="string" length="72" category="text"
      description="xxxx." />
    <columnDefinition name="Options"
      type="number" length="2" category="integer"
      minValue="1" maxValue="32767" description="xxxx." />
    <columnDefinition name="Condition" type="string" length="72"
nullable="yes" modularize="column"
      category="text" description="xxxx." />
  </tableDefinition>
</tableDefinitions>

On Sat, Nov 22, 2008 at 12:21 PM, Sean Farrow
<[EMAIL PROTECTED]>wrote:

> Hi;
> is there any help/docs/tutorials detailing how to create a table for a
> wix extension?
> Any help apreciated.
> Cheers
> Sean.
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to