]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Python/Python-2.7.2/Tools/msi/schema.py
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Tools / msi / schema.py
1 from msilib import Table
2
3 _Validation = Table('_Validation')
4 _Validation.add_field(1,'Table',11552)
5 _Validation.add_field(2,'Column',11552)
6 _Validation.add_field(3,'Nullable',3332)
7 _Validation.add_field(4,'MinValue',4356)
8 _Validation.add_field(5,'MaxValue',4356)
9 _Validation.add_field(6,'KeyTable',7679)
10 _Validation.add_field(7,'KeyColumn',5378)
11 _Validation.add_field(8,'Category',7456)
12 _Validation.add_field(9,'Set',7679)
13 _Validation.add_field(10,'Description',7679)
14
15 ActionText = Table('ActionText')
16 ActionText.add_field(1,'Action',11592)
17 ActionText.add_field(2,'Description',7936)
18 ActionText.add_field(3,'Template',7936)
19
20 AdminExecuteSequence = Table('AdminExecuteSequence')
21 AdminExecuteSequence.add_field(1,'Action',0x2DFF)
22 AdminExecuteSequence.add_field(2,'Condition',7679)
23 AdminExecuteSequence.add_field(3,'Sequence',5378)
24
25 Condition = Table('Condition')
26 Condition.add_field(1,'Feature_',11558)
27 Condition.add_field(2,'Level',9474)
28 Condition.add_field(3,'Condition',7679)
29
30 AdminUISequence = Table('AdminUISequence')
31 AdminUISequence.add_field(1,'Action',0x2DFF)
32 AdminUISequence.add_field(2,'Condition',7679)
33 AdminUISequence.add_field(3,'Sequence',5378)
34
35 AdvtExecuteSequence = Table('AdvtExecuteSequence')
36 AdvtExecuteSequence.add_field(1,'Action',0x2DFF)
37 AdvtExecuteSequence.add_field(2,'Condition',7679)
38 AdvtExecuteSequence.add_field(3,'Sequence',5378)
39
40 AdvtUISequence = Table('AdvtUISequence')
41 AdvtUISequence.add_field(1,'Action',11592)
42 AdvtUISequence.add_field(2,'Condition',7679)
43 AdvtUISequence.add_field(3,'Sequence',5378)
44
45 AppId = Table('AppId')
46 AppId.add_field(1,'AppId',11558)
47 AppId.add_field(2,'RemoteServerName',7679)
48 AppId.add_field(3,'LocalService',7679)
49 AppId.add_field(4,'ServiceParameters',7679)
50 AppId.add_field(5,'DllSurrogate',7679)
51 AppId.add_field(6,'ActivateAtStorage',5378)
52 AppId.add_field(7,'RunAsInteractiveUser',5378)
53
54 AppSearch = Table('AppSearch')
55 AppSearch.add_field(1,'Property',11592)
56 AppSearch.add_field(2,'Signature_',11592)
57
58 Property = Table('Property')
59 Property.add_field(1,'Property',11592)
60 Property.add_field(2,'Value',3840)
61
62 BBControl = Table('BBControl')
63 BBControl.add_field(1,'Billboard_',11570)
64 BBControl.add_field(2,'BBControl',11570)
65 BBControl.add_field(3,'Type',3378)
66 BBControl.add_field(4,'X',1282)
67 BBControl.add_field(5,'Y',1282)
68 BBControl.add_field(6,'Width',1282)
69 BBControl.add_field(7,'Height',1282)
70 BBControl.add_field(8,'Attributes',4356)
71 BBControl.add_field(9,'Text',7986)
72
73 Billboard = Table('Billboard')
74 Billboard.add_field(1,'Billboard',11570)
75 Billboard.add_field(2,'Feature_',3366)
76 Billboard.add_field(3,'Action',7474)
77 Billboard.add_field(4,'Ordering',5378)
78
79 Feature = Table('Feature')
80 Feature.add_field(1,'Feature',11558)
81 Feature.add_field(2,'Feature_Parent',7462)
82 Feature.add_field(3,'Title',8000)
83 Feature.add_field(4,'Description',8191)
84 Feature.add_field(5,'Display',5378)
85 Feature.add_field(6,'Level',1282)
86 Feature.add_field(7,'Directory_',0x1DFF)
87 Feature.add_field(8,'Attributes',1282)
88
89 Binary = Table('Binary')
90 Binary.add_field(1,'Name',11592)
91 Binary.add_field(2,'Data',2304)
92
93 BindImage = Table('BindImage')
94 BindImage.add_field(1,'File_',0x2DFF)
95 BindImage.add_field(2,'Path',7679)
96
97 File = Table('File')
98 File.add_field(1,'File',0x2DFF)
99 File.add_field(2,'Component_',0xDFF)
100 File.add_field(3,'FileName',4095)
101 File.add_field(4,'FileSize',260)
102 File.add_field(5,'Version',0x1DFF)
103 File.add_field(6,'Language',7444)
104 File.add_field(7,'Attributes',5378)
105 File.add_field(8,'Sequence',1282)
106
107 CCPSearch = Table('CCPSearch')
108 CCPSearch.add_field(1,'Signature_',11592)
109
110 CheckBox = Table('CheckBox')
111 CheckBox.add_field(1,'Property',11592)
112 CheckBox.add_field(2,'Value',7488)
113
114 Class = Table('Class')
115 Class.add_field(1,'CLSID',11558)
116 Class.add_field(2,'Context',11552)
117 Class.add_field(3,'Component_',0x2DFF)
118 Class.add_field(4,'ProgId_Default',7679)
119 Class.add_field(5,'Description',8191)
120 Class.add_field(6,'AppId_',7462)
121 Class.add_field(7,'FileTypeMask',7679)
122 Class.add_field(8,'Icon_',7496)
123 Class.add_field(9,'IconIndex',5378)
124 Class.add_field(10,'DefInprocHandler',7456)
125 Class.add_field(11,'Argument',7679)
126 Class.add_field(12,'Feature_',3366)
127 Class.add_field(13,'Attributes',5378)
128
129 Component = Table('Component')
130 Component.add_field(1,'Component',0x2DFF)
131 Component.add_field(2,'ComponentId',7462)
132 Component.add_field(3,'Directory_',0xDFF)
133 Component.add_field(4,'Attributes',1282)
134 Component.add_field(5,'Condition',7679)
135 Component.add_field(6,'KeyPath',0x1DFF)
136
137 Icon = Table('Icon')
138 Icon.add_field(1,'Name',11592)
139 Icon.add_field(2,'Data',2304)
140
141 ProgId = Table('ProgId')
142 ProgId.add_field(1,'ProgId',11775)
143 ProgId.add_field(2,'ProgId_Parent',7679)
144 ProgId.add_field(3,'Class_',7462)
145 ProgId.add_field(4,'Description',8191)
146 ProgId.add_field(5,'Icon_',7496)
147 ProgId.add_field(6,'IconIndex',5378)
148
149 ComboBox = Table('ComboBox')
150 ComboBox.add_field(1,'Property',11592)
151 ComboBox.add_field(2,'Order',9474)
152 ComboBox.add_field(3,'Value',3392)
153 ComboBox.add_field(4,'Text',8000)
154
155 CompLocator = Table('CompLocator')
156 CompLocator.add_field(1,'Signature_',11592)
157 CompLocator.add_field(2,'ComponentId',3366)
158 CompLocator.add_field(3,'Type',5378)
159
160 Complus = Table('Complus')
161 Complus.add_field(1,'Component_',0x2DFF)
162 Complus.add_field(2,'ExpType',13570)
163
164 Directory = Table('Directory')
165 Directory.add_field(1,'Directory',0x2DFF)
166 Directory.add_field(2,'Directory_Parent',0x1DFF)
167 Directory.add_field(3,'DefaultDir',4095)
168
169 Control = Table('Control')
170 Control.add_field(1,'Dialog_',11592)
171 Control.add_field(2,'Control',11570)
172 Control.add_field(3,'Type',3348)
173 Control.add_field(4,'X',1282)
174 Control.add_field(5,'Y',1282)
175 Control.add_field(6,'Width',1282)
176 Control.add_field(7,'Height',1282)
177 Control.add_field(8,'Attributes',4356)
178 Control.add_field(9,'Property',7474)
179 Control.add_field(10,'Text',7936)
180 Control.add_field(11,'Control_Next',7474)
181 Control.add_field(12,'Help',7986)
182
183 Dialog = Table('Dialog')
184 Dialog.add_field(1,'Dialog',11592)
185 Dialog.add_field(2,'HCentering',1282)
186 Dialog.add_field(3,'VCentering',1282)
187 Dialog.add_field(4,'Width',1282)
188 Dialog.add_field(5,'Height',1282)
189 Dialog.add_field(6,'Attributes',4356)
190 Dialog.add_field(7,'Title',8064)
191 Dialog.add_field(8,'Control_First',3378)
192 Dialog.add_field(9,'Control_Default',7474)
193 Dialog.add_field(10,'Control_Cancel',7474)
194
195 ControlCondition = Table('ControlCondition')
196 ControlCondition.add_field(1,'Dialog_',11592)
197 ControlCondition.add_field(2,'Control_',11570)
198 ControlCondition.add_field(3,'Action',11570)
199 ControlCondition.add_field(4,'Condition',11775)
200
201 ControlEvent = Table('ControlEvent')
202 ControlEvent.add_field(1,'Dialog_',11592)
203 ControlEvent.add_field(2,'Control_',11570)
204 ControlEvent.add_field(3,'Event',11570)
205 ControlEvent.add_field(4,'Argument',11775)
206 ControlEvent.add_field(5,'Condition',15871)
207 ControlEvent.add_field(6,'Ordering',5378)
208
209 CreateFolder = Table('CreateFolder')
210 CreateFolder.add_field(1,'Directory_',0x2DFF)
211 CreateFolder.add_field(2,'Component_',0x2DFF)
212
213 CustomAction = Table('CustomAction')
214 CustomAction.add_field(1,'Action',0x2DFF)
215 CustomAction.add_field(2,'Type',1282)
216 CustomAction.add_field(3,'Source',0x1DFF)
217 CustomAction.add_field(4,'Target',7679)
218
219 DrLocator = Table('DrLocator')
220 DrLocator.add_field(1,'Signature_',11592)
221 DrLocator.add_field(2,'Parent',15688)
222 DrLocator.add_field(3,'Path',15871)
223 DrLocator.add_field(4,'Depth',5378)
224
225 DuplicateFile = Table('DuplicateFile')
226 DuplicateFile.add_field(1,'FileKey',11592)
227 DuplicateFile.add_field(2,'Component_',0xDFF)
228 DuplicateFile.add_field(3,'File_',0xDFF)
229 DuplicateFile.add_field(4,'DestName',8191)
230 DuplicateFile.add_field(5,'DestFolder',7496)
231
232 Environment = Table('Environment')
233 Environment.add_field(1,'Environment',11592)
234 Environment.add_field(2,'Name',4095)
235 Environment.add_field(3,'Value',8191)
236 Environment.add_field(4,'Component_',0xDFF)
237
238 Error = Table('Error')
239 Error.add_field(1,'Error',9474)
240 Error.add_field(2,'Message',7936)
241
242 EventMapping = Table('EventMapping')
243 EventMapping.add_field(1,'Dialog_',11592)
244 EventMapping.add_field(2,'Control_',11570)
245 EventMapping.add_field(3,'Event',11570)
246 EventMapping.add_field(4,'Attribute',3378)
247
248 Extension = Table('Extension')
249 Extension.add_field(1,'Extension',11775)
250 Extension.add_field(2,'Component_',0x2DFF)
251 Extension.add_field(3,'ProgId_',7679)
252 Extension.add_field(4,'MIME_',7488)
253 Extension.add_field(5,'Feature_',3366)
254
255 MIME = Table('MIME')
256 MIME.add_field(1,'ContentType',11584)
257 MIME.add_field(2,'Extension_',3583)
258 MIME.add_field(3,'CLSID',7462)
259
260 FeatureComponents = Table('FeatureComponents')
261 FeatureComponents.add_field(1,'Feature_',11558)
262 FeatureComponents.add_field(2,'Component_',0x2DFF)
263
264 FileSFPCatalog = Table('FileSFPCatalog')
265 FileSFPCatalog.add_field(1,'File_',0x2DFF)
266 FileSFPCatalog.add_field(2,'SFPCatalog_',11775)
267
268 SFPCatalog = Table('SFPCatalog')
269 SFPCatalog.add_field(1,'SFPCatalog',11775)
270 SFPCatalog.add_field(2,'Catalog',2304)
271 SFPCatalog.add_field(3,'Dependency',7424)
272
273 Font = Table('Font')
274 Font.add_field(1,'File_',0x2DFF)
275 Font.add_field(2,'FontTitle',7552)
276
277 IniFile = Table('IniFile')
278 IniFile.add_field(1,'IniFile',11592)
279 IniFile.add_field(2,'FileName',4095)
280 IniFile.add_field(3,'DirProperty',7496)
281 IniFile.add_field(4,'Section',3936)
282 IniFile.add_field(5,'Key',3968)
283 IniFile.add_field(6,'Value',4095)
284 IniFile.add_field(7,'Action',1282)
285 IniFile.add_field(8,'Component_',0xDFF)
286
287 IniLocator = Table('IniLocator')
288 IniLocator.add_field(1,'Signature_',11592)
289 IniLocator.add_field(2,'FileName',3583)
290 IniLocator.add_field(3,'Section',3424)
291 IniLocator.add_field(4,'Key',3456)
292 IniLocator.add_field(5,'Field',5378)
293 IniLocator.add_field(6,'Type',5378)
294
295 InstallExecuteSequence = Table('InstallExecuteSequence')
296 InstallExecuteSequence.add_field(1,'Action',0x2DFF)
297 InstallExecuteSequence.add_field(2,'Condition',7679)
298 InstallExecuteSequence.add_field(3,'Sequence',5378)
299
300 InstallUISequence = Table('InstallUISequence')
301 InstallUISequence.add_field(1,'Action',0x2DFF)
302 InstallUISequence.add_field(2,'Condition',7679)
303 InstallUISequence.add_field(3,'Sequence',5378)
304
305 IsolatedComponent = Table('IsolatedComponent')
306 IsolatedComponent.add_field(1,'Component_Shared',0x2DFF)
307 IsolatedComponent.add_field(2,'Component_Application',0x2DFF)
308
309 LaunchCondition = Table('LaunchCondition')
310 LaunchCondition.add_field(1,'Condition',11775)
311 LaunchCondition.add_field(2,'Description',4095)
312
313 ListBox = Table('ListBox')
314 ListBox.add_field(1,'Property',11592)
315 ListBox.add_field(2,'Order',9474)
316 ListBox.add_field(3,'Value',3392)
317 ListBox.add_field(4,'Text',8000)
318
319 ListView = Table('ListView')
320 ListView.add_field(1,'Property',11592)
321 ListView.add_field(2,'Order',9474)
322 ListView.add_field(3,'Value',3392)
323 ListView.add_field(4,'Text',8000)
324 ListView.add_field(5,'Binary_',7496)
325
326 LockPermissions = Table('LockPermissions')
327 LockPermissions.add_field(1,'LockObject',11592)
328 LockPermissions.add_field(2,'Table',11552)
329 LockPermissions.add_field(3,'Domain',15871)
330 LockPermissions.add_field(4,'User',11775)
331 LockPermissions.add_field(5,'Permission',4356)
332
333 Media = Table('Media')
334 Media.add_field(1,'DiskId',9474)
335 Media.add_field(2,'LastSequence',1282)
336 Media.add_field(3,'DiskPrompt',8000)
337 Media.add_field(4,'Cabinet',7679)
338 Media.add_field(5,'VolumeLabel',7456)
339 Media.add_field(6,'Source',7496)
340
341 MoveFile = Table('MoveFile')
342 MoveFile.add_field(1,'FileKey',11592)
343 MoveFile.add_field(2,'Component_',0xDFF)
344 MoveFile.add_field(3,'SourceName',8191)
345 MoveFile.add_field(4,'DestName',8191)
346 MoveFile.add_field(5,'SourceFolder',7496)
347 MoveFile.add_field(6,'DestFolder',3400)
348 MoveFile.add_field(7,'Options',1282)
349
350 MsiAssembly = Table('MsiAssembly')
351 MsiAssembly.add_field(1,'Component_',0x2DFF)
352 MsiAssembly.add_field(2,'Feature_',3366)
353 MsiAssembly.add_field(3,'File_Manifest',0x1DFF)
354 MsiAssembly.add_field(4,'File_Application',0x1DFF)
355 MsiAssembly.add_field(5,'Attributes',5378)
356
357 MsiAssemblyName = Table('MsiAssemblyName')
358 MsiAssemblyName.add_field(1,'Component_',0x2DFF)
359 MsiAssemblyName.add_field(2,'Name',11775)
360 MsiAssemblyName.add_field(3,'Value',3583)
361
362 MsiDigitalCertificate = Table('MsiDigitalCertificate')
363 MsiDigitalCertificate.add_field(1,'DigitalCertificate',11592)
364 MsiDigitalCertificate.add_field(2,'CertData',2304)
365
366 MsiDigitalSignature = Table('MsiDigitalSignature')
367 MsiDigitalSignature.add_field(1,'Table',11552)
368 MsiDigitalSignature.add_field(2,'SignObject',11592)
369 MsiDigitalSignature.add_field(3,'DigitalCertificate_',3400)
370 MsiDigitalSignature.add_field(4,'Hash',6400)
371
372 MsiFileHash = Table('MsiFileHash')
373 MsiFileHash.add_field(1,'File_',0x2DFF)
374 MsiFileHash.add_field(2,'Options',1282)
375 MsiFileHash.add_field(3,'HashPart1',260)
376 MsiFileHash.add_field(4,'HashPart2',260)
377 MsiFileHash.add_field(5,'HashPart3',260)
378 MsiFileHash.add_field(6,'HashPart4',260)
379
380 MsiPatchHeaders = Table('MsiPatchHeaders')
381 MsiPatchHeaders.add_field(1,'StreamRef',11558)
382 MsiPatchHeaders.add_field(2,'Header',2304)
383
384 ODBCAttribute = Table('ODBCAttribute')
385 ODBCAttribute.add_field(1,'Driver_',11592)
386 ODBCAttribute.add_field(2,'Attribute',11560)
387 ODBCAttribute.add_field(3,'Value',8191)
388
389 ODBCDriver = Table('ODBCDriver')
390 ODBCDriver.add_field(1,'Driver',11592)
391 ODBCDriver.add_field(2,'Component_',0xDFF)
392 ODBCDriver.add_field(3,'Description',3583)
393 ODBCDriver.add_field(4,'File_',0xDFF)
394 ODBCDriver.add_field(5,'File_Setup',0x1DFF)
395
396 ODBCDataSource = Table('ODBCDataSource')
397 ODBCDataSource.add_field(1,'DataSource',0x2DFF)
398 ODBCDataSource.add_field(2,'Component_',0xDFF)
399 ODBCDataSource.add_field(3,'Description',3583)
400 ODBCDataSource.add_field(4,'DriverDescription',3583)
401 ODBCDataSource.add_field(5,'Registration',1282)
402
403 ODBCSourceAttribute = Table('ODBCSourceAttribute')
404 ODBCSourceAttribute.add_field(1,'DataSource_',11592)
405 ODBCSourceAttribute.add_field(2,'Attribute',11552)
406 ODBCSourceAttribute.add_field(3,'Value',8191)
407
408 ODBCTranslator = Table('ODBCTranslator')
409 ODBCTranslator.add_field(1,'Translator',11592)
410 ODBCTranslator.add_field(2,'Component_',0xDFF)
411 ODBCTranslator.add_field(3,'Description',3583)
412 ODBCTranslator.add_field(4,'File_',0xDFF)
413 ODBCTranslator.add_field(5,'File_Setup',0x1DFF)
414
415 Patch = Table('Patch')
416 Patch.add_field(1,'File_',11592)
417 Patch.add_field(2,'Sequence',9474)
418 Patch.add_field(3,'PatchSize',260)
419 Patch.add_field(4,'Attributes',1282)
420 Patch.add_field(5,'Header',6400)
421 Patch.add_field(6,'StreamRef_',7462)
422
423 PatchPackage = Table('PatchPackage')
424 PatchPackage.add_field(1,'PatchId',11558)
425 PatchPackage.add_field(2,'Media_',1282)
426
427 PublishComponent = Table('PublishComponent')
428 PublishComponent.add_field(1,'ComponentId',11558)
429 PublishComponent.add_field(2,'Qualifier',11775)
430 PublishComponent.add_field(3,'Component_',0x2DFF)
431 PublishComponent.add_field(4,'AppData',8191)
432 PublishComponent.add_field(5,'Feature_',3366)
433
434 RadioButton = Table('RadioButton')
435 RadioButton.add_field(1,'Property',11592)
436 RadioButton.add_field(2,'Order',9474)
437 RadioButton.add_field(3,'Value',3392)
438 RadioButton.add_field(4,'X',1282)
439 RadioButton.add_field(5,'Y',1282)
440 RadioButton.add_field(6,'Width',1282)
441 RadioButton.add_field(7,'Height',1282)
442 RadioButton.add_field(8,'Text',8000)
443 RadioButton.add_field(9,'Help',7986)
444
445 Registry = Table('Registry')
446 Registry.add_field(1,'Registry',0x2DFF)
447 Registry.add_field(2,'Root',1282)
448 Registry.add_field(3,'Key',4095)
449 Registry.add_field(4,'Name',8191)
450 Registry.add_field(5,'Value',7936)
451 Registry.add_field(6,'Component_',0xDFF)
452
453 RegLocator = Table('RegLocator')
454 RegLocator.add_field(1,'Signature_',11592)
455 RegLocator.add_field(2,'Root',1282)
456 RegLocator.add_field(3,'Key',3583)
457 RegLocator.add_field(4,'Name',7679)
458 RegLocator.add_field(5,'Type',5378)
459
460 RemoveFile = Table('RemoveFile')
461 RemoveFile.add_field(1,'FileKey',11592)
462 RemoveFile.add_field(2,'Component_',0xDFF)
463 RemoveFile.add_field(3,'FileName',8191)
464 RemoveFile.add_field(4,'DirProperty',3400)
465 RemoveFile.add_field(5,'InstallMode',1282)
466
467 RemoveIniFile = Table('RemoveIniFile')
468 RemoveIniFile.add_field(1,'RemoveIniFile',11592)
469 RemoveIniFile.add_field(2,'FileName',4095)
470 RemoveIniFile.add_field(3,'DirProperty',7496)
471 RemoveIniFile.add_field(4,'Section',3936)
472 RemoveIniFile.add_field(5,'Key',3968)
473 RemoveIniFile.add_field(6,'Value',8191)
474 RemoveIniFile.add_field(7,'Action',1282)
475 RemoveIniFile.add_field(8,'Component_',0xDFF)
476
477 RemoveRegistry = Table('RemoveRegistry')
478 RemoveRegistry.add_field(1,'RemoveRegistry',11592)
479 RemoveRegistry.add_field(2,'Root',1282)
480 RemoveRegistry.add_field(3,'Key',4095)
481 RemoveRegistry.add_field(4,'Name',8191)
482 RemoveRegistry.add_field(5,'Component_',0xDFF)
483
484 ReserveCost = Table('ReserveCost')
485 ReserveCost.add_field(1,'ReserveKey',11592)
486 ReserveCost.add_field(2,'Component_',0xDFF)
487 ReserveCost.add_field(3,'ReserveFolder',7496)
488 ReserveCost.add_field(4,'ReserveLocal',260)
489 ReserveCost.add_field(5,'ReserveSource',260)
490
491 SelfReg = Table('SelfReg')
492 SelfReg.add_field(1,'File_',0x2DFF)
493 SelfReg.add_field(2,'Cost',5378)
494
495 ServiceControl = Table('ServiceControl')
496 ServiceControl.add_field(1,'ServiceControl',11592)
497 ServiceControl.add_field(2,'Name',4095)
498 ServiceControl.add_field(3,'Event',1282)
499 ServiceControl.add_field(4,'Arguments',8191)
500 ServiceControl.add_field(5,'Wait',5378)
501 ServiceControl.add_field(6,'Component_',0xDFF)
502
503 ServiceInstall = Table('ServiceInstall')
504 ServiceInstall.add_field(1,'ServiceInstall',11592)
505 ServiceInstall.add_field(2,'Name',3583)
506 ServiceInstall.add_field(3,'DisplayName',8191)
507 ServiceInstall.add_field(4,'ServiceType',260)
508 ServiceInstall.add_field(5,'StartType',260)
509 ServiceInstall.add_field(6,'ErrorControl',260)
510 ServiceInstall.add_field(7,'LoadOrderGroup',7679)
511 ServiceInstall.add_field(8,'Dependencies',7679)
512 ServiceInstall.add_field(9,'StartName',7679)
513 ServiceInstall.add_field(10,'Password',7679)
514 ServiceInstall.add_field(11,'Arguments',7679)
515 ServiceInstall.add_field(12,'Component_',0xDFF)
516 ServiceInstall.add_field(13,'Description',8191)
517
518 Shortcut = Table('Shortcut')
519 Shortcut.add_field(1,'Shortcut',11592)
520 Shortcut.add_field(2,'Directory_',0xDFF)
521 Shortcut.add_field(3,'Name',3968)
522 Shortcut.add_field(4,'Component_',0xDFF)
523 Shortcut.add_field(5,'Target',3400)
524 Shortcut.add_field(6,'Arguments',7679)
525 Shortcut.add_field(7,'Description',8191)
526 Shortcut.add_field(8,'Hotkey',5378)
527 Shortcut.add_field(9,'Icon_',7496)
528 Shortcut.add_field(10,'IconIndex',5378)
529 Shortcut.add_field(11,'ShowCmd',5378)
530 Shortcut.add_field(12,'WkDir',7496)
531
532 Signature = Table('Signature')
533 Signature.add_field(1,'Signature',11592)
534 Signature.add_field(2,'FileName',3583)
535 Signature.add_field(3,'MinVersion',7444)
536 Signature.add_field(4,'MaxVersion',7444)
537 Signature.add_field(5,'MinSize',4356)
538 Signature.add_field(6,'MaxSize',4356)
539 Signature.add_field(7,'MinDate',4356)
540 Signature.add_field(8,'MaxDate',4356)
541 Signature.add_field(9,'Languages',7679)
542
543 TextStyle = Table('TextStyle')
544 TextStyle.add_field(1,'TextStyle',11592)
545 TextStyle.add_field(2,'FaceName',3360)
546 TextStyle.add_field(3,'Size',1282)
547 TextStyle.add_field(4,'Color',4356)
548 TextStyle.add_field(5,'StyleBits',5378)
549
550 TypeLib = Table('TypeLib')
551 TypeLib.add_field(1,'LibID',11558)
552 TypeLib.add_field(2,'Language',9474)
553 TypeLib.add_field(3,'Component_',0x2DFF)
554 TypeLib.add_field(4,'Version',4356)
555 TypeLib.add_field(5,'Description',8064)
556 TypeLib.add_field(6,'Directory_',0x1DFF)
557 TypeLib.add_field(7,'Feature_',3366)
558 TypeLib.add_field(8,'Cost',4356)
559
560 UIText = Table('UIText')
561 UIText.add_field(1,'Key',11592)
562 UIText.add_field(2,'Text',8191)
563
564 Upgrade = Table('Upgrade')
565 Upgrade.add_field(1,'UpgradeCode',11558)
566 Upgrade.add_field(2,'VersionMin',15636)
567 Upgrade.add_field(3,'VersionMax',15636)
568 Upgrade.add_field(4,'Language',15871)
569 Upgrade.add_field(5,'Attributes',8452)
570 Upgrade.add_field(6,'Remove',7679)
571 Upgrade.add_field(7,'ActionProperty',3400)
572
573 Verb = Table('Verb')
574 Verb.add_field(1,'Extension_',11775)
575 Verb.add_field(2,'Verb',11552)
576 Verb.add_field(3,'Sequence',5378)
577 Verb.add_field(4,'Command',8191)
578 Verb.add_field(5,'Argument',8191)
579
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb]
581
582 _Validation_records = [
583 (u'_Validation',u'Table',u'N',None, None, None, None, u'Identifier',None, u'Name of table',),
584 (u'_Validation',u'Column',u'N',None, None, None, None, u'Identifier',None, u'Name of column',),
585 (u'_Validation',u'Description',u'Y',None, None, None, None, u'Text',None, u'Description of column',),
586 (u'_Validation',u'Set',u'Y',None, None, None, None, u'Text',None, u'Set of values that are permitted',),
587 (u'_Validation',u'Category',u'Y',None, None, None, None, None, u'Text;Formatted;Template;Condition;Guid;Path;Version;Language;Identifier;Binary;UpperCase;LowerCase;Filename;Paths;AnyPath;WildCardFilename;RegPath;KeyFormatted;CustomSource;Property;Cabinet;Shortcut;URL',u'String category',),
588 (u'_Validation',u'KeyColumn',u'Y',1,32,None, None, None, None, u'Column to which foreign key connects',),
589 (u'_Validation',u'KeyTable',u'Y',None, None, None, None, u'Identifier',None, u'For foreign key, Name of table to which data must link',),
590 (u'_Validation',u'MaxValue',u'Y',-2147483647,2147483647,None, None, None, None, u'Maximum value allowed',),
591 (u'_Validation',u'MinValue',u'Y',-2147483647,2147483647,None, None, None, None, u'Minimum value allowed',),
592 (u'_Validation',u'Nullable',u'N',None, None, None, None, None, u'Y;N;@',u'Whether the column is nullable',),
593 (u'ActionText',u'Description',u'Y',None, None, None, None, u'Text',None, u'Localized description displayed in progress dialog and log when action is executing.',),
594 (u'ActionText',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Name of action to be described.',),
595 (u'ActionText',u'Template',u'Y',None, None, None, None, u'Template',None, u'Optional localized format template used to format action data records for display during action execution.',),
596 (u'AdminExecuteSequence',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Name of action to invoke, either in the engine or the handler DLL.',),
597 (u'AdminExecuteSequence',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.',),
598 (u'AdminExecuteSequence',u'Sequence',u'Y',-4,32767,None, None, None, None, u'Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.',),
599 (u'Condition',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'Expression evaluated to determine if Level in the Feature table is to change.',),
600 (u'Condition',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'Reference to a Feature entry in Feature table.',),
601 (u'Condition',u'Level',u'N',0,32767,None, None, None, None, u'New selection Level to set in Feature table if Condition evaluates to TRUE.',),
602 (u'AdminUISequence',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Name of action to invoke, either in the engine or the handler DLL.',),
603 (u'AdminUISequence',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.',),
604 (u'AdminUISequence',u'Sequence',u'Y',-4,32767,None, None, None, None, u'Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.',),
605 (u'AdvtExecuteSequence',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Name of action to invoke, either in the engine or the handler DLL.',),
606 (u'AdvtExecuteSequence',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.',),
607 (u'AdvtExecuteSequence',u'Sequence',u'Y',-4,32767,None, None, None, None, u'Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.',),
608 (u'AdvtUISequence',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Name of action to invoke, either in the engine or the handler DLL.',),
609 (u'AdvtUISequence',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.',),
610 (u'AdvtUISequence',u'Sequence',u'Y',-4,32767,None, None, None, None, u'Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.',),
611 (u'AppId',u'AppId',u'N',None, None, None, None, u'Guid',None, None, ),
612 (u'AppId',u'ActivateAtStorage',u'Y',0,1,None, None, None, None, None, ),
613 (u'AppId',u'DllSurrogate',u'Y',None, None, None, None, u'Text',None, None, ),
614 (u'AppId',u'LocalService',u'Y',None, None, None, None, u'Text',None, None, ),
615 (u'AppId',u'RemoteServerName',u'Y',None, None, None, None, u'Formatted',None, None, ),
616 (u'AppId',u'RunAsInteractiveUser',u'Y',0,1,None, None, None, None, None, ),
617 (u'AppId',u'ServiceParameters',u'Y',None, None, None, None, u'Text',None, None, ),
618 (u'AppSearch',u'Property',u'N',None, None, None, None, u'Identifier',None, u'The property associated with a Signature',),
619 (u'AppSearch',u'Signature_',u'N',None, None, u'Signature;RegLocator;IniLocator;DrLocator;CompLocator',1,u'Identifier',None, u'The Signature_ represents a unique file signature and is also the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.',),
620 (u'Property',u'Property',u'N',None, None, None, None, u'Identifier',None, u'Name of property, uppercase if settable by launcher or loader.',),
621 (u'Property',u'Value',u'N',None, None, None, None, u'Text',None, u'String value for property. Never null or empty.',),
622 (u'BBControl',u'Type',u'N',None, None, None, None, u'Identifier',None, u'The type of the control.',),
623 (u'BBControl',u'Y',u'N',0,32767,None, None, None, None, u'Vertical coordinate of the upper left corner of the bounding rectangle of the control.',),
624 (u'BBControl',u'Text',u'Y',None, None, None, None, u'Text',None, u'A string used to set the initial text contained within a control (if appropriate).',),
625 (u'BBControl',u'BBControl',u'N',None, None, None, None, u'Identifier',None, u'Name of the control. This name must be unique within a billboard, but can repeat on different billboard.',),
626 (u'BBControl',u'Attributes',u'Y',0,2147483647,None, None, None, None, u'A 32-bit word that specifies the attribute flags to be applied to this control.',),
627 (u'BBControl',u'Billboard_',u'N',None, None, u'Billboard',1,u'Identifier',None, u'External key to the Billboard table, name of the billboard.',),
628 (u'BBControl',u'Height',u'N',0,32767,None, None, None, None, u'Height of the bounding rectangle of the control.',),
629 (u'BBControl',u'Width',u'N',0,32767,None, None, None, None, u'Width of the bounding rectangle of the control.',),
630 (u'BBControl',u'X',u'N',0,32767,None, None, None, None, u'Horizontal coordinate of the upper left corner of the bounding rectangle of the control.',),
631 (u'Billboard',u'Action',u'Y',None, None, None, None, u'Identifier',None, u'The name of an action. The billboard is displayed during the progress messages received from this action.',),
632 (u'Billboard',u'Billboard',u'N',None, None, None, None, u'Identifier',None, u'Name of the billboard.',),
633 (u'Billboard',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'An external key to the Feature Table. The billboard is shown only if this feature is being installed.',),
634 (u'Billboard',u'Ordering',u'Y',0,32767,None, None, None, None, u'A positive integer. If there is more than one billboard corresponding to an action they will be shown in the order defined by this column.',),
635 (u'Feature',u'Description',u'Y',None, None, None, None, u'Text',None, u'Longer descriptive text describing a visible feature item.',),
636 (u'Feature',u'Attributes',u'N',None, None, None, None, None, u'0;1;2;4;5;6;8;9;10;16;17;18;20;21;22;24;25;26;32;33;34;36;37;38;48;49;50;52;53;54',u'Feature attributes',),
637 (u'Feature',u'Feature',u'N',None, None, None, None, u'Identifier',None, u'Primary key used to identify a particular feature record.',),
638 (u'Feature',u'Directory_',u'Y',None, None, u'Directory',1,u'UpperCase',None, u'The name of the Directory that can be configured by the UI. A non-null value will enable the browse button.',),
639 (u'Feature',u'Level',u'N',0,32767,None, None, None, None, u'The install level at which record will be initially selected. An install level of 0 will disable an item and prevent its display.',),
640 (u'Feature',u'Title',u'Y',None, None, None, None, u'Text',None, u'Short text identifying a visible feature item.',),
641 (u'Feature',u'Display',u'Y',0,32767,None, None, None, None, u'Numeric sort order, used to force a specific display ordering.',),
642 (u'Feature',u'Feature_Parent',u'Y',None, None, u'Feature',1,u'Identifier',None, u'Optional key of a parent record in the same table. If the parent is not selected, then the record will not be installed. Null indicates a root item.',),
643 (u'Binary',u'Name',u'N',None, None, None, None, u'Identifier',None, u'Unique key identifying the binary data.',),
644 (u'Binary',u'Data',u'N',None, None, None, None, u'Binary',None, u'The unformatted binary data.',),
645 (u'BindImage',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'The index into the File table. This must be an executable file.',),
646 (u'BindImage',u'Path',u'Y',None, None, None, None, u'Paths',None, u'A list of ; delimited paths that represent the paths to be searched for the import DLLS. The list is usually a list of properties each enclosed within square brackets [] .',),
647 (u'File',u'Sequence',u'N',1,32767,None, None, None, None, u'Sequence with respect to the media images; order must track cabinet order.',),
648 (u'File',u'Attributes',u'Y',0,32767,None, None, None, None, u'Integer containing bit flags representing file attributes (with the decimal value of each bit position in parentheses)',),
649 (u'File',u'File',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized token, must match identifier in cabinet. For uncompressed files, this field is ignored.',),
650 (u'File',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key referencing Component that controls the file.',),
651 (u'File',u'FileName',u'N',None, None, None, None, u'Filename',None, u'File name used for installation, may be localized. This may contain a "short name|long name" pair.',),
652 (u'File',u'FileSize',u'N',0,2147483647,None, None, None, None, u'Size of file in bytes (long integer).',),
653 (u'File',u'Language',u'Y',None, None, None, None, u'Language',None, u'List of decimal language Ids, comma-separated if more than one.',),
654 (u'File',u'Version',u'Y',None, None, u'File',1,u'Version',None, u'Version string for versioned files; Blank for unversioned files.',),
655 (u'CCPSearch',u'Signature_',u'N',None, None, u'Signature;RegLocator;IniLocator;DrLocator;CompLocator',1,u'Identifier',None, u'The Signature_ represents a unique file signature and is also the foreign key in the Signature, RegLocator, IniLocator, CompLocator and the DrLocator tables.',),
656 (u'CheckBox',u'Property',u'N',None, None, None, None, u'Identifier',None, u'A named property to be tied to the item.',),
657 (u'CheckBox',u'Value',u'Y',None, None, None, None, u'Formatted',None, u'The value string associated with the item.',),
658 (u'Class',u'Description',u'Y',None, None, None, None, u'Text',None, u'Localized description for the Class.',),
659 (u'Class',u'Attributes',u'Y',None, 32767,None, None, None, None, u'Class registration attributes.',),
660 (u'Class',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'Required foreign key into the Feature Table, specifying the feature to validate or install in order for the CLSID factory to be operational.',),
661 (u'Class',u'AppId_',u'Y',None, None, u'AppId',1,u'Guid',None, u'Optional AppID containing DCOM information for associated application (string GUID).',),
662 (u'Class',u'Argument',u'Y',None, None, None, None, u'Formatted',None, u'optional argument for LocalServers.',),
663 (u'Class',u'CLSID',u'N',None, None, None, None, u'Guid',None, u'The CLSID of an OLE factory.',),
664 (u'Class',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Required foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.',),
665 (u'Class',u'Context',u'N',None, None, None, None, u'Identifier',None, u'The numeric server context for this server. CLSCTX_xxxx',),
666 (u'Class',u'DefInprocHandler',u'Y',None, None, None, None, u'Filename',u'1;2;3',u'Optional default inproc handler. Only optionally provided if Context=CLSCTX_LOCAL_SERVER. Typically "ole32.dll" or "mapi32.dll"',),
667 (u'Class',u'FileTypeMask',u'Y',None, None, None, None, u'Text',None, u'Optional string containing information for the HKCRthis CLSID) key. If multiple patterns exist, they must be delimited by a semicolon, and numeric subkeys will be generated: 0,1,2...',),
668 (u'Class',u'Icon_',u'Y',None, None, u'Icon',1,u'Identifier',None, u'Optional foreign key into the Icon Table, specifying the icon file associated with this CLSID. Will be written under the DefaultIcon key.',),
669 (u'Class',u'IconIndex',u'Y',-32767,32767,None, None, None, None, u'Optional icon index.',),
670 (u'Class',u'ProgId_Default',u'Y',None, None, u'ProgId',1,u'Text',None, u'Optional ProgId associated with this CLSID.',),
671 (u'Component',u'Condition',u'Y',None, None, None, None, u'Condition',None, u"A conditional statement that will disable this component if the specified condition evaluates to the 'True' state. If a component is disabled, it will not be installed, regardless of the 'Action' state associated with the component.",),
672 (u'Component',u'Attributes',u'N',None, None, None, None, None, None, u'Remote execution option, one of irsEnum',),
673 (u'Component',u'Component',u'N',None, None, None, None, u'Identifier',None, u'Primary key used to identify a particular component record.',),
674 (u'Component',u'ComponentId',u'Y',None, None, None, None, u'Guid',None, u'A string GUID unique to this component, version, and language.',),
675 (u'Component',u'Directory_',u'N',None, None, u'Directory',1,u'Identifier',None, u'Required key of a Directory table record. This is actually a property name whose value contains the actual path, set either by the AppSearch action or with the default setting obtained from the Directory table.',),
676 (u'Component',u'KeyPath',u'Y',None, None, u'File;Registry;ODBCDataSource',1,u'Identifier',None, u'Either the primary key into the File table, Registry table, or ODBCDataSource table. This extract path is stored when the component is installed, and is used to detect the presence of the component and to return the path to it.',),
677 (u'Icon',u'Name',u'N',None, None, None, None, u'Identifier',None, u'Primary key. Name of the icon file.',),
678 (u'Icon',u'Data',u'N',None, None, None, None, u'Binary',None, u'Binary stream. The binary icon data in PE (.DLL or .EXE) or icon (.ICO) format.',),
679 (u'ProgId',u'Description',u'Y',None, None, None, None, u'Text',None, u'Localized description for the Program identifier.',),
680 (u'ProgId',u'Icon_',u'Y',None, None, u'Icon',1,u'Identifier',None, u'Optional foreign key into the Icon Table, specifying the icon file associated with this ProgId. Will be written under the DefaultIcon key.',),
681 (u'ProgId',u'IconIndex',u'Y',-32767,32767,None, None, None, None, u'Optional icon index.',),
682 (u'ProgId',u'ProgId',u'N',None, None, None, None, u'Text',None, u'The Program Identifier. Primary key.',),
683 (u'ProgId',u'Class_',u'Y',None, None, u'Class',1,u'Guid',None, u'The CLSID of an OLE factory corresponding to the ProgId.',),
684 (u'ProgId',u'ProgId_Parent',u'Y',None, None, u'ProgId',1,u'Text',None, u'The Parent Program Identifier. If specified, the ProgId column becomes a version independent prog id.',),
685 (u'ComboBox',u'Text',u'Y',None, None, None, None, u'Formatted',None, u'The visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.',),
686 (u'ComboBox',u'Property',u'N',None, None, None, None, u'Identifier',None, u'A named property to be tied to this item. All the items tied to the same property become part of the same combobox.',),
687 (u'ComboBox',u'Value',u'N',None, None, None, None, u'Formatted',None, u'The value string associated with this item. Selecting the line will set the associated property to this value.',),
688 (u'ComboBox',u'Order',u'N',1,32767,None, None, None, None, u'A positive integer used to determine the ordering of the items within one list.\tThe integers do not have to be consecutive.',),
689 (u'CompLocator',u'Type',u'Y',0,1,None, None, None, None, u'A boolean value that determines if the registry value is a filename or a directory location.',),
690 (u'CompLocator',u'Signature_',u'N',None, None, None, None, u'Identifier',None, u'The table key. The Signature_ represents a unique file signature and is also the foreign key in the Signature table.',),
691 (u'CompLocator',u'ComponentId',u'N',None, None, None, None, u'Guid',None, u'A string GUID unique to this component, version, and language.',),
692 (u'Complus',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key referencing Component that controls the ComPlus component.',),
693 (u'Complus',u'ExpType',u'Y',0,32767,None, None, None, None, u'ComPlus component attributes.',),
694 (u'Directory',u'Directory',u'N',None, None, None, None, u'Identifier',None, u'Unique identifier for directory entry, primary key. If a property by this name is defined, it contains the full path to the directory.',),
695 (u'Directory',u'DefaultDir',u'N',None, None, None, None, u'DefaultDir',None, u"The default sub-path under parent's path.",),
696 (u'Directory',u'Directory_Parent',u'Y',None, None, u'Directory',1,u'Identifier',None, u'Reference to the entry in this table specifying the default parent directory. A record parented to itself or with a Null parent represents a root of the install tree.',),
697 (u'Control',u'Type',u'N',None, None, None, None, u'Identifier',None, u'The type of the control.',),
698 (u'Control',u'Y',u'N',0,32767,None, None, None, None, u'Vertical coordinate of the upper left corner of the bounding rectangle of the control.',),
699 (u'Control',u'Text',u'Y',None, None, None, None, u'Formatted',None, u'A string used to set the initial text contained within a control (if appropriate).',),
700 (u'Control',u'Property',u'Y',None, None, None, None, u'Identifier',None, u'The name of a defined property to be linked to this control. ',),
701 (u'Control',u'Attributes',u'Y',0,2147483647,None, None, None, None, u'A 32-bit word that specifies the attribute flags to be applied to this control.',),
702 (u'Control',u'Height',u'N',0,32767,None, None, None, None, u'Height of the bounding rectangle of the control.',),
703 (u'Control',u'Width',u'N',0,32767,None, None, None, None, u'Width of the bounding rectangle of the control.',),
704 (u'Control',u'X',u'N',0,32767,None, None, None, None, u'Horizontal coordinate of the upper left corner of the bounding rectangle of the control.',),
705 (u'Control',u'Control',u'N',None, None, None, None, u'Identifier',None, u'Name of the control. This name must be unique within a dialog, but can repeat on different dialogs. ',),
706 (u'Control',u'Control_Next',u'Y',None, None, u'Control',2,u'Identifier',None, u'The name of an other control on the same dialog. This link defines the tab order of the controls. The links have to form one or more cycles!',),
707 (u'Control',u'Dialog_',u'N',None, None, u'Dialog',1,u'Identifier',None, u'External key to the Dialog table, name of the dialog.',),
708 (u'Control',u'Help',u'Y',None, None, None, None, u'Text',None, u'The help strings used with the button. The text is optional. ',),
709 (u'Dialog',u'Attributes',u'Y',0,2147483647,None, None, None, None, u'A 32-bit word that specifies the attribute flags to be applied to this dialog.',),
710 (u'Dialog',u'Height',u'N',0,32767,None, None, None, None, u'Height of the bounding rectangle of the dialog.',),
711 (u'Dialog',u'Width',u'N',0,32767,None, None, None, None, u'Width of the bounding rectangle of the dialog.',),
712 (u'Dialog',u'Dialog',u'N',None, None, None, None, u'Identifier',None, u'Name of the dialog.',),
713 (u'Dialog',u'Control_Cancel',u'Y',None, None, u'Control',2,u'Identifier',None, u'Defines the cancel control. Hitting escape or clicking on the close icon on the dialog is equivalent to pushing this button.',),
714 (u'Dialog',u'Control_Default',u'Y',None, None, u'Control',2,u'Identifier',None, u'Defines the default control. Hitting return is equivalent to pushing this button.',),
715 (u'Dialog',u'Control_First',u'N',None, None, u'Control',2,u'Identifier',None, u'Defines the control that has the focus when the dialog is created.',),
716 (u'Dialog',u'HCentering',u'N',0,100,None, None, None, None, u'Horizontal position of the dialog on a 0-100 scale. 0 means left end, 100 means right end of the screen, 50 center.',),
717 (u'Dialog',u'Title',u'Y',None, None, None, None, u'Formatted',None, u"A text string specifying the title to be displayed in the title bar of the dialog's window.",),
718 (u'Dialog',u'VCentering',u'N',0,100,None, None, None, None, u'Vertical position of the dialog on a 0-100 scale. 0 means top end, 100 means bottom end of the screen, 50 center.',),
719 (u'ControlCondition',u'Action',u'N',None, None, None, None, None, u'Default;Disable;Enable;Hide;Show',u'The desired action to be taken on the specified control.',),
720 (u'ControlCondition',u'Condition',u'N',None, None, None, None, u'Condition',None, u'A standard conditional statement that specifies under which conditions the action should be triggered.',),
721 (u'ControlCondition',u'Dialog_',u'N',None, None, u'Dialog',1,u'Identifier',None, u'A foreign key to the Dialog table, name of the dialog.',),
722 (u'ControlCondition',u'Control_',u'N',None, None, u'Control',2,u'Identifier',None, u'A foreign key to the Control table, name of the control.',),
723 (u'ControlEvent',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'A standard conditional statement that specifies under which conditions an event should be triggered.',),
724 (u'ControlEvent',u'Ordering',u'Y',0,2147483647,None, None, None, None, u'An integer used to order several events tied to the same control. Can be left blank.',),
725 (u'ControlEvent',u'Argument',u'N',None, None, None, None, u'Formatted',None, u'A value to be used as a modifier when triggering a particular event.',),
726 (u'ControlEvent',u'Dialog_',u'N',None, None, u'Dialog',1,u'Identifier',None, u'A foreign key to the Dialog table, name of the dialog.',),
727 (u'ControlEvent',u'Control_',u'N',None, None, u'Control',2,u'Identifier',None, u'A foreign key to the Control table, name of the control',),
728 (u'ControlEvent',u'Event',u'N',None, None, None, None, u'Formatted',None, u'An identifier that specifies the type of the event that should take place when the user interacts with control specified by the first two entries.',),
729 (u'CreateFolder',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table.',),
730 (u'CreateFolder',u'Directory_',u'N',None, None, u'Directory',1,u'Identifier',None, u'Primary key, could be foreign key into the Directory table.',),
731 (u'CustomAction',u'Type',u'N',1,16383,None, None, None, None, u'The numeric custom action type, consisting of source location, code type, entry, option flags.',),
732 (u'CustomAction',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Primary key, name of action, normally appears in sequence table unless private use.',),
733 (u'CustomAction',u'Source',u'Y',None, None, None, None, u'CustomSource',None, u'The table reference of the source of the code.',),
734 (u'CustomAction',u'Target',u'Y',None, None, None, None, u'Formatted',None, u'Excecution parameter, depends on the type of custom action',),
735 (u'DrLocator',u'Signature_',u'N',None, None, None, None, u'Identifier',None, u'The Signature_ represents a unique file signature and is also the foreign key in the Signature table.',),
736 (u'DrLocator',u'Path',u'Y',None, None, None, None, u'AnyPath',None, u'The path on the user system. This is a either a subpath below the value of the Parent or a full path. The path may contain properties enclosed within [ ] that will be expanded.',),
737 (u'DrLocator',u'Depth',u'Y',0,32767,None, None, None, None, u'The depth below the path to which the Signature_ is recursively searched. If absent, the depth is assumed to be 0.',),
738 (u'DrLocator',u'Parent',u'Y',None, None, None, None, u'Identifier',None, u'The parent file signature. It is also a foreign key in the Signature table. If null and the Path column does not expand to a full path, then all the fixed drives of the user system are searched using the Path.',),
739 (u'DuplicateFile',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'Foreign key referencing the source file to be duplicated.',),
740 (u'DuplicateFile',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key referencing Component that controls the duplicate file.',),
741 (u'DuplicateFile',u'DestFolder',u'Y',None, None, None, None, u'Identifier',None, u'Name of a property whose value is assumed to resolve to the full pathname to a destination folder.',),
742 (u'DuplicateFile',u'DestName',u'Y',None, None, None, None, u'Filename',None, u'Filename to be given to the duplicate file.',),
743 (u'DuplicateFile',u'FileKey',u'N',None, None, None, None, u'Identifier',None, u'Primary key used to identify a particular file entry',),
744 (u'Environment',u'Name',u'N',None, None, None, None, u'Text',None, u'The name of the environmental value.',),
745 (u'Environment',u'Value',u'Y',None, None, None, None, u'Formatted',None, u'The value to set in the environmental settings.',),
746 (u'Environment',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table referencing component that controls the installing of the environmental value.',),
747 (u'Environment',u'Environment',u'N',None, None, None, None, u'Identifier',None, u'Unique identifier for the environmental variable setting',),
748 (u'Error',u'Error',u'N',0,32767,None, None, None, None, u'Integer error number, obtained from header file IError(...) macros.',),
749 (u'Error',u'Message',u'Y',None, None, None, None, u'Template',None, u'Error formatting template, obtained from user ed. or localizers.',),
750 (u'EventMapping',u'Dialog_',u'N',None, None, u'Dialog',1,u'Identifier',None, u'A foreign key to the Dialog table, name of the Dialog.',),
751 (u'EventMapping',u'Control_',u'N',None, None, u'Control',2,u'Identifier',None, u'A foreign key to the Control table, name of the control.',),
752 (u'EventMapping',u'Event',u'N',None, None, None, None, u'Identifier',None, u'An identifier that specifies the type of the event that the control subscribes to.',),
753 (u'EventMapping',u'Attribute',u'N',None, None, None, None, u'Identifier',None, u'The name of the control attribute, that is set when this event is received.',),
754 (u'Extension',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'Required foreign key into the Feature Table, specifying the feature to validate or install in order for the CLSID factory to be operational.',),
755 (u'Extension',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Required foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.',),
756 (u'Extension',u'Extension',u'N',None, None, None, None, u'Text',None, u'The extension associated with the table row.',),
757 (u'Extension',u'MIME_',u'Y',None, None, u'MIME',1,u'Text',None, u'Optional Context identifier, typically "type/format" associated with the extension',),
758 (u'Extension',u'ProgId_',u'Y',None, None, u'ProgId',1,u'Text',None, u'Optional ProgId associated with this extension.',),
759 (u'MIME',u'CLSID',u'Y',None, None, None, None, u'Guid',None, u'Optional associated CLSID.',),
760 (u'MIME',u'ContentType',u'N',None, None, None, None, u'Text',None, u'Primary key. Context identifier, typically "type/format".',),
761 (u'MIME',u'Extension_',u'N',None, None, u'Extension',1,u'Text',None, u'Optional associated extension (without dot)',),
762 (u'FeatureComponents',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'Foreign key into Feature table.',),
763 (u'FeatureComponents',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into Component table.',),
764 (u'FileSFPCatalog',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'File associated with the catalog',),
765 (u'FileSFPCatalog',u'SFPCatalog_',u'N',None, None, u'SFPCatalog',1,u'Filename',None, u'Catalog associated with the file',),
766 (u'SFPCatalog',u'SFPCatalog',u'N',None, None, None, None, u'Filename',None, u'File name for the catalog.',),
767 (u'SFPCatalog',u'Catalog',u'N',None, None, None, None, u'Binary',None, u'SFP Catalog',),
768 (u'SFPCatalog',u'Dependency',u'Y',None, None, None, None, u'Formatted',None, u'Parent catalog - only used by SFP',),
769 (u'Font',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'Primary key, foreign key into File table referencing font file.',),
770 (u'Font',u'FontTitle',u'Y',None, None, None, None, u'Text',None, u'Font name.',),
771 (u'IniFile',u'Action',u'N',None, None, None, None, None, u'0;1;3',u'The type of modification to be made, one of iifEnum',),
772 (u'IniFile',u'Value',u'N',None, None, None, None, u'Formatted',None, u'The value to be written.',),
773 (u'IniFile',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table referencing component that controls the installing of the .INI value.',),
774 (u'IniFile',u'FileName',u'N',None, None, None, None, u'Filename',None, u'The .INI file name in which to write the information',),
775 (u'IniFile',u'IniFile',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized token.',),
776 (u'IniFile',u'DirProperty',u'Y',None, None, None, None, u'Identifier',None, u'Foreign key into the Directory table denoting the directory where the .INI file is.',),
777 (u'IniFile',u'Key',u'N',None, None, None, None, u'Formatted',None, u'The .INI file key below Section.',),
778 (u'IniFile',u'Section',u'N',None, None, None, None, u'Formatted',None, u'The .INI file Section.',),
779 (u'IniLocator',u'Type',u'Y',0,2,None, None, None, None, u'An integer value that determines if the .INI value read is a filename or a directory location or to be used as is w/o interpretation.',),
780 (u'IniLocator',u'Signature_',u'N',None, None, None, None, u'Identifier',None, u'The table key. The Signature_ represents a unique file signature and is also the foreign key in the Signature table.',),
781 (u'IniLocator',u'FileName',u'N',None, None, None, None, u'Filename',None, u'The .INI file name.',),
782 (u'IniLocator',u'Key',u'N',None, None, None, None, u'Text',None, u'Key value (followed by an equals sign in INI file).',),
783 (u'IniLocator',u'Section',u'N',None, None, None, None, u'Text',None, u'Section name within in file (within square brackets in INI file).',),
784 (u'IniLocator',u'Field',u'Y',0,32767,None, None, None, None, u'The field in the .INI line. If Field is null or 0 the entire line is read.',),
785 (u'InstallExecuteSequence',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Name of action to invoke, either in the engine or the handler DLL.',),
786 (u'InstallExecuteSequence',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.',),
787 (u'InstallExecuteSequence',u'Sequence',u'Y',-4,32767,None, None, None, None, u'Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.',),
788 (u'InstallUISequence',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Name of action to invoke, either in the engine or the handler DLL.',),
789 (u'InstallUISequence',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.',),
790 (u'InstallUISequence',u'Sequence',u'Y',-4,32767,None, None, None, None, u'Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.',),
791 (u'IsolatedComponent',u'Component_Application',u'N',None, None, u'Component',1,u'Identifier',None, u'Key to Component table item for application',),
792 (u'IsolatedComponent',u'Component_Shared',u'N',None, None, u'Component',1,u'Identifier',None, u'Key to Component table item to be isolated',),
793 (u'LaunchCondition',u'Description',u'N',None, None, None, None, u'Formatted',None, u'Localizable text to display when condition fails and install must abort.',),
794 (u'LaunchCondition',u'Condition',u'N',None, None, None, None, u'Condition',None, u'Expression which must evaluate to TRUE in order for install to commence.',),
795 (u'ListBox',u'Text',u'Y',None, None, None, None, u'Text',None, u'The visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.',),
796 (u'ListBox',u'Property',u'N',None, None, None, None, u'Identifier',None, u'A named property to be tied to this item. All the items tied to the same property become part of the same listbox.',),
797 (u'ListBox',u'Value',u'N',None, None, None, None, u'Formatted',None, u'The value string associated with this item. Selecting the line will set the associated property to this value.',),
798 (u'ListBox',u'Order',u'N',1,32767,None, None, None, None, u'A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.',),
799 (u'ListView',u'Text',u'Y',None, None, None, None, u'Text',None, u'The visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.',),
800 (u'ListView',u'Property',u'N',None, None, None, None, u'Identifier',None, u'A named property to be tied to this item. All the items tied to the same property become part of the same listview.',),
801 (u'ListView',u'Value',u'N',None, None, None, None, u'Identifier',None, u'The value string associated with this item. Selecting the line will set the associated property to this value.',),
802 (u'ListView',u'Order',u'N',1,32767,None, None, None, None, u'A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.',),
803 (u'ListView',u'Binary_',u'Y',None, None, u'Binary',1,u'Identifier',None, u'The name of the icon to be displayed with the icon. The binary information is looked up from the Binary Table.',),
804 (u'LockPermissions',u'Table',u'N',None, None, None, None, u'Identifier',u'Directory;File;Registry',u'Reference to another table name',),
805 (u'LockPermissions',u'Domain',u'Y',None, None, None, None, u'Formatted',None, u'Domain name for user whose permissions are being set. (usually a property)',),
806 (u'LockPermissions',u'LockObject',u'N',None, None, None, None, u'Identifier',None, u'Foreign key into Registry or File table',),
807 (u'LockPermissions',u'Permission',u'Y',-2147483647,2147483647,None, None, None, None, u'Permission Access mask. Full Control = 268435456 (GENERIC_ALL = 0x10000000)',),
808 (u'LockPermissions',u'User',u'N',None, None, None, None, u'Formatted',None, u'User for permissions to be set. (usually a property)',),
809 (u'Media',u'Source',u'Y',None, None, None, None, u'Property',None, u'The property defining the location of the cabinet file.',),
810 (u'Media',u'Cabinet',u'Y',None, None, None, None, u'Cabinet',None, u'If some or all of the files stored on the media are compressed in a cabinet, the name of that cabinet.',),
811 (u'Media',u'DiskId',u'N',1,32767,None, None, None, None, u'Primary key, integer to determine sort order for table.',),
812 (u'Media',u'DiskPrompt',u'Y',None, None, None, None, u'Text',None, u'Disk name: the visible text actually printed on the disk. This will be used to prompt the user when this disk needs to be inserted.',),
813 (u'Media',u'LastSequence',u'N',0,32767,None, None, None, None, u'File sequence number for the last file for this media.',),
814 (u'Media',u'VolumeLabel',u'Y',None, None, None, None, u'Text',None, u'The label attributed to the volume.',),
815 (u'ModuleComponents',u'Component',u'N',None, None, u'Component',1,u'Identifier',None, u'Component contained in the module.',),
816 (u'ModuleComponents',u'Language',u'N',None, None, u'ModuleSignature',2,None, None, u'Default language ID for module (may be changed by transform).',),
817 (u'ModuleComponents',u'ModuleID',u'N',None, None, u'ModuleSignature',1,u'Identifier',None, u'Module containing the component.',),
818 (u'ModuleSignature',u'Language',u'N',None, None, None, None, None, None, u'Default decimal language of module.',),
819 (u'ModuleSignature',u'Version',u'N',None, None, None, None, u'Version',None, u'Version of the module.',),
820 (u'ModuleSignature',u'ModuleID',u'N',None, None, None, None, u'Identifier',None, u'Module identifier (String.GUID).',),
821 (u'ModuleDependency',u'ModuleID',u'N',None, None, u'ModuleSignature',1,u'Identifier',None, u'Module requiring the dependency.',),
822 (u'ModuleDependency',u'ModuleLanguage',u'N',None, None, u'ModuleSignature',2,None, None, u'Language of module requiring the dependency.',),
823 (u'ModuleDependency',u'RequiredID',u'N',None, None, None, None, None, None, u'String.GUID of required module.',),
824 (u'ModuleDependency',u'RequiredLanguage',u'N',None, None, None, None, None, None, u'LanguageID of the required module.',),
825 (u'ModuleDependency',u'RequiredVersion',u'Y',None, None, None, None, u'Version',None, u'Version of the required version.',),
826 (u'ModuleExclusion',u'ModuleID',u'N',None, None, u'ModuleSignature',1,u'Identifier',None, u'String.GUID of module with exclusion requirement.',),
827 (u'ModuleExclusion',u'ModuleLanguage',u'N',None, None, u'ModuleSignature',2,None, None, u'LanguageID of module with exclusion requirement.',),
828 (u'ModuleExclusion',u'ExcludedID',u'N',None, None, None, None, None, None, u'String.GUID of excluded module.',),
829 (u'ModuleExclusion',u'ExcludedLanguage',u'N',None, None, None, None, None, None, u'Language of excluded module.',),
830 (u'ModuleExclusion',u'ExcludedMaxVersion',u'Y',None, None, None, None, u'Version',None, u'Maximum version of excluded module.',),
831 (u'ModuleExclusion',u'ExcludedMinVersion',u'Y',None, None, None, None, u'Version',None, u'Minimum version of excluded module.',),
832 (u'MoveFile',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'If this component is not "selected" for installation or removal, no action will be taken on the associated MoveFile entry',),
833 (u'MoveFile',u'DestFolder',u'N',None, None, None, None, u'Identifier',None, u'Name of a property whose value is assumed to resolve to the full path to the destination directory',),
834 (u'MoveFile',u'DestName',u'Y',None, None, None, None, u'Filename',None, u'Name to be given to the original file after it is moved or copied. If blank, the destination file will be given the same name as the source file',),
835 (u'MoveFile',u'FileKey',u'N',None, None, None, None, u'Identifier',None, u'Primary key that uniquely identifies a particular MoveFile record',),
836 (u'MoveFile',u'Options',u'N',0,1,None, None, None, None, u'Integer value specifying the MoveFile operating mode, one of imfoEnum',),
837 (u'MoveFile',u'SourceFolder',u'Y',None, None, None, None, u'Identifier',None, u'Name of a property whose value is assumed to resolve to the full path to the source directory',),
838 (u'MoveFile',u'SourceName',u'Y',None, None, None, None, u'Text',None, u"Name of the source file(s) to be moved or copied. Can contain the '*' or '?' wildcards.",),
839 (u'MsiAssembly',u'Attributes',u'Y',None, None, None, None, None, None, u'Assembly attributes',),
840 (u'MsiAssembly',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'Foreign key into Feature table.',),
841 (u'MsiAssembly',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into Component table.',),
842 (u'MsiAssembly',u'File_Application',u'Y',None, None, u'File',1,u'Identifier',None, u'Foreign key into File table, denoting the application context for private assemblies. Null for global assemblies.',),
843 (u'MsiAssembly',u'File_Manifest',u'Y',None, None, u'File',1,u'Identifier',None, u'Foreign key into the File table denoting the manifest file for the assembly.',),
844 (u'MsiAssemblyName',u'Name',u'N',None, None, None, None, u'Text',None, u'The name part of the name-value pairs for the assembly name.',),
845 (u'MsiAssemblyName',u'Value',u'N',None, None, None, None, u'Text',None, u'The value part of the name-value pairs for the assembly name.',),
846 (u'MsiAssemblyName',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into Component table.',),
847 (u'MsiDigitalCertificate',u'CertData',u'N',None, None, None, None, u'Binary',None, u'A certificate context blob for a signer certificate',),
848 (u'MsiDigitalCertificate',u'DigitalCertificate',u'N',None, None, None, None, u'Identifier',None, u'A unique identifier for the row',),
849 (u'MsiDigitalSignature',u'Table',u'N',None, None, None, None, None, u'Media',u'Reference to another table name (only Media table is supported)',),
850 (u'MsiDigitalSignature',u'DigitalCertificate_',u'N',None, None, u'MsiDigitalCertificate',1,u'Identifier',None, u'Foreign key to MsiDigitalCertificate table identifying the signer certificate',),
851 (u'MsiDigitalSignature',u'Hash',u'Y',None, None, None, None, u'Binary',None, u'The encoded hash blob from the digital signature',),
852 (u'MsiDigitalSignature',u'SignObject',u'N',None, None, None, None, u'Text',None, u'Foreign key to Media table',),
853 (u'MsiFileHash',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'Primary key, foreign key into File table referencing file with this hash',),
854 (u'MsiFileHash',u'Options',u'N',0,32767,None, None, None, None, u'Various options and attributes for this hash.',),
855 (u'MsiFileHash',u'HashPart1',u'N',None, None, None, None, None, None, u'Size of file in bytes (long integer).',),
856 (u'MsiFileHash',u'HashPart2',u'N',None, None, None, None, None, None, u'Size of file in bytes (long integer).',),
857 (u'MsiFileHash',u'HashPart3',u'N',None, None, None, None, None, None, u'Size of file in bytes (long integer).',),
858 (u'MsiFileHash',u'HashPart4',u'N',None, None, None, None, None, None, u'Size of file in bytes (long integer).',),
859 (u'MsiPatchHeaders',u'StreamRef',u'N',None, None, None, None, u'Identifier',None, u'Primary key. A unique identifier for the row.',),
860 (u'MsiPatchHeaders',u'Header',u'N',None, None, None, None, u'Binary',None, u'Binary stream. The patch header, used for patch validation.',),
861 (u'ODBCAttribute',u'Value',u'Y',None, None, None, None, u'Text',None, u'Value for ODBC driver attribute',),
862 (u'ODBCAttribute',u'Attribute',u'N',None, None, None, None, u'Text',None, u'Name of ODBC driver attribute',),
863 (u'ODBCAttribute',u'Driver_',u'N',None, None, u'ODBCDriver',1,u'Identifier',None, u'Reference to ODBC driver in ODBCDriver table',),
864 (u'ODBCDriver',u'Description',u'N',None, None, None, None, u'Text',None, u'Text used as registered name for driver, non-localized',),
865 (u'ODBCDriver',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'Reference to key driver file',),
866 (u'ODBCDriver',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Reference to associated component',),
867 (u'ODBCDriver',u'Driver',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized.internal token for driver',),
868 (u'ODBCDriver',u'File_Setup',u'Y',None, None, u'File',1,u'Identifier',None, u'Optional reference to key driver setup DLL',),
869 (u'ODBCDataSource',u'Description',u'N',None, None, None, None, u'Text',None, u'Text used as registered name for data source',),
870 (u'ODBCDataSource',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Reference to associated component',),
871 (u'ODBCDataSource',u'DataSource',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized.internal token for data source',),
872 (u'ODBCDataSource',u'DriverDescription',u'N',None, None, None, None, u'Text',None, u'Reference to driver description, may be existing driver',),
873 (u'ODBCDataSource',u'Registration',u'N',0,1,None, None, None, None, u'Registration option: 0=machine, 1=user, others t.b.d.',),
874 (u'ODBCSourceAttribute',u'Value',u'Y',None, None, None, None, u'Text',None, u'Value for ODBC data source attribute',),
875 (u'ODBCSourceAttribute',u'Attribute',u'N',None, None, None, None, u'Text',None, u'Name of ODBC data source attribute',),
876 (u'ODBCSourceAttribute',u'DataSource_',u'N',None, None, u'ODBCDataSource',1,u'Identifier',None, u'Reference to ODBC data source in ODBCDataSource table',),
877 (u'ODBCTranslator',u'Description',u'N',None, None, None, None, u'Text',None, u'Text used as registered name for translator',),
878 (u'ODBCTranslator',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'Reference to key translator file',),
879 (u'ODBCTranslator',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Reference to associated component',),
880 (u'ODBCTranslator',u'File_Setup',u'Y',None, None, u'File',1,u'Identifier',None, u'Optional reference to key translator setup DLL',),
881 (u'ODBCTranslator',u'Translator',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized.internal token for translator',),
882 (u'Patch',u'Sequence',u'N',0,32767,None, None, None, None, u'Primary key, sequence with respect to the media images; order must track cabinet order.',),
883 (u'Patch',u'Attributes',u'N',0,32767,None, None, None, None, u'Integer containing bit flags representing patch attributes',),
884 (u'Patch',u'File_',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized token, foreign key to File table, must match identifier in cabinet.',),
885 (u'Patch',u'Header',u'Y',None, None, None, None, u'Binary',None, u'Binary stream. The patch header, used for patch validation.',),
886 (u'Patch',u'PatchSize',u'N',0,2147483647,None, None, None, None, u'Size of patch in bytes (long integer).',),
887 (u'Patch',u'StreamRef_',u'Y',None, None, None, None, u'Identifier',None, u'Identifier. Foreign key to the StreamRef column of the MsiPatchHeaders table.',),
888 (u'PatchPackage',u'Media_',u'N',0,32767,None, None, None, None, u'Foreign key to DiskId column of Media table. Indicates the disk containing the patch package.',),
889 (u'PatchPackage',u'PatchId',u'N',None, None, None, None, u'Guid',None, u'A unique string GUID representing this patch.',),
890 (u'PublishComponent',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'Foreign key into the Feature table.',),
891 (u'PublishComponent',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table.',),
892 (u'PublishComponent',u'ComponentId',u'N',None, None, None, None, u'Guid',None, u'A string GUID that represents the component id that will be requested by the alien product.',),
893 (u'PublishComponent',u'AppData',u'Y',None, None, None, None, u'Text',None, u'This is localisable Application specific data that can be associated with a Qualified Component.',),
894 (u'PublishComponent',u'Qualifier',u'N',None, None, None, None, u'Text',None, u'This is defined only when the ComponentId column is an Qualified Component Id. This is the Qualifier for ProvideComponentIndirect.',),
895 (u'RadioButton',u'Y',u'N',0,32767,None, None, None, None, u'The vertical coordinate of the upper left corner of the bounding rectangle of the radio button.',),
896 (u'RadioButton',u'Text',u'Y',None, None, None, None, u'Text',None, u'The visible title to be assigned to the radio button.',),
897 (u'RadioButton',u'Property',u'N',None, None, None, None, u'Identifier',None, u'A named property to be tied to this radio button. All the buttons tied to the same property become part of the same group.',),
898 (u'RadioButton',u'Height',u'N',0,32767,None, None, None, None, u'The height of the button.',),
899 (u'RadioButton',u'Width',u'N',0,32767,None, None, None, None, u'The width of the button.',),
900 (u'RadioButton',u'X',u'N',0,32767,None, None, None, None, u'The horizontal coordinate of the upper left corner of the bounding rectangle of the radio button.',),
901 (u'RadioButton',u'Value',u'N',None, None, None, None, u'Formatted',None, u'The value string associated with this button. Selecting the button will set the associated property to this value.',),
902 (u'RadioButton',u'Order',u'N',1,32767,None, None, None, None, u'A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.',),
903 (u'RadioButton',u'Help',u'Y',None, None, None, None, u'Text',None, u'The help strings used with the button. The text is optional.',),
904 (u'Registry',u'Name',u'Y',None, None, None, None, u'Formatted',None, u'The registry value name.',),
905 (u'Registry',u'Value',u'Y',None, None, None, None, u'Formatted',None, u'The registry value.',),
906 (u'Registry',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table referencing component that controls the installing of the registry value.',),
907 (u'Registry',u'Key',u'N',None, None, None, None, u'RegPath',None, u'The key for the registry value.',),
908 (u'Registry',u'Registry',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized token.',),
909 (u'Registry',u'Root',u'N',-1,3,None, None, None, None, u'The predefined root key for the registry value, one of rrkEnum.',),
910 (u'RegLocator',u'Name',u'Y',None, None, None, None, u'Formatted',None, u'The registry value name.',),
911 (u'RegLocator',u'Type',u'Y',0,18,None, None, None, None, u'An integer value that determines if the registry value is a filename or a directory location or to be used as is w/o interpretation.',),
912 (u'RegLocator',u'Signature_',u'N',None, None, None, None, u'Identifier',None, u'The table key. The Signature_ represents a unique file signature and is also the foreign key in the Signature table. If the type is 0, the registry values refers a directory, and _Signature is not a foreign key.',),
913 (u'RegLocator',u'Key',u'N',None, None, None, None, u'RegPath',None, u'The key for the registry value.',),
914 (u'RegLocator',u'Root',u'N',0,3,None, None, None, None, u'The predefined root key for the registry value, one of rrkEnum.',),
915 (u'RemoveFile',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key referencing Component that controls the file to be removed.',),
916 (u'RemoveFile',u'FileKey',u'N',None, None, None, None, u'Identifier',None, u'Primary key used to identify a particular file entry',),
917 (u'RemoveFile',u'FileName',u'Y',None, None, None, None, u'WildCardFilename',None, u'Name of the file to be removed.',),
918 (u'RemoveFile',u'DirProperty',u'N',None, None, None, None, u'Identifier',None, u'Name of a property whose value is assumed to resolve to the full pathname to the folder of the file to be removed.',),
919 (u'RemoveFile',u'InstallMode',u'N',None, None, None, None, None, u'1;2;3',u'Installation option, one of iimEnum.',),
920 (u'RemoveIniFile',u'Action',u'N',None, None, None, None, None, u'2;4',u'The type of modification to be made, one of iifEnum.',),
921 (u'RemoveIniFile',u'Value',u'Y',None, None, None, None, u'Formatted',None, u'The value to be deleted. The value is required when Action is iifIniRemoveTag',),
922 (u'RemoveIniFile',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table referencing component that controls the deletion of the .INI value.',),
923 (u'RemoveIniFile',u'FileName',u'N',None, None, None, None, u'Filename',None, u'The .INI file name in which to delete the information',),
924 (u'RemoveIniFile',u'DirProperty',u'Y',None, None, None, None, u'Identifier',None, u'Foreign key into the Directory table denoting the directory where the .INI file is.',),
925 (u'RemoveIniFile',u'Key',u'N',None, None, None, None, u'Formatted',None, u'The .INI file key below Section.',),
926 (u'RemoveIniFile',u'Section',u'N',None, None, None, None, u'Formatted',None, u'The .INI file Section.',),
927 (u'RemoveIniFile',u'RemoveIniFile',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized token.',),
928 (u'RemoveRegistry',u'Name',u'Y',None, None, None, None, u'Formatted',None, u'The registry value name.',),
929 (u'RemoveRegistry',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table referencing component that controls the deletion of the registry value.',),
930 (u'RemoveRegistry',u'Key',u'N',None, None, None, None, u'RegPath',None, u'The key for the registry value.',),
931 (u'RemoveRegistry',u'Root',u'N',-1,3,None, None, None, None, u'The predefined root key for the registry value, one of rrkEnum',),
932 (u'RemoveRegistry',u'RemoveRegistry',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized token.',),
933 (u'ReserveCost',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Reserve a specified amount of space if this component is to be installed.',),
934 (u'ReserveCost',u'ReserveFolder',u'Y',None, None, None, None, u'Identifier',None, u'Name of a property whose value is assumed to resolve to the full path to the destination directory',),
935 (u'ReserveCost',u'ReserveKey',u'N',None, None, None, None, u'Identifier',None, u'Primary key that uniquely identifies a particular ReserveCost record',),
936 (u'ReserveCost',u'ReserveLocal',u'N',0,2147483647,None, None, None, None, u'Disk space to reserve if linked component is installed locally.',),
937 (u'ReserveCost',u'ReserveSource',u'N',0,2147483647,None, None, None, None, u'Disk space to reserve if linked component is installed to run from the source location.',),
938 (u'SelfReg',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'Foreign key into the File table denoting the module that needs to be registered.',),
939 (u'SelfReg',u'Cost',u'Y',0,32767,None, None, None, None, u'The cost of registering the module.',),
940 (u'ServiceControl',u'Name',u'N',None, None, None, None, u'Formatted',None, u'Name of a service. /, \\, comma and space are invalid',),
941 (u'ServiceControl',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Required foreign key into the Component Table that controls the startup of the service',),
942 (u'ServiceControl',u'Event',u'N',0,187,None, None, None, None, u'Bit field: Install: 0x1 = Start, 0x2 = Stop, 0x8 = Delete, Uninstall: 0x10 = Start, 0x20 = Stop, 0x80 = Delete',),
943 (u'ServiceControl',u'ServiceControl',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized token.',),
944 (u'ServiceControl',u'Arguments',u'Y',None, None, None, None, u'Formatted',None, u'Arguments for the service. Separate by [~].',),
945 (u'ServiceControl',u'Wait',u'Y',0,1,None, None, None, None, u'Boolean for whether to wait for the service to fully start',),
946 (u'ServiceInstall',u'Name',u'N',None, None, None, None, u'Formatted',None, u'Internal Name of the Service',),
947 (u'ServiceInstall',u'Description',u'Y',None, None, None, None, u'Text',None, u'Description of service.',),
948 (u'ServiceInstall',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Required foreign key into the Component Table that controls the startup of the service',),
949 (u'ServiceInstall',u'Arguments',u'Y',None, None, None, None, u'Formatted',None, u'Arguments to include in every start of the service, passed to WinMain',),
950 (u'ServiceInstall',u'ServiceInstall',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized token.',),
951 (u'ServiceInstall',u'Dependencies',u'Y',None, None, None, None, u'Formatted',None, u'Other services this depends on to start. Separate by [~], and end with [~][~]',),
952 (u'ServiceInstall',u'DisplayName',u'Y',None, None, None, None, u'Formatted',None, u'External Name of the Service',),
953 (u'ServiceInstall',u'ErrorControl',u'N',-2147483647,2147483647,None, None, None, None, u'Severity of error if service fails to start',),
954 (u'ServiceInstall',u'LoadOrderGroup',u'Y',None, None, None, None, u'Formatted',None, u'LoadOrderGroup',),
955 (u'ServiceInstall',u'Password',u'Y',None, None, None, None, u'Formatted',None, u'password to run service with. (with StartName)',),
956 (u'ServiceInstall',u'ServiceType',u'N',-2147483647,2147483647,None, None, None, None, u'Type of the service',),
957 (u'ServiceInstall',u'StartName',u'Y',None, None, None, None, u'Formatted',None, u'User or object name to run service as',),
958 (u'ServiceInstall',u'StartType',u'N',0,4,None, None, None, None, u'Type of the service',),
959 (u'Shortcut',u'Name',u'N',None, None, None, None, u'Filename',None, u'The name of the shortcut to be created.',),
960 (u'Shortcut',u'Description',u'Y',None, None, None, None, u'Text',None, u'The description for the shortcut.',),
961 (u'Shortcut',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table denoting the component whose selection gates the the shortcut creation/deletion.',),
962 (u'Shortcut',u'Icon_',u'Y',None, None, u'Icon',1,u'Identifier',None, u'Foreign key into the File table denoting the external icon file for the shortcut.',),
963 (u'Shortcut',u'IconIndex',u'Y',-32767,32767,None, None, None, None, u'The icon index for the shortcut.',),
964 (u'Shortcut',u'Directory_',u'N',None, None, u'Directory',1,u'Identifier',None, u'Foreign key into the Directory table denoting the directory where the shortcut file is created.',),
965 (u'Shortcut',u'Target',u'N',None, None, None, None, u'Shortcut',None, u'The shortcut target. This is usually a property that is expanded to a file or a folder that the shortcut points to.',),
966 (u'Shortcut',u'Arguments',u'Y',None, None, None, None, u'Formatted',None, u'The command-line arguments for the shortcut.',),
967 (u'Shortcut',u'Shortcut',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized token.',),
968 (u'Shortcut',u'Hotkey',u'Y',0,32767,None, None, None, None, u'The hotkey for the shortcut. It has the virtual-key code for the key in the low-order byte, and the modifier flags in the high-order byte. ',),
969 (u'Shortcut',u'ShowCmd',u'Y',None, None, None, None, None, u'1;3;7',u'The show command for the application window.The following values may be used.',),
970 (u'Shortcut',u'WkDir',u'Y',None, None, None, None, u'Identifier',None, u'Name of property defining location of working directory.',),
971 (u'Signature',u'FileName',u'N',None, None, None, None, u'Filename',None, u'The name of the file. This may contain a "short name|long name" pair.',),
972 (u'Signature',u'Signature',u'N',None, None, None, None, u'Identifier',None, u'The table key. The Signature represents a unique file signature.',),
973 (u'Signature',u'Languages',u'Y',None, None, None, None, u'Language',None, u'The languages supported by the file.',),
974 (u'Signature',u'MaxDate',u'Y',0,2147483647,None, None, None, None, u'The maximum creation date of the file.',),
975 (u'Signature',u'MaxSize',u'Y',0,2147483647,None, None, None, None, u'The maximum size of the file. ',),
976 (u'Signature',u'MaxVersion',u'Y',None, None, None, None, u'Text',None, u'The maximum version of the file.',),
977 (u'Signature',u'MinDate',u'Y',0,2147483647,None, None, None, None, u'The minimum creation date of the file.',),
978 (u'Signature',u'MinSize',u'Y',0,2147483647,None, None, None, None, u'The minimum size of the file.',),
979 (u'Signature',u'MinVersion',u'Y',None, None, None, None, u'Text',None, u'The minimum version of the file.',),
980 (u'TextStyle',u'TextStyle',u'N',None, None, None, None, u'Identifier',None, u'Name of the style. The primary key of this table. This name is embedded in the texts to indicate a style change.',),
981 (u'TextStyle',u'Color',u'Y',0,16777215,None, None, None, None, u'A long integer indicating the color of the string in the RGB format (Red, Green, Blue each 0-255, RGB = R + 256*G + 256^2*B).',),
982 (u'TextStyle',u'FaceName',u'N',None, None, None, None, u'Text',None, u'A string indicating the name of the font used. Required. The string must be at most 31 characters long.',),
983 (u'TextStyle',u'Size',u'N',0,32767,None, None, None, None, u'The size of the font used. This size is given in our units (1/12 of the system font height). Assuming that the system font is set to 12 point size, this is equivalent to the point size.',),
984 (u'TextStyle',u'StyleBits',u'Y',0,15,None, None, None, None, u'A combination of style bits.',),
985 (u'TypeLib',u'Description',u'Y',None, None, None, None, u'Text',None, None, ),
986 (u'TypeLib',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'Required foreign key into the Feature Table, specifying the feature to validate or install in order for the type library to be operational.',),
987 (u'TypeLib',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Required foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.',),
988 (u'TypeLib',u'Directory_',u'Y',None, None, u'Directory',1,u'Identifier',None, u'Optional. The foreign key into the Directory table denoting the path to the help file for the type library.',),
989 (u'TypeLib',u'Language',u'N',0,32767,None, None, None, None, u'The language of the library.',),
990 (u'TypeLib',u'Version',u'Y',0,16777215,None, None, None, None, u'The version of the library. The minor version is in the lower 8 bits of the integer. The major version is in the next 16 bits. ',),
991 (u'TypeLib',u'Cost',u'Y',0,2147483647,None, None, None, None, u'The cost associated with the registration of the typelib. This column is currently optional.',),
992 (u'TypeLib',u'LibID',u'N',None, None, None, None, u'Guid',None, u'The GUID that represents the library.',),
993 (u'UIText',u'Text',u'Y',None, None, None, None, u'Text',None, u'The localized version of the string.',),
994 (u'UIText',u'Key',u'N',None, None, None, None, u'Identifier',None, u'A unique key that identifies the particular string.',),
995 (u'Upgrade',u'Attributes',u'N',0,2147483647,None, None, None, None, u'The attributes of this product set.',),
996 (u'Upgrade',u'Language',u'Y',None, None, None, None, u'Language',None, u'A comma-separated list of languages for either products in this set or products not in this set.',),
997 (u'Upgrade',u'ActionProperty',u'N',None, None, None, None, u'UpperCase',None, u'The property to set when a product in this set is found.',),
998 (u'Upgrade',u'Remove',u'Y',None, None, None, None, u'Formatted',None, u'The list of features to remove when uninstalling a product from this set. The default is "ALL".',),
999 (u'Upgrade',u'UpgradeCode',u'N',None, None, None, None, u'Guid',None, u'The UpgradeCode GUID belonging to the products in this set.',),
1000 (u'Upgrade',u'VersionMax',u'Y',None, None, None, None, u'Text',None, u'The maximum ProductVersion of the products in this set. The set may or may not include products with this particular version.',),
1001 (u'Upgrade',u'VersionMin',u'Y',None, None, None, None, u'Text',None, u'The minimum ProductVersion of the products in this set. The set may or may not include products with this particular version.',),
1002 (u'Verb',u'Sequence',u'Y',0,32767,None, None, None, None, u'Order within the verbs for a particular extension. Also used simply to specify the default verb.',),
1003 (u'Verb',u'Argument',u'Y',None, None, None, None, u'Formatted',None, u'Optional value for the command arguments.',),
1004 (u'Verb',u'Extension_',u'N',None, None, u'Extension',1,u'Text',None, u'The extension associated with the table row.',),
1005 (u'Verb',u'Verb',u'N',None, None, None, None, u'Text',None, u'The verb for the command.',),
1006 (u'Verb',u'Command',u'Y',None, None, None, None, u'Formatted',None, u'The command text.',),
1007 ]