diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Data/tables.xml')
-rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Data/tables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Data/tables.xml b/src/WixToolset.Core.WindowsInstaller/Data/tables.xml index e28e39c2..a0c7ff55 100644 --- a/src/WixToolset.Core.WindowsInstaller/Data/tables.xml +++ b/src/WixToolset.Core.WindowsInstaller/Data/tables.xml | |||
@@ -165,7 +165,7 @@ | |||
165 | <columnDefinition name="Signature_" type="string" length="72" primaryKey="yes" | 165 | <columnDefinition name="Signature_" type="string" length="72" primaryKey="yes" |
166 | keyTable="Signature;RegLocator;IniLocator;DrLocator;CompLocator" keyColumn="1" category="identifier" description="The Signature_ represents a unique file signature and is also the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables."/> | 166 | keyTable="Signature;RegLocator;IniLocator;DrLocator;CompLocator" keyColumn="1" category="identifier" description="The Signature_ represents a unique file signature and is also the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables."/> |
167 | </tableDefinition> | 167 | </tableDefinition> |
168 | <tableDefinition name="CheckBox" createSymbols="yes"> | 168 | <tableDefinition name="CheckBox" createSymbols="yes" tupleIdIsPrimaryKey="no"> |
169 | <columnDefinition name="Property" type="string" length="72" primaryKey="yes" modularize="column" | 169 | <columnDefinition name="Property" type="string" length="72" primaryKey="yes" modularize="column" |
170 | category="identifier" description="A named property to be tied to the item."/> | 170 | category="identifier" description="A named property to be tied to the item."/> |
171 | <columnDefinition name="Value" type="string" length="64" nullable="yes" modularize="property" | 171 | <columnDefinition name="Value" type="string" length="64" nullable="yes" modularize="property" |