diff options
Diffstat (limited to 'src/wixext/tables.xml')
-rw-r--r-- | src/wixext/tables.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/wixext/tables.xml b/src/wixext/tables.xml deleted file mode 100644 index c328f875..00000000 --- a/src/wixext/tables.xml +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | |||
4 | |||
5 | <tableDefinitions xmlns="http://wixtoolset.org/schemas/v4/wi/tables"> | ||
6 | <tableDefinition name="MsiDriverPackages"> | ||
7 | <columnDefinition name="Component" type="string" length="72" primaryKey="yes" modularize="column" | ||
8 | keyTable="Component" keyColumn="1" category="identifier" description="Name of the component that represents the driver package"/> | ||
9 | <columnDefinition name="Flags" type="number" length="4" | ||
10 | minValue="0" maxValue="31" description="Flags for installing and uninstalling driver packages"/> | ||
11 | <columnDefinition name="Sequence" type="number" length="4" nullable="yes" | ||
12 | minValue="0" description="Order in which the driver packages are processed"/> | ||
13 | </tableDefinition> | ||
14 | </tableDefinitions> | ||