aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/tables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixext/tables.xml')
-rw-r--r--src/wixext/tables.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/wixext/tables.xml b/src/wixext/tables.xml
new file mode 100644
index 00000000..c328f875
--- /dev/null
+++ b/src/wixext/tables.xml
@@ -0,0 +1,14 @@
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>