diff options
Diffstat (limited to 'src/wixext/tables.xml')
-rw-r--r-- | src/wixext/tables.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/wixext/tables.xml b/src/wixext/tables.xml deleted file mode 100644 index 576fc2a7..00000000 --- a/src/wixext/tables.xml +++ /dev/null | |||
@@ -1,28 +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="WixHttpUrlReservation"> | ||
7 | <columnDefinition name="WixHttpUrlReservation" type="string" length="72" primaryKey="yes" modularize="column" | ||
8 | category="identifier" description="The non-localized primary key for the table." /> | ||
9 | <columnDefinition name="HandleExisting" type="number" length="4" nullable="no" | ||
10 | minValue="0" maxValue="2" description="The behavior when trying to install a URL reservation and it already exists." /> | ||
11 | <columnDefinition name="Sddl" type="string" length="0" modularize="property" nullable="yes" | ||
12 | category="formatted" description="Security descriptor for the URL reservation." /> | ||
13 | <columnDefinition name="Url" type="string" length="0" modularize="property" nullable="no" | ||
14 | category="formatted" description="URL to be reserved." /> | ||
15 | <columnDefinition name="Component_" type="string" length="72" modularize="column" | ||
16 | keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table referencing the component that controls the URL reservation." /> | ||
17 | </tableDefinition> | ||
18 | <tableDefinition name="WixHttpUrlAce"> | ||
19 | <columnDefinition name="WixHttpUrlAce" type="string" length="72" primaryKey="yes" modularize="column" | ||
20 | category="identifier" description="The non-localized primary key for the table." /> | ||
21 | <columnDefinition name="WixHttpUrlReservation_" type="string" length="72" keyTable="WixHttpUrlReservation" keyColumn="1" modularize="column" | ||
22 | category="identifier" description="Foreign key into the WixHttpUrlReservation table." /> | ||
23 | <columnDefinition name="SecurityPrincipal" type="string" length="0" modularize="property" | ||
24 | category="formatted" description="The security principal for this ACE." /> | ||
25 | <columnDefinition name="Rights" type="number" length="4" nullable="no" | ||
26 | minValue="0" maxValue="1073741824" description="The rights for this ACE." /> | ||
27 | </tableDefinition> | ||
28 | </tableDefinitions> | ||