diff options
Diffstat (limited to 'src/wixext/tables.xml')
-rw-r--r-- | src/wixext/tables.xml | 86 |
1 files changed, 41 insertions, 45 deletions
diff --git a/src/wixext/tables.xml b/src/wixext/tables.xml index 9f491e56..b8d4246c 100644 --- a/src/wixext/tables.xml +++ b/src/wixext/tables.xml | |||
@@ -3,8 +3,8 @@ | |||
3 | 3 | ||
4 | 4 | ||
5 | <tableDefinitions xmlns="http://wixtoolset.org/schemas/v4/wi/tables"> | 5 | <tableDefinitions xmlns="http://wixtoolset.org/schemas/v4/wi/tables"> |
6 | <tableDefinition name="WixCloseApplication"> | 6 | <tableDefinition name="Wix4CloseApplication" tupleDefinitionName="WixCloseApplication"> |
7 | <columnDefinition name="WixCloseApplication" type="string" length="72" primaryKey="yes" modularize="column" | 7 | <columnDefinition name="Wix4CloseApplication" type="string" length="72" primaryKey="yes" modularize="column" |
8 | category="identifier" description="Primary key, non-localized token in table."/> | 8 | category="identifier" description="Primary key, non-localized token in table."/> |
9 | <columnDefinition name="Target" type="localized" length="0" modularize="property" | 9 | <columnDefinition name="Target" type="localized" length="0" modularize="property" |
10 | category="formatted" description="Name of executable to ensure is closed."/> | 10 | category="formatted" description="Name of executable to ensure is closed."/> |
@@ -23,8 +23,8 @@ | |||
23 | <columnDefinition name="Timeout" type="number" length="4" nullable="yes" | 23 | <columnDefinition name="Timeout" type="number" length="4" nullable="yes" |
24 | minValue="1" maxValue="2147483647" description="Timeout in milliseconds before scheduling restart or terminating application."/> | 24 | minValue="1" maxValue="2147483647" description="Timeout in milliseconds before scheduling restart or terminating application."/> |
25 | </tableDefinition> | 25 | </tableDefinition> |
26 | <tableDefinition name="WixRemoveFolderEx" createSymbols="yes"> | 26 | <tableDefinition name="Wix4RemoveFolderEx" tupleDefinitionName="WixRemoveFolderEx" createSymbols="yes"> |
27 | <columnDefinition name="WixRemoveFolderEx" type="string" length="72" primaryKey="yes" modularize="column" | 27 | <columnDefinition name="Wix4RemoveFolderEx" type="string" length="72" primaryKey="yes" modularize="column" |
28 | category="identifier" description="Identifier for the WixRemoveFolderEx row in the package."/> | 28 | category="identifier" description="Identifier for the WixRemoveFolderEx row in the package."/> |
29 | <columnDefinition name="Component_" type="string" length="72" modularize="column" | 29 | <columnDefinition name="Component_" type="string" length="72" modularize="column" |
30 | keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table used to determine install state"/> | 30 | keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table used to determine install state"/> |
@@ -33,8 +33,8 @@ | |||
33 | <columnDefinition name="InstallMode" type="number" length="2" | 33 | <columnDefinition name="InstallMode" type="number" length="2" |
34 | 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."/> | 34 | 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."/> |
35 | </tableDefinition> | 35 | </tableDefinition> |
36 | <tableDefinition name="WixRestartResource"> | 36 | <tableDefinition name="Wix4RestartResource" tupleDefinitionName="WixRestartResource"> |
37 | <columnDefinition name="WixRestartResource" type="string" length="72" primaryKey="yes" modularize="column" | 37 | <columnDefinition name="Wix4RestartResource" type="string" length="72" primaryKey="yes" modularize="column" |
38 | category="identifier" description="Primary key, non-localized identifier."/> | 38 | category="identifier" description="Primary key, non-localized identifier."/> |
39 | <columnDefinition name="Component_" type="string" length="72" nullable="yes" modularize="column" | 39 | <columnDefinition name="Component_" type="string" length="72" nullable="yes" modularize="column" |
40 | keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table used to determine install state."/> | 40 | keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table used to determine install state."/> |
@@ -43,8 +43,8 @@ | |||
43 | <columnDefinition name="Attributes" type="number" length="4" | 43 | <columnDefinition name="Attributes" type="number" length="4" |
44 | minValue="0" maxValue="2147483647" description="A 32-bit word that specifies the type of resource and flags used for processing."/> | 44 | minValue="0" maxValue="2147483647" description="A 32-bit word that specifies the type of resource and flags used for processing."/> |
45 | </tableDefinition> | 45 | </tableDefinition> |
46 | <tableDefinition name="FileShare" createSymbols="yes"> | 46 | <tableDefinition name="Wix4FileShare" tupleDefinitionName="FileShare" createSymbols="yes"> |
47 | <columnDefinition name="FileShare" type="string" length="72" primaryKey="yes" modularize="column" | 47 | <columnDefinition name="Wix4FileShare" type="string" length="72" primaryKey="yes" modularize="column" |
48 | category="identifier" description="Primary key, non-localized identifier"/> | 48 | category="identifier" description="Primary key, non-localized identifier"/> |
49 | <columnDefinition name="ShareName" type="string" length="255" | 49 | <columnDefinition name="ShareName" type="string" length="255" |
50 | category="formatted" description="The actual share name used"/> | 50 | category="formatted" description="The actual share name used"/> |
@@ -54,21 +54,17 @@ | |||
54 | category="text" description="Description string displayed for the file share"/> | 54 | category="text" description="Description string displayed for the file share"/> |
55 | <columnDefinition name="Directory_" type="string" length="72" modularize="column" | 55 | <columnDefinition name="Directory_" type="string" length="72" modularize="column" |
56 | keyTable="Directory" keyColumn="1" category="identifier" description="Foreign key referencing directory that the share is created on"/> | 56 | keyTable="Directory" keyColumn="1" category="identifier" description="Foreign key referencing directory that the share is created on"/> |
57 | <columnDefinition name="User_" type="string" length="72" modularize="column" nullable="yes" | ||
58 | keyTable="User" keyColumn="1" category="identifier" description="Foreign key, User to give access permissions to"/> | ||
59 | <columnDefinition name="Permissions" type="number" length="4" nullable="yes" | ||
60 | description="Permissions int, as in EXPLICIT_ACCESS.grfAccessPermissions in MSDN"/> | ||
61 | </tableDefinition> | 57 | </tableDefinition> |
62 | <tableDefinition name="FileSharePermissions"> | 58 | <tableDefinition name="Wix4FileSharePermissions" tupleDefinitionName="FileSharePermissions"> |
63 | <columnDefinition name="FileShare_" type="string" length="72" primaryKey="yes" modularize="column" | 59 | <columnDefinition name="Wix4FileShare_" type="string" length="72" primaryKey="yes" modularize="column" |
64 | keyTable="FileShare" keyColumn="1" category="identifier" description="FileShare that these premissions are to be applied to."/> | 60 | keyTable="FileShare" keyColumn="1" category="identifier" description="FileShare that these premissions are to be applied to."/> |
65 | <columnDefinition name="User_" type="string" length="72" primaryKey="yes" modularize="column" | 61 | <columnDefinition name="Wix4User_" type="string" length="72" primaryKey="yes" modularize="column" |
66 | category="identifier" description="User that these premissions are to apply to."/> | 62 | keyTable="Wix4User" category="identifier" description="User that these premissions are to apply to."/> |
67 | <columnDefinition name="Permissions" type="number" length="4" | 63 | <columnDefinition name="Permissions" type="number" length="4" |
68 | description="Permissions int, as in EXPLICIT_ACCESS.grfAccessPermissions in MSDN"/> | 64 | description="Permissions int, as in EXPLICIT_ACCESS.grfAccessPermissions in MSDN"/> |
69 | </tableDefinition> | 65 | </tableDefinition> |
70 | <tableDefinition name="Group" createSymbols="yes"> | 66 | <tableDefinition name="Wix4Group" tupleDefinitionName="Group" createSymbols="yes"> |
71 | <columnDefinition name="Group" type="string" length="72" primaryKey="yes" modularize="column" | 67 | <columnDefinition name="Wix4Group" type="string" length="72" primaryKey="yes" modularize="column" |
72 | category="identifier" description="Primary key, non-localized token"/> | 68 | category="identifier" description="Primary key, non-localized token"/> |
73 | <columnDefinition name="Component_" type="string" length="72" nullable="yes" modularize="column" | 69 | <columnDefinition name="Component_" type="string" length="72" nullable="yes" modularize="column" |
74 | keyTable="Component" keyColumn="1" category="text" description="Foreign key, Component used to determine install state"/> | 70 | keyTable="Component" keyColumn="1" category="text" description="Foreign key, Component used to determine install state"/> |
@@ -77,8 +73,8 @@ | |||
77 | <columnDefinition name="Domain" type="string" length="255" nullable="yes" modularize="property" | 73 | <columnDefinition name="Domain" type="string" length="255" nullable="yes" modularize="property" |
78 | category="formatted" description="Group domain"/> | 74 | category="formatted" description="Group domain"/> |
79 | </tableDefinition> | 75 | </tableDefinition> |
80 | <tableDefinition name="WixInternetShortcut" createSymbols="yes"> | 76 | <tableDefinition name="Wix4InternetShortcut" tupleDefinitionName="WixInternetShortcut" createSymbols="yes"> |
81 | <columnDefinition name="WixInternetShortcut" type="string" length="72" primaryKey="yes" modularize="column" | 77 | <columnDefinition name="Wix4InternetShortcut" type="string" length="72" primaryKey="yes" modularize="column" |
82 | category="identifier" description="Primary key, non-localized token in table."/> | 78 | category="identifier" description="Primary key, non-localized token in table."/> |
83 | <columnDefinition name="Component_" type="string" length="72" modularize="column" | 79 | <columnDefinition name="Component_" type="string" length="72" modularize="column" |
84 | keyTable="Component" keyColumn="1" category="text" description="Foreign key, Component used to determine install state"/> | 80 | keyTable="Component" keyColumn="1" category="text" description="Foreign key, Component used to determine install state"/> |
@@ -95,8 +91,8 @@ | |||
95 | <columnDefinition name="IconIndex" type="number" length="4" | 91 | <columnDefinition name="IconIndex" type="number" length="4" |
96 | nullable="yes" description="Index of the icon being referenced."/> | 92 | nullable="yes" description="Index of the icon being referenced."/> |
97 | </tableDefinition> | 93 | </tableDefinition> |
98 | <tableDefinition name="PerformanceCategory"> | 94 | <tableDefinition name="Wix4PerformanceCategory" tupleDefinitionName="PerformanceCategory"> |
99 | <columnDefinition name="PerformanceCategory" type="string" length="72" primaryKey="yes" modularize="column" | 95 | <columnDefinition name="Wix4PerformanceCategory" type="string" length="72" primaryKey="yes" modularize="column" |
100 | category="identifier" description="Primary key, non-localized token in table."/> | 96 | category="identifier" description="Primary key, non-localized token in table."/> |
101 | <columnDefinition name="Component_" type="string" length="72" modularize="column" | 97 | <columnDefinition name="Component_" type="string" length="72" modularize="column" |
102 | keyTable="Component" keyColumn="1" category="identifier" description="Component used to determine install state"/> | 98 | keyTable="Component" keyColumn="1" category="identifier" description="Component used to determine install state"/> |
@@ -107,7 +103,7 @@ | |||
107 | <columnDefinition name="ConstantData" type="localized" length="0" escapeIdtCharacters="yes" | 103 | <columnDefinition name="ConstantData" type="localized" length="0" escapeIdtCharacters="yes" |
108 | category="text" description="Data that goes into the performance counter .h file."/> | 104 | category="text" description="Data that goes into the performance counter .h file."/> |
109 | </tableDefinition> | 105 | </tableDefinition> |
110 | <tableDefinition name="Perfmon"> | 106 | <tableDefinition name="Wix4Perfmon" tupleDefinitionName="Perfmon"> |
111 | <columnDefinition name="Component_" type="string" length="72" primaryKey="yes" modularize="column" | 107 | <columnDefinition name="Component_" type="string" length="72" primaryKey="yes" modularize="column" |
112 | keyTable="Component" keyColumn="1" category="identifier" description="Component used to determine install state"/> | 108 | keyTable="Component" keyColumn="1" category="identifier" description="Component used to determine install state"/> |
113 | <columnDefinition name="File" type="string" length="72" primaryKey="yes" modularize="property" | 109 | <columnDefinition name="File" type="string" length="72" primaryKey="yes" modularize="property" |
@@ -115,7 +111,7 @@ | |||
115 | <columnDefinition name="Name" type="string" length="72" primaryKey="yes" | 111 | <columnDefinition name="Name" type="string" length="72" primaryKey="yes" |
116 | category="text" description="Service name in registry"/> | 112 | category="text" description="Service name in registry"/> |
117 | </tableDefinition> | 113 | </tableDefinition> |
118 | <tableDefinition name="PerfmonManifest"> | 114 | <tableDefinition name="Wix4PerfmonManifest" tupleDefinitionName="PerfmonManifest"> |
119 | <columnDefinition name="Component_" type="string" length="72" primaryKey="yes" modularize="column" | 115 | <columnDefinition name="Component_" type="string" length="72" primaryKey="yes" modularize="column" |
120 | keyTable="Component" keyColumn="1" category="identifier" description="Component used to determine install state"/> | 116 | keyTable="Component" keyColumn="1" category="identifier" description="Component used to determine install state"/> |
121 | <columnDefinition name="File" type="string" length="72" primaryKey="yes" modularize="property" | 117 | <columnDefinition name="File" type="string" length="72" primaryKey="yes" modularize="property" |
@@ -123,27 +119,27 @@ | |||
123 | <columnDefinition name="ResourceFileDirectory" type="string" length="255" primaryKey="yes" | 119 | <columnDefinition name="ResourceFileDirectory" type="string" length="255" primaryKey="yes" |
124 | category="formatted" description="The path of the Resource File Directory"/> | 120 | category="formatted" description="The path of the Resource File Directory"/> |
125 | </tableDefinition> | 121 | </tableDefinition> |
126 | <tableDefinition name="EventManifest"> | 122 | <tableDefinition name="Wix4EventManifest" tupleDefinitionName="EventManifest"> |
127 | <columnDefinition name="Component_" type="string" length="72" primaryKey="yes" modularize="column" | 123 | <columnDefinition name="Component_" type="string" length="72" primaryKey="yes" modularize="column" |
128 | keyTable="Component" keyColumn="1" category="identifier" description="Component used to determine install state"/> | 124 | keyTable="Component" keyColumn="1" category="identifier" description="Component used to determine install state"/> |
129 | <columnDefinition name="File" type="string" length="72" primaryKey="yes" modularize="property" | 125 | <columnDefinition name="File" type="string" length="72" primaryKey="yes" modularize="property" |
130 | category="formatted" description="Name of event manifest file"/> | 126 | category="formatted" description="Name of event manifest file"/> |
131 | </tableDefinition> | 127 | </tableDefinition> |
132 | <tableDefinition name="SecureObjects"> | 128 | <tableDefinition name="Wix4SecureObject" tupleDefinitionName="SecureObjects"> |
133 | <columnDefinition name="SecureObject" type="string" length="72" primaryKey="yes" modularize="column" | 129 | <columnDefinition name="Wix4SecureObject" type="string" length="72" primaryKey="yes" modularize="column" |
134 | category="identifier" description="Primary key, non-localized token in Table"/> | 130 | category="identifier" description="Primary key, non-localized token in Table"/> |
135 | <columnDefinition name="Table" type="string" length="32" primaryKey="yes" | 131 | <columnDefinition name="Table" type="string" length="32" primaryKey="yes" |
136 | category="text" description="Table SecureObject should be securing"/> | 132 | category="text" description="Table SecureObject should be securing"/> |
137 | <columnDefinition name="Domain" type="string" length="255" primaryKey="yes" nullable="yes" modularize="property" | 133 | <columnDefinition name="Domain" type="string" length="255" primaryKey="yes" nullable="yes" modularize="property" |
138 | category="text" description="Domain half of user account to secure"/> | 134 | category="text" description="Domain half of user account to secure"/> |
139 | <columnDefinition name="User" type="string" length="255" primaryKey="yes" modularize="property" | 135 | <columnDefinition name="User" type="string" length="255" primaryKey="yes" modularize="property" |
140 | category="text" description="Username half of user account to secure"/> | 136 | category="text" description="User name half of user account to secure"/> |
141 | <columnDefinition name="Permission" type="number" length="4" nullable="yes" | 137 | <columnDefinition name="Permission" type="number" length="4" nullable="yes" |
142 | minValue="-2147483647" maxValue="2147483647" description="Permissions to grant to User"/> | 138 | minValue="-2147483647" maxValue="2147483647" description="Permissions to grant to User"/> |
143 | <columnDefinition name="Component_" type="string" length="72" modularize="column" | 139 | <columnDefinition name="Component_" type="string" length="72" modularize="column" |
144 | keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table used to determine install state"/> | 140 | keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table used to determine install state"/> |
145 | </tableDefinition> | 141 | </tableDefinition> |
146 | <tableDefinition name="ServiceConfig"> | 142 | <tableDefinition name="Wix4ServiceConfig" tupleDefinitionName="ServiceConfig"> |
147 | <columnDefinition name="ServiceName" type="string" length="72" primaryKey="yes" | 143 | <columnDefinition name="ServiceName" type="string" length="72" primaryKey="yes" |
148 | category="formatted" description="Primary key, non-localized token"/> | 144 | category="formatted" description="Primary key, non-localized token"/> |
149 | <columnDefinition name="Component_" type="string" length="72" modularize="column" | 145 | <columnDefinition name="Component_" type="string" length="72" modularize="column" |
@@ -165,9 +161,9 @@ | |||
165 | <columnDefinition name="RebootMessage" type="string" length="255" nullable="yes" | 161 | <columnDefinition name="RebootMessage" type="string" length="255" nullable="yes" |
166 | category="text" description="Message to show to users when rebooting if failure action is REBOOT."/> | 162 | category="text" description="Message to show to users when rebooting if failure action is REBOOT."/> |
167 | </tableDefinition> | 163 | </tableDefinition> |
168 | <tableDefinition name="WixTouchFile" createSymbols="yes"> | 164 | <tableDefinition name="Wix4TouchFile" tupleDefinitionName="WixTouchFile" createSymbols="yes"> |
169 | <columnDefinition name="WixTouchFile" type="string" length="72" primaryKey="yes" modularize="column" | 165 | <columnDefinition name="Wix4TouchFile" type="string" length="72" primaryKey="yes" modularize="column" |
170 | category="identifier" description="Identifier for the WixTouchFile row in the package."/> | 166 | category="identifier" description="Identifier for the Wix4TouchFile row in the package."/> |
171 | <columnDefinition name="Component_" type="string" length="72" modularize="column" | 167 | <columnDefinition name="Component_" type="string" length="72" modularize="column" |
172 | keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table used to determine install state"/> | 168 | keyTable="Component" keyColumn="1" category="identifier" description="Foreign key into the Component table used to determine install state"/> |
173 | <columnDefinition name="Path" type="string" length="255" modularize="property" | 169 | <columnDefinition name="Path" type="string" length="255" modularize="property" |
@@ -175,8 +171,8 @@ | |||
175 | <columnDefinition name="Attributes" type="number" length="2" | 171 | <columnDefinition name="Attributes" type="number" length="2" |
176 | 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."/> | 172 | 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."/> |
177 | </tableDefinition> | 173 | </tableDefinition> |
178 | <tableDefinition name="User" createSymbols="yes"> | 174 | <tableDefinition name="Wix4User" tupleDefinitionName="User" createSymbols="yes"> |
179 | <columnDefinition name="User" type="string" length="72" primaryKey="yes" modularize="column" | 175 | <columnDefinition name="Wix4User" type="string" length="72" primaryKey="yes" modularize="column" |
180 | category="identifier" description="Primary key, non-localized token"/> | 176 | category="identifier" description="Primary key, non-localized token"/> |
181 | <columnDefinition name="Component_" type="string" length="72" nullable="yes" modularize="column" | 177 | <columnDefinition name="Component_" type="string" length="72" nullable="yes" modularize="column" |
182 | keyTable="Component" keyColumn="1" category="text" description="Foreign key, Component used to determine install state"/> | 178 | keyTable="Component" keyColumn="1" category="text" description="Foreign key, Component used to determine install state"/> |
@@ -189,14 +185,14 @@ | |||
189 | <columnDefinition name="Attributes" type="number" length="4" nullable="yes" | 185 | <columnDefinition name="Attributes" type="number" length="4" nullable="yes" |
190 | minValue="0" maxValue="65535" description="Attributes describing how to create the user"/> | 186 | minValue="0" maxValue="65535" description="Attributes describing how to create the user"/> |
191 | </tableDefinition> | 187 | </tableDefinition> |
192 | <tableDefinition name="UserGroup"> | 188 | <tableDefinition name="Wix4UserGroup" tupleDefinitionName="UserGroup"> |
193 | <columnDefinition name="User_" type="string" length="72" primaryKey="yes" modularize="column" | 189 | <columnDefinition name="Wix4User_" type="string" length="72" primaryKey="yes" modularize="column" |
194 | keyTable="User" keyColumn="1" category="identifier" description="User to be joined to a Group."/> | 190 | keyTable="Wix4User" keyColumn="1" category="identifier" description="User to be joined to a Group."/> |
195 | <columnDefinition name="Group_" type="string" length="72" primaryKey="yes" modularize="column" | 191 | <columnDefinition name="Wix4Group_" type="string" length="72" primaryKey="yes" modularize="column" |
196 | keyTable="Group" keyColumn="1" category="identifier" description="User to be joined to a Group."/> | 192 | keyTable="Wix4Group" keyColumn="1" category="identifier" description="Group to join User to."/> |
197 | </tableDefinition> | 193 | </tableDefinition> |
198 | <tableDefinition name="XmlFile"> | 194 | <tableDefinition name="Wix4XmlFile" tupleDefinitionName="XmlFile"> |
199 | <columnDefinition name="XmlFile" type="string" length="72" primaryKey="yes" modularize="column" | 195 | <columnDefinition name="Wix4XmlFile" type="string" length="72" primaryKey="yes" modularize="column" |
200 | category="identifier" description="Primary key, non-localized token."/> | 196 | category="identifier" description="Primary key, non-localized token."/> |
201 | <columnDefinition name="File" type="localized" length="255" modularize="property" | 197 | <columnDefinition name="File" type="localized" length="255" modularize="property" |
202 | category="formatted" description="The .XML file in which to write the information"/> | 198 | category="formatted" description="The .XML file in which to write the information"/> |
@@ -213,13 +209,13 @@ | |||
213 | <columnDefinition name="Sequence" type="number" length="2" nullable="yes" | 209 | <columnDefinition name="Sequence" type="number" length="2" nullable="yes" |
214 | description="Order to execute the XML modifications."/> | 210 | description="Order to execute the XML modifications."/> |
215 | </tableDefinition> | 211 | </tableDefinition> |
216 | <tableDefinition name="XmlConfig" createSymbols="yes"> | 212 | <tableDefinition name="Wix4XmlConfig" tupleDefinitionName="XmlConfig" createSymbols="yes"> |
217 | <columnDefinition name="XmlConfig" type="string" length="72" primaryKey="yes" modularize="column" | 213 | <columnDefinition name="Wix4XmlConfig" type="string" length="72" primaryKey="yes" modularize="column" |
218 | category="identifier" description="Primary key, non-localized token."/> | 214 | category="identifier" description="Primary key, non-localized token."/> |
219 | <columnDefinition name="File" type="localized" length="255" modularize="property" | 215 | <columnDefinition name="File" type="localized" length="255" modularize="property" |
220 | category="formatted" description="The .XML file in which to write the information"/> | 216 | category="formatted" description="The .XML file in which to write the information"/> |
221 | <columnDefinition name="ElementPath" type="localized" length="0" modularize="property" | 217 | <columnDefinition name="ElementPath" type="localized" length="0" modularize="property" |
222 | category="formatted" description="The XPATH query for an element to modify or add children to. Can also be a foreign key reference to another XmlConfig row if no attributes are set and the row referenced is a create element row."/> | 218 | 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."/> |
223 | <columnDefinition name="VerifyPath" type="localized" length="0" modularize="property" nullable="yes" | 219 | <columnDefinition name="VerifyPath" type="localized" length="0" modularize="property" nullable="yes" |
224 | category="formatted" description="The XPATH query run from ElementPath to verify whether a repair is necessary. Also used to uninstall."/> | 220 | category="formatted" description="The XPATH query run from ElementPath to verify whether a repair is necessary. Also used to uninstall."/> |
225 | <columnDefinition name="Name" type="localized" length="255" modularize="property" nullable="yes" | 221 | <columnDefinition name="Name" type="localized" length="255" modularize="property" nullable="yes" |
@@ -233,7 +229,7 @@ | |||
233 | <columnDefinition name="Sequence" type="number" length="2" nullable="yes" | 229 | <columnDefinition name="Sequence" type="number" length="2" nullable="yes" |
234 | description="Order to execute the XML modifications."/> | 230 | description="Order to execute the XML modifications."/> |
235 | </tableDefinition> | 231 | </tableDefinition> |
236 | <tableDefinition name="WixFormatFiles"> | 232 | <tableDefinition name="Wix4FormatFile" tupleDefinitionName="WixFormatFile"> |
237 | <columnDefinition name="Binary_" type="string" length="72" primaryKey="yes" modularize="column" | 233 | <columnDefinition name="Binary_" type="string" length="72" primaryKey="yes" modularize="column" |
238 | keyTable="Binary" keyColumn="1" category="identifier" description="Binary data to be formatted."/> | 234 | keyTable="Binary" keyColumn="1" category="identifier" description="Binary data to be formatted."/> |
239 | <columnDefinition name="File_" type="string" length="72" primaryKey="yes" modularize="column" | 235 | <columnDefinition name="File_" type="string" length="72" primaryKey="yes" modularize="column" |