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