diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-07 11:20:36 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-07 20:23:00 +1000 |
| commit | 7c04bfdb54ccf5b4b67995c9715a3f7f9e454206 (patch) | |
| tree | a40349dc7eb7ef1a56b1c30e742530821e1bf4e1 /src/WixToolset.Core.WindowsInstaller/Data | |
| parent | 59ffa86b7d62ddc52ec813fb65c47f812aeded66 (diff) | |
| download | wix-7c04bfdb54ccf5b4b67995c9715a3f7f9e454206.tar.gz wix-7c04bfdb54ccf5b4b67995c9715a3f7f9e454206.tar.bz2 wix-7c04bfdb54ccf5b4b67995c9715a3f7f9e454206.zip | |
Fix bugs when compiling UI.wixext
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Data')
| -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" |
