aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/tables.xml
blob: b8d4246c168d7147e6666c46127dca1eda85172c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<?xml version="1.0" encoding="utf-8" ?>
<!-- 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. -->


<tableDefinitions xmlns="http://wixtoolset.org/schemas/v4/wi/tables">
    <tableDefinition name="Wix4CloseApplication" tupleDefinitionName="WixCloseApplication">
        <columnDefinition name="Wix4CloseApplication" type="string" length="72" primaryKey="yes" modularize="column"
                category="identifier" description="Primary key, non-localized token in table."/>
        <columnDefinition name="Target" type="localized" length="0" modularize="property"
                category="formatted" description="Name of executable to ensure is closed."/>
        <columnDefinition name="Description" type="string" length="0" nullable="yes" localizable="yes" modularize="property"
                category="formatted" description="Description string displayed to user when executable is in use."/>
        <columnDefinition name="Condition" type="string" length="0" nullable="yes" localizable="yes" modularize="condition"
                category="condition" description="Optional expression which skips the closing."/>
        <columnDefinition name="Attributes" type="number" length="4"
                minValue="0" maxValue="2147483647" description="A 32-bit word that specifies the attribute flags to be applied."/>
        <columnDefinition name="Sequence" type="number" length="4" nullable="yes"
                minValue="1" maxValue="2147483647" description="Sequence to order the closings by."/>
        <columnDefinition name="Property" type="string" length="72" nullable="yes" localizable="yes" modularize="property"
                category="identifier" description="Optional property that is set to the number of running instances of the app."/>
        <columnDefinition name="TerminateExitCode" type="number" length="4" nullable="yes"
                minValue="0" maxValue="2147483647" description="Exit code to return from a terminated application."/>
        <columnDefinition name="Timeout" type="number" length="4" nullable="yes"
                minValue="1" maxValue="2147483647" description="Timeout in milliseconds before scheduling restart or terminating application."/>
    </tableDefinition>
    <tableDefinition name="Wix4RemoveFolderEx" tupleDefinitionName="WixRemoveFolderEx" createSymbols="yes">
        <columnDefinition name="Wix4RemoveFolderEx" type="string" length="72" primaryKey="yes" modularize="column"
                category="identifier" description="Identifier for the WixRemoveFolderEx row in the package."/>
        <columnDefinition name="Component_" type="string" length="72" modularize="column"
                keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table used to determine install state"/>
        <columnDefinition name="Property" type="string" length="72" modularize="property"
                category="identifier" description="Name of Property that contains the root of the directory tree to remove."/>
        <columnDefinition name="InstallMode" type="number" length="2"
                minValue="1" maxValue="3" description="1 == Remove only when the associated component is being installed (msiInstallStateLocal or msiInstallStateSource), 2 == Remove only when the associated component is being removed (msiInstallStateAbsent), 3 = Remove in either of the above cases."/>
    </tableDefinition>
    <tableDefinition name="Wix4RestartResource" tupleDefinitionName="WixRestartResource">
        <columnDefinition name="Wix4RestartResource" type="string" length="72" primaryKey="yes" modularize="column"
                category="identifier" description="Primary key, non-localized identifier."/>
        <columnDefinition name="Component_" type="string" length="72" nullable="yes" modularize="column"
                keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table used to determine install state."/>
        <columnDefinition name="Resource" type="string" length="0" modularize="property"
                category="formatted" description="The resource to be registered with the Restart Manager."/>
        <columnDefinition name="Attributes" type="number" length="4"
                minValue="0" maxValue="2147483647" description="A 32-bit word that specifies the type of resource and flags used for processing."/>
    </tableDefinition>
    <tableDefinition name="Wix4FileShare" tupleDefinitionName="FileShare" createSymbols="yes">
        <columnDefinition name="Wix4FileShare" type="string" length="72" primaryKey="yes" modularize="column"
                category="identifier" description="Primary key, non-localized identifier"/>
        <columnDefinition name="ShareName" type="string" length="255"
                category="formatted" description="The actual share name used"/>
        <columnDefinition name="Component_" type="string" length="72" modularize="column"
                keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table used to determine install state"/>
        <columnDefinition name="Description" type="string" length="255" nullable="yes"
                category="text" description="Description string displayed for the file share"/>
        <columnDefinition name="Directory_" type="string" length="72" modularize="column"
                keyTable="Directory" keyColumn="1" category="identifier" description="Foreign key referencing directory that the share is created on"/>
    </tableDefinition>
    <tableDefinition name="Wix4FileSharePermissions" tupleDefinitionName="FileSharePermissions">
        <columnDefinition name="Wix4FileShare_" type="string" length="72" primaryKey="yes" modularize="column"
                keyTable="FileShare" keyColumn="1" category="identifier" description="FileShare that these premissions are to be applied to."/>
        <columnDefinition name="Wix4User_" type="string" length="72" primaryKey="yes" modularize="column"
                keyTable="Wix4User" category="identifier" description="User that these premissions are to apply to."/>
        <columnDefinition name="Permissions" type="number" length="4"
                description="Permissions int, as in EXPLICIT_ACCESS.grfAccessPermissions in MSDN"/>
    </tableDefinition>
    <tableDefinition name="Wix4Group" tupleDefinitionName="Group" createSymbols="yes">
        <columnDefinition name="Wix4Group" type="string" length="72" primaryKey="yes" modularize="column"
                category="identifier" description="Primary key, non-localized token"/>
        <columnDefinition name="Component_" type="string" length="72" nullable="yes" modularize="column"
                keyTable="Component" keyColumn="1" category="text" description="Foreign key, Component used to determine install state"/>
        <columnDefinition name="Name" type="string" length="255" modularize="property"
                category="formatted" description="Group name"/>
        <columnDefinition name="Domain" type="string" length="255" nullable="yes" modularize="property"
                category="formatted" description="Group domain"/>
    </tableDefinition>
    <tableDefinition name="Wix4InternetShortcut" tupleDefinitionName="WixInternetShortcut" createSymbols="yes">
        <columnDefinition name="Wix4InternetShortcut" type="string" length="72" primaryKey="yes" modularize="column"
                category="identifier" description="Primary key, non-localized token in table."/>
        <columnDefinition name="Component_" type="string" length="72" modularize="column"
                keyTable="Component" keyColumn="1" category="text" description="Foreign key, Component used to determine install state"/>
        <columnDefinition name="Directory_" type="string" length="72" modularize="column"
                keyTable="Directory" keyColumn="1" category="identifier" description="Foreign key referencing directory that the shortcut is created in"/>
        <columnDefinition name="Name" type="string" length="72" modularize="property"
                category="text" description="Name used for shortcut."/>
        <columnDefinition name="Target" type="localized" length="0" escapeIdtCharacters="yes"
                category="text" description="URL target."/>
        <columnDefinition name="Attributes" type="number" length="2"
                description="Attribute flags that control how the shortcut is created."/>
        <columnDefinition name="IconFile" type="localized" length="0" escapeIdtCharacters="yes"
                category="text" nullable="yes" description="Icon file for shortcut"/>
        <columnDefinition name="IconIndex" type="number" length="4"
                nullable="yes" description="Index of the icon being referenced."/>
    </tableDefinition>
    <tableDefinition name="Wix4PerformanceCategory" tupleDefinitionName="PerformanceCategory">
        <columnDefinition name="Wix4PerformanceCategory" type="string" length="72" primaryKey="yes" modularize="column"
                category="identifier" description="Primary key, non-localized token in table."/>
        <columnDefinition name="Component_" type="string" length="72" modularize="column"
                keyTable="Component" keyColumn="1" category="identifier" description="Component used to determine install state"/>
        <columnDefinition name="Name" type="string" length="80"
                category="text" description="Name of the performance counter category."/>
        <columnDefinition name="IniData" type="localized" length="0" escapeIdtCharacters="yes"
                category="text" description="Data that goes into the performance counter .ini file."/>
        <columnDefinition name="ConstantData" type="localized" length="0" escapeIdtCharacters="yes"
                category="text" description="Data that goes into the performance counter .h file."/>
    </tableDefinition>
    <tableDefinition name="Wix4Perfmon" tupleDefinitionName="Perfmon">
        <columnDefinition name="Component_" type="string" length="72" primaryKey="yes" modularize="column"
                keyTable="Component" keyColumn="1" category="identifier" description="Component used to determine install state"/>
        <columnDefinition name="File" type="string" length="72" primaryKey="yes" modularize="property"
                category="formatted" description="Name of .INI file"/>
        <columnDefinition name="Name" type="string" length="72" primaryKey="yes"
                category="text" description="Service name in registry"/>
    </tableDefinition>
    <tableDefinition name="Wix4PerfmonManifest" tupleDefinitionName="PerfmonManifest">
        <columnDefinition name="Component_" type="string" length="72" primaryKey="yes" modularize="column"
                keyTable="Component" keyColumn="1" category="identifier" description="Component used to determine install state"/>
        <columnDefinition name="File" type="string" length="72" primaryKey="yes" modularize="property"
                category="formatted" description="Name of perfmon manifest file"/>
        <columnDefinition name="ResourceFileDirectory" type="string" length="255" primaryKey="yes"
                category="formatted" description="The path of the Resource File Directory"/>
    </tableDefinition>
    <tableDefinition name="Wix4EventManifest" tupleDefinitionName="EventManifest">
        <columnDefinition name="Component_" type="string" length="72" primaryKey="yes" modularize="column"
                keyTable="Component" keyColumn="1" category="identifier" description="Component used to determine install state"/>
        <columnDefinition name="File" type="string" length="72" primaryKey="yes" modularize="property"
                category="formatted" description="Name of event manifest file"/>
    </tableDefinition>
    <tableDefinition name="Wix4SecureObject" tupleDefinitionName="SecureObjects">
        <columnDefinition name="Wix4SecureObject" type="string" length="72" primaryKey="yes" modularize="column"
                category="identifier" description="Primary key, non-localized token in Table"/>
        <columnDefinition name="Table" type="string" length="32" primaryKey="yes"
                category="text" description="Table SecureObject should be securing"/>
        <columnDefinition name="Domain" type="string" length="255" primaryKey="yes" nullable="yes" modularize="property"
                category="text" description="Domain half of user account to secure"/>
        <columnDefinition name="User" type="string" length="255" primaryKey="yes" modularize="property"
                category="text" description="User name half of user account to secure"/>
        <columnDefinition name="Permission" type="number" length="4" nullable="yes"
                minValue="-2147483647" maxValue="2147483647" description="Permissions to grant to User"/>
        <columnDefinition name="Component_" type="string" length="72" modularize="column"
                keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table used to determine install state"/>
    </tableDefinition>
    <tableDefinition name="Wix4ServiceConfig" tupleDefinitionName="ServiceConfig">
        <columnDefinition name="ServiceName" type="string" length="72" primaryKey="yes"
                category="formatted" description="Primary key, non-localized token"/>
        <columnDefinition name="Component_" type="string" length="72" modularize="column"
                keyTable="Component" keyColumn="1" category="identifier" description="Foreign key, Component used to determine install state "/>
        <columnDefinition name="NewService" type="number" length="1"
                minValue="0" maxValue="1" description="Whether the affected service is being installed or already exists."/>
        <columnDefinition name="FirstFailureActionType" type="string" length="32"
                category="text" description="First failure action type for configured service to take."/>
        <columnDefinition name="SecondFailureActionType" type="string" length="32"
                category="text" description="Second failure action type for configured service to take."/>
        <columnDefinition name="ThirdFailureActionType" type="string" length="32"
                category="text" description="Third failure action type for configured service to take."/>
        <columnDefinition name="ResetPeriodInDays" type="number" length="4" nullable="yes"
                category="integer" minValue="0" description="Period after which to reset the failure count for the service."/>
        <columnDefinition name="RestartServiceDelayInSeconds" type="number" length="4" nullable="yes"
                category="integer" minValue="0" description="Period after which to restart the service after a given failure."/>
        <columnDefinition name="ProgramCommandLine" type="string" length="255" nullable="yes"
                category="formatted" description="Command line for program to run if failure action is RUN_COMMAND."/>
        <columnDefinition name="RebootMessage" type="string" length="255" nullable="yes"
                category="text" description="Message to show to users when rebooting if failure action is REBOOT."/>
    </tableDefinition>
    <tableDefinition name="Wix4TouchFile" tupleDefinitionName="WixTouchFile" createSymbols="yes">
        <columnDefinition name="Wix4TouchFile" type="string" length="72" primaryKey="yes" modularize="column"
                category="identifier" description="Identifier for the Wix4TouchFile row in the package."/>
        <columnDefinition name="Component_" type="string" length="72" modularize="column"
                keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table used to determine install state"/>
        <columnDefinition name="Path" type="string" length="255" modularize="property"
                category="formatted" description="Formatted column that resolves to the path to touch."/>
        <columnDefinition name="Attributes" type="number" length="2"
                minValue="1" maxValue="63" description="1 == Touch only when the associated component is being installed, 2 == Touch only when the associated component is being repaired , 4 == Touch only when the associated component is being removed, 16 = path is in 64-bit location, 32 = touching the file is vital."/>
    </tableDefinition>
    <tableDefinition name="Wix4User" tupleDefinitionName="User" createSymbols="yes">
        <columnDefinition name="Wix4User" type="string" length="72" primaryKey="yes" modularize="column"
                category="identifier" description="Primary key, non-localized token"/>
        <columnDefinition name="Component_" type="string" length="72" nullable="yes" modularize="column"
                keyTable="Component" keyColumn="1" category="text" description="Foreign key, Component used to determine install state"/>
        <columnDefinition name="Name" type="string" length="255" modularize="property"
                category="formatted" description="User name"/>
        <columnDefinition name="Domain" type="string" length="255" nullable="yes" modularize="property"
                category="formatted" description="User domain"/>
        <columnDefinition name="Password" type="string" length="255" nullable="yes" modularize="property"
                category="formatted" description="User password"/>
        <columnDefinition name="Attributes" type="number" length="4" nullable="yes"
                minValue="0" maxValue="65535" description="Attributes describing how to create the user"/>
    </tableDefinition>
    <tableDefinition name="Wix4UserGroup" tupleDefinitionName="UserGroup">
        <columnDefinition name="Wix4User_" type="string" length="72" primaryKey="yes" modularize="column"
                keyTable="Wix4User" keyColumn="1" category="identifier" description="User to be joined to a Group."/>
        <columnDefinition name="Wix4Group_" type="string" length="72" primaryKey="yes" modularize="column"
                keyTable="Wix4Group" keyColumn="1" category="identifier" description="Group to join User to."/>
    </tableDefinition>
    <tableDefinition name="Wix4XmlFile" tupleDefinitionName="XmlFile">
        <columnDefinition name="Wix4XmlFile" type="string" length="72" primaryKey="yes" modularize="column"
                category="identifier" description="Primary key, non-localized token."/>
        <columnDefinition name="File" type="localized" length="255" modularize="property"
                category="formatted" description="The .XML file in which to write the information"/>
        <columnDefinition name="ElementPath" type="localized" length="0" modularize="property"
                category="formatted" description="The .XML file element to modify."/>
        <columnDefinition name="Name" type="localized" length="255" modularize="property" nullable="yes"
                category="formatted" description="The .XML file node to set/add in the element."/>
        <columnDefinition name="Value" type="localized" length="0" modularize="property" nullable="yes"
                category="formatted" description="The value to be written."/>
        <columnDefinition name="Flags" type="number" length="4"
                minValue="0" maxValue="70143" description="Flags"/>
        <columnDefinition name="Component_" type="string" length="72" modularize="column"
                keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table referencing component that controls the installing of the .XML value."/>
        <columnDefinition name="Sequence" type="number" length="2" nullable="yes"
                description="Order to execute the XML modifications."/>
    </tableDefinition>
    <tableDefinition name="Wix4XmlConfig" tupleDefinitionName="XmlConfig" createSymbols="yes">
        <columnDefinition name="Wix4XmlConfig" type="string" length="72" primaryKey="yes" modularize="column"
                category="identifier" description="Primary key, non-localized token."/>
        <columnDefinition name="File" type="localized" length="255" modularize="property"
                category="formatted" description="The .XML file in which to write the information"/>
        <columnDefinition name="ElementPath" type="localized" length="0" modularize="property"
                category="formatted" description="The XPATH query for an element to modify or add children to.  Can also be a foreign key reference to another Wix4XmlConfig row if no attributes are set and the row referenced is a create element row."/>
        <columnDefinition name="VerifyPath" type="localized" length="0" modularize="property" nullable="yes"
                category="formatted" description="The XPATH query run from ElementPath to verify whether a repair is necessary.  Also used to uninstall."/>
        <columnDefinition name="Name" type="localized" length="255" modularize="property" nullable="yes"
                category="formatted" description="The .XML file node to set/add in the element."/>
        <columnDefinition name="Value" type="localized" length="0" modularize="property" nullable="yes" escapeIdtCharacters="yes"
                category="formatted" description="The value to be written."/>
        <columnDefinition name="Flags" type="number" length="4"
                minValue="0" maxValue="65536" description="Element=1,Value=2,Document=4,Create=16,Delete=32,Install=256,Uninstall=512"/>
        <columnDefinition name="Component_" type="string" length="72" modularize="column"
                keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table referencing component that controls the installing of the .XML value."/>
        <columnDefinition name="Sequence" type="number" length="2" nullable="yes"
                description="Order to execute the XML modifications."/>
    </tableDefinition>
    <tableDefinition name="Wix4FormatFile" tupleDefinitionName="WixFormatFile">
        <columnDefinition name="Binary_" type="string" length="72" primaryKey="yes" modularize="column"
                keyTable="Binary" keyColumn="1" category="identifier" description="Binary data to be formatted."/>
        <columnDefinition name="File_" type="string" length="72" primaryKey="yes" modularize="column"
                keyTable="File" keyColumn="1" category="identifier" description="File whose component controls the custom action and where the formatted data is written."/>
    </tableDefinition>
</tableDefinitions>