diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Data')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Data/tables.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Data/tables.xml b/src/WixToolset.Core.WindowsInstaller/Data/tables.xml index e4b5e954..7cd1767b 100644 --- a/src/WixToolset.Core.WindowsInstaller/Data/tables.xml +++ b/src/WixToolset.Core.WindowsInstaller/Data/tables.xml | |||
| @@ -156,6 +156,10 @@ | |||
| 156 | minValue="0" maxValue="32767" description="Integer containing bit flags representing file attributes (with the decimal value of each bit position in parentheses)"/> | 156 | minValue="0" maxValue="32767" description="Integer containing bit flags representing file attributes (with the decimal value of each bit position in parentheses)"/> |
| 157 | <columnDefinition name="Sequence" type="number" length="4" | 157 | <columnDefinition name="Sequence" type="number" length="4" |
| 158 | minValue="1" maxValue="2147483647" description="Sequence with respect to the media images; order must track cabinet order."/> | 158 | minValue="1" maxValue="2147483647" description="Sequence with respect to the media images; order must track cabinet order."/> |
| 159 | <columnDefinition name="DiskId" type="number" length="4" unreal="yes" | ||
| 160 | minValue="1" maxValue="32767" description="Disk identifier for the file."/> | ||
| 161 | <columnDefinition name="Source" type="object" length="0" unreal="yes" | ||
| 162 | category="binary" description="Path to source of file."/> | ||
| 159 | </tableDefinition> | 163 | </tableDefinition> |
| 160 | <tableDefinition name="CCPSearch"> | 164 | <tableDefinition name="CCPSearch"> |
| 161 | <columnDefinition name="Signature_" type="string" length="72" primaryKey="yes" | 165 | <columnDefinition name="Signature_" type="string" length="72" primaryKey="yes" |
