schema.py

Go to the documentation of this file.
00001 from msilib import Table
00002 
00003 _Validation = Table('_Validation')
00004 _Validation.add_field(1,'Table',11552)
00005 _Validation.add_field(2,'Column',11552)
00006 _Validation.add_field(3,'Nullable',3332)
00007 _Validation.add_field(4,'MinValue',4356)
00008 _Validation.add_field(5,'MaxValue',4356)
00009 _Validation.add_field(6,'KeyTable',7679)
00010 _Validation.add_field(7,'KeyColumn',5378)
00011 _Validation.add_field(8,'Category',7456)
00012 _Validation.add_field(9,'Set',7679)
00013 _Validation.add_field(10,'Description',7679)
00014 
00015 ActionText = Table('ActionText')
00016 ActionText.add_field(1,'Action',11592)
00017 ActionText.add_field(2,'Description',7936)
00018 ActionText.add_field(3,'Template',7936)
00019 
00020 AdminExecuteSequence = Table('AdminExecuteSequence')
00021 AdminExecuteSequence.add_field(1,'Action',11592)
00022 AdminExecuteSequence.add_field(2,'Condition',7679)
00023 AdminExecuteSequence.add_field(3,'Sequence',5378)
00024 
00025 Condition = Table('Condition')
00026 Condition.add_field(1,'Feature_',11558)
00027 Condition.add_field(2,'Level',9474)
00028 Condition.add_field(3,'Condition',7679)
00029 
00030 AdminUISequence = Table('AdminUISequence')
00031 AdminUISequence.add_field(1,'Action',11592)
00032 AdminUISequence.add_field(2,'Condition',7679)
00033 AdminUISequence.add_field(3,'Sequence',5378)
00034 
00035 AdvtExecuteSequence = Table('AdvtExecuteSequence')
00036 AdvtExecuteSequence.add_field(1,'Action',11592)
00037 AdvtExecuteSequence.add_field(2,'Condition',7679)
00038 AdvtExecuteSequence.add_field(3,'Sequence',5378)
00039 
00040 AdvtUISequence = Table('AdvtUISequence')
00041 AdvtUISequence.add_field(1,'Action',11592)
00042 AdvtUISequence.add_field(2,'Condition',7679)
00043 AdvtUISequence.add_field(3,'Sequence',5378)
00044 
00045 AppId = Table('AppId')
00046 AppId.add_field(1,'AppId',11558)
00047 AppId.add_field(2,'RemoteServerName',7679)
00048 AppId.add_field(3,'LocalService',7679)
00049 AppId.add_field(4,'ServiceParameters',7679)
00050 AppId.add_field(5,'DllSurrogate',7679)
00051 AppId.add_field(6,'ActivateAtStorage',5378)
00052 AppId.add_field(7,'RunAsInteractiveUser',5378)
00053 
00054 AppSearch = Table('AppSearch')
00055 AppSearch.add_field(1,'Property',11592)
00056 AppSearch.add_field(2,'Signature_',11592)
00057 
00058 Property = Table('Property')
00059 Property.add_field(1,'Property',11592)
00060 Property.add_field(2,'Value',3840)
00061 
00062 BBControl = Table('BBControl')
00063 BBControl.add_field(1,'Billboard_',11570)
00064 BBControl.add_field(2,'BBControl',11570)
00065 BBControl.add_field(3,'Type',3378)
00066 BBControl.add_field(4,'X',1282)
00067 BBControl.add_field(5,'Y',1282)
00068 BBControl.add_field(6,'Width',1282)
00069 BBControl.add_field(7,'Height',1282)
00070 BBControl.add_field(8,'Attributes',4356)
00071 BBControl.add_field(9,'Text',7986)
00072 
00073 Billboard = Table('Billboard')
00074 Billboard.add_field(1,'Billboard',11570)
00075 Billboard.add_field(2,'Feature_',3366)
00076 Billboard.add_field(3,'Action',7474)
00077 Billboard.add_field(4,'Ordering',5378)
00078 
00079 Feature = Table('Feature')
00080 Feature.add_field(1,'Feature',11558)
00081 Feature.add_field(2,'Feature_Parent',7462)
00082 Feature.add_field(3,'Title',8000)
00083 Feature.add_field(4,'Description',8191)
00084 Feature.add_field(5,'Display',5378)
00085 Feature.add_field(6,'Level',1282)
00086 Feature.add_field(7,'Directory_',7496)
00087 Feature.add_field(8,'Attributes',1282)
00088 
00089 Binary = Table('Binary')
00090 Binary.add_field(1,'Name',11592)
00091 Binary.add_field(2,'Data',2304)
00092 
00093 BindImage = Table('BindImage')
00094 BindImage.add_field(1,'File_',11592)
00095 BindImage.add_field(2,'Path',7679)
00096 
00097 File = Table('File')
00098 File.add_field(1,'File',11592)
00099 File.add_field(2,'Component_',3400)
00100 File.add_field(3,'FileName',4095)
00101 File.add_field(4,'FileSize',260)
00102 File.add_field(5,'Version',7496)
00103 File.add_field(6,'Language',7444)
00104 File.add_field(7,'Attributes',5378)
00105 File.add_field(8,'Sequence',1282)
00106 
00107 CCPSearch = Table('CCPSearch')
00108 CCPSearch.add_field(1,'Signature_',11592)
00109 
00110 CheckBox = Table('CheckBox')
00111 CheckBox.add_field(1,'Property',11592)
00112 CheckBox.add_field(2,'Value',7488)
00113 
00114 Class = Table('Class')
00115 Class.add_field(1,'CLSID',11558)
00116 Class.add_field(2,'Context',11552)
00117 Class.add_field(3,'Component_',11592)
00118 Class.add_field(4,'ProgId_Default',7679)
00119 Class.add_field(5,'Description',8191)
00120 Class.add_field(6,'AppId_',7462)
00121 Class.add_field(7,'FileTypeMask',7679)
00122 Class.add_field(8,'Icon_',7496)
00123 Class.add_field(9,'IconIndex',5378)
00124 Class.add_field(10,'DefInprocHandler',7456)
00125 Class.add_field(11,'Argument',7679)
00126 Class.add_field(12,'Feature_',3366)
00127 Class.add_field(13,'Attributes',5378)
00128 
00129 Component = Table('Component')
00130 Component.add_field(1,'Component',11592)
00131 Component.add_field(2,'ComponentId',7462)
00132 Component.add_field(3,'Directory_',3400)
00133 Component.add_field(4,'Attributes',1282)
00134 Component.add_field(5,'Condition',7679)
00135 Component.add_field(6,'KeyPath',7496)
00136 
00137 Icon = Table('Icon')
00138 Icon.add_field(1,'Name',11592)
00139 Icon.add_field(2,'Data',2304)
00140 
00141 ProgId = Table('ProgId')
00142 ProgId.add_field(1,'ProgId',11775)
00143 ProgId.add_field(2,'ProgId_Parent',7679)
00144 ProgId.add_field(3,'Class_',7462)
00145 ProgId.add_field(4,'Description',8191)
00146 ProgId.add_field(5,'Icon_',7496)
00147 ProgId.add_field(6,'IconIndex',5378)
00148 
00149 ComboBox = Table('ComboBox')
00150 ComboBox.add_field(1,'Property',11592)
00151 ComboBox.add_field(2,'Order',9474)
00152 ComboBox.add_field(3,'Value',3392)
00153 ComboBox.add_field(4,'Text',8000)
00154 
00155 CompLocator = Table('CompLocator')
00156 CompLocator.add_field(1,'Signature_',11592)
00157 CompLocator.add_field(2,'ComponentId',3366)
00158 CompLocator.add_field(3,'Type',5378)
00159 
00160 Complus = Table('Complus')
00161 Complus.add_field(1,'Component_',11592)
00162 Complus.add_field(2,'ExpType',13570)
00163 
00164 Directory = Table('Directory')
00165 Directory.add_field(1,'Directory',11592)
00166 Directory.add_field(2,'Directory_Parent',7496)
00167 Directory.add_field(3,'DefaultDir',4095)
00168 
00169 Control = Table('Control')
00170 Control.add_field(1,'Dialog_',11592)
00171 Control.add_field(2,'Control',11570)
00172 Control.add_field(3,'Type',3348)
00173 Control.add_field(4,'X',1282)
00174 Control.add_field(5,'Y',1282)
00175 Control.add_field(6,'Width',1282)
00176 Control.add_field(7,'Height',1282)
00177 Control.add_field(8,'Attributes',4356)
00178 Control.add_field(9,'Property',7474)
00179 Control.add_field(10,'Text',7936)
00180 Control.add_field(11,'Control_Next',7474)
00181 Control.add_field(12,'Help',7986)
00182 
00183 Dialog = Table('Dialog')
00184 Dialog.add_field(1,'Dialog',11592)
00185 Dialog.add_field(2,'HCentering',1282)
00186 Dialog.add_field(3,'VCentering',1282)
00187 Dialog.add_field(4,'Width',1282)
00188 Dialog.add_field(5,'Height',1282)
00189 Dialog.add_field(6,'Attributes',4356)
00190 Dialog.add_field(7,'Title',8064)
00191 Dialog.add_field(8,'Control_First',3378)
00192 Dialog.add_field(9,'Control_Default',7474)
00193 Dialog.add_field(10,'Control_Cancel',7474)
00194 
00195 ControlCondition = Table('ControlCondition')
00196 ControlCondition.add_field(1,'Dialog_',11592)
00197 ControlCondition.add_field(2,'Control_',11570)
00198 ControlCondition.add_field(3,'Action',11570)
00199 ControlCondition.add_field(4,'Condition',11775)
00200 
00201 ControlEvent = Table('ControlEvent')
00202 ControlEvent.add_field(1,'Dialog_',11592)
00203 ControlEvent.add_field(2,'Control_',11570)
00204 ControlEvent.add_field(3,'Event',11570)
00205 ControlEvent.add_field(4,'Argument',11775)
00206 ControlEvent.add_field(5,'Condition',15871)
00207 ControlEvent.add_field(6,'Ordering',5378)
00208 
00209 CreateFolder = Table('CreateFolder')
00210 CreateFolder.add_field(1,'Directory_',11592)
00211 CreateFolder.add_field(2,'Component_',11592)
00212 
00213 CustomAction = Table('CustomAction')
00214 CustomAction.add_field(1,'Action',11592)
00215 CustomAction.add_field(2,'Type',1282)
00216 CustomAction.add_field(3,'Source',7496)
00217 CustomAction.add_field(4,'Target',7679)
00218 
00219 DrLocator = Table('DrLocator')
00220 DrLocator.add_field(1,'Signature_',11592)
00221 DrLocator.add_field(2,'Parent',15688)
00222 DrLocator.add_field(3,'Path',15871)
00223 DrLocator.add_field(4,'Depth',5378)
00224 
00225 DuplicateFile = Table('DuplicateFile')
00226 DuplicateFile.add_field(1,'FileKey',11592)
00227 DuplicateFile.add_field(2,'Component_',3400)
00228 DuplicateFile.add_field(3,'File_',3400)
00229 DuplicateFile.add_field(4,'DestName',8191)
00230 DuplicateFile.add_field(5,'DestFolder',7496)
00231 
00232 Environment = Table('Environment')
00233 Environment.add_field(1,'Environment',11592)
00234 Environment.add_field(2,'Name',4095)
00235 Environment.add_field(3,'Value',8191)
00236 Environment.add_field(4,'Component_',3400)
00237 
00238 Error = Table('Error')
00239 Error.add_field(1,'Error',9474)
00240 Error.add_field(2,'Message',7936)
00241 
00242 EventMapping = Table('EventMapping')
00243 EventMapping.add_field(1,'Dialog_',11592)
00244 EventMapping.add_field(2,'Control_',11570)
00245 EventMapping.add_field(3,'Event',11570)
00246 EventMapping.add_field(4,'Attribute',3378)
00247 
00248 Extension = Table('Extension')
00249 Extension.add_field(1,'Extension',11775)
00250 Extension.add_field(2,'Component_',11592)
00251 Extension.add_field(3,'ProgId_',7679)
00252 Extension.add_field(4,'MIME_',7488)
00253 Extension.add_field(5,'Feature_',3366)
00254 
00255 MIME = Table('MIME')
00256 MIME.add_field(1,'ContentType',11584)
00257 MIME.add_field(2,'Extension_',3583)
00258 MIME.add_field(3,'CLSID',7462)
00259 
00260 FeatureComponents = Table('FeatureComponents')
00261 FeatureComponents.add_field(1,'Feature_',11558)
00262 FeatureComponents.add_field(2,'Component_',11592)
00263 
00264 FileSFPCatalog = Table('FileSFPCatalog')
00265 FileSFPCatalog.add_field(1,'File_',11592)
00266 FileSFPCatalog.add_field(2,'SFPCatalog_',11775)
00267 
00268 SFPCatalog = Table('SFPCatalog')
00269 SFPCatalog.add_field(1,'SFPCatalog',11775)
00270 SFPCatalog.add_field(2,'Catalog',2304)
00271 SFPCatalog.add_field(3,'Dependency',7424)
00272 
00273 Font = Table('Font')
00274 Font.add_field(1,'File_',11592)
00275 Font.add_field(2,'FontTitle',7552)
00276 
00277 IniFile = Table('IniFile')
00278 IniFile.add_field(1,'IniFile',11592)
00279 IniFile.add_field(2,'FileName',4095)
00280 IniFile.add_field(3,'DirProperty',7496)
00281 IniFile.add_field(4,'Section',3936)
00282 IniFile.add_field(5,'Key',3968)
00283 IniFile.add_field(6,'Value',4095)
00284 IniFile.add_field(7,'Action',1282)
00285 IniFile.add_field(8,'Component_',3400)
00286 
00287 IniLocator = Table('IniLocator')
00288 IniLocator.add_field(1,'Signature_',11592)
00289 IniLocator.add_field(2,'FileName',3583)
00290 IniLocator.add_field(3,'Section',3424)
00291 IniLocator.add_field(4,'Key',3456)
00292 IniLocator.add_field(5,'Field',5378)
00293 IniLocator.add_field(6,'Type',5378)
00294 
00295 InstallExecuteSequence = Table('InstallExecuteSequence')
00296 InstallExecuteSequence.add_field(1,'Action',11592)
00297 InstallExecuteSequence.add_field(2,'Condition',7679)
00298 InstallExecuteSequence.add_field(3,'Sequence',5378)
00299 
00300 InstallUISequence = Table('InstallUISequence')
00301 InstallUISequence.add_field(1,'Action',11592)
00302 InstallUISequence.add_field(2,'Condition',7679)
00303 InstallUISequence.add_field(3,'Sequence',5378)
00304 
00305 IsolatedComponent = Table('IsolatedComponent')
00306 IsolatedComponent.add_field(1,'Component_Shared',11592)
00307 IsolatedComponent.add_field(2,'Component_Application',11592)
00308 
00309 LaunchCondition = Table('LaunchCondition')
00310 LaunchCondition.add_field(1,'Condition',11775)
00311 LaunchCondition.add_field(2,'Description',4095)
00312 
00313 ListBox = Table('ListBox')
00314 ListBox.add_field(1,'Property',11592)
00315 ListBox.add_field(2,'Order',9474)
00316 ListBox.add_field(3,'Value',3392)
00317 ListBox.add_field(4,'Text',8000)
00318 
00319 ListView = Table('ListView')
00320 ListView.add_field(1,'Property',11592)
00321 ListView.add_field(2,'Order',9474)
00322 ListView.add_field(3,'Value',3392)
00323 ListView.add_field(4,'Text',8000)
00324 ListView.add_field(5,'Binary_',7496)
00325 
00326 LockPermissions = Table('LockPermissions')
00327 LockPermissions.add_field(1,'LockObject',11592)
00328 LockPermissions.add_field(2,'Table',11552)
00329 LockPermissions.add_field(3,'Domain',15871)
00330 LockPermissions.add_field(4,'User',11775)
00331 LockPermissions.add_field(5,'Permission',4356)
00332 
00333 Media = Table('Media')
00334 Media.add_field(1,'DiskId',9474)
00335 Media.add_field(2,'LastSequence',1282)
00336 Media.add_field(3,'DiskPrompt',8000)
00337 Media.add_field(4,'Cabinet',7679)
00338 Media.add_field(5,'VolumeLabel',7456)
00339 Media.add_field(6,'Source',7496)
00340 
00341 MoveFile = Table('MoveFile')
00342 MoveFile.add_field(1,'FileKey',11592)
00343 MoveFile.add_field(2,'Component_',3400)
00344 MoveFile.add_field(3,'SourceName',8191)
00345 MoveFile.add_field(4,'DestName',8191)
00346 MoveFile.add_field(5,'SourceFolder',7496)
00347 MoveFile.add_field(6,'DestFolder',3400)
00348 MoveFile.add_field(7,'Options',1282)
00349 
00350 MsiAssembly = Table('MsiAssembly')
00351 MsiAssembly.add_field(1,'Component_',11592)
00352 MsiAssembly.add_field(2,'Feature_',3366)
00353 MsiAssembly.add_field(3,'File_Manifest',7496)
00354 MsiAssembly.add_field(4,'File_Application',7496)
00355 MsiAssembly.add_field(5,'Attributes',5378)
00356 
00357 MsiAssemblyName = Table('MsiAssemblyName')
00358 MsiAssemblyName.add_field(1,'Component_',11592)
00359 MsiAssemblyName.add_field(2,'Name',11775)
00360 MsiAssemblyName.add_field(3,'Value',3583)
00361 
00362 MsiDigitalCertificate = Table('MsiDigitalCertificate')
00363 MsiDigitalCertificate.add_field(1,'DigitalCertificate',11592)
00364 MsiDigitalCertificate.add_field(2,'CertData',2304)
00365 
00366 MsiDigitalSignature = Table('MsiDigitalSignature')
00367 MsiDigitalSignature.add_field(1,'Table',11552)
00368 MsiDigitalSignature.add_field(2,'SignObject',11592)
00369 MsiDigitalSignature.add_field(3,'DigitalCertificate_',3400)
00370 MsiDigitalSignature.add_field(4,'Hash',6400)
00371 
00372 MsiFileHash = Table('MsiFileHash')
00373 MsiFileHash.add_field(1,'File_',11592)
00374 MsiFileHash.add_field(2,'Options',1282)
00375 MsiFileHash.add_field(3,'HashPart1',260)
00376 MsiFileHash.add_field(4,'HashPart2',260)
00377 MsiFileHash.add_field(5,'HashPart3',260)
00378 MsiFileHash.add_field(6,'HashPart4',260)
00379 
00380 MsiPatchHeaders = Table('MsiPatchHeaders')
00381 MsiPatchHeaders.add_field(1,'StreamRef',11558)
00382 MsiPatchHeaders.add_field(2,'Header',2304)
00383 
00384 ODBCAttribute = Table('ODBCAttribute')
00385 ODBCAttribute.add_field(1,'Driver_',11592)
00386 ODBCAttribute.add_field(2,'Attribute',11560)
00387 ODBCAttribute.add_field(3,'Value',8191)
00388 
00389 ODBCDriver = Table('ODBCDriver')
00390 ODBCDriver.add_field(1,'Driver',11592)
00391 ODBCDriver.add_field(2,'Component_',3400)
00392 ODBCDriver.add_field(3,'Description',3583)
00393 ODBCDriver.add_field(4,'File_',3400)
00394 ODBCDriver.add_field(5,'File_Setup',7496)
00395 
00396 ODBCDataSource = Table('ODBCDataSource')
00397 ODBCDataSource.add_field(1,'DataSource',11592)
00398 ODBCDataSource.add_field(2,'Component_',3400)
00399 ODBCDataSource.add_field(3,'Description',3583)
00400 ODBCDataSource.add_field(4,'DriverDescription',3583)
00401 ODBCDataSource.add_field(5,'Registration',1282)
00402 
00403 ODBCSourceAttribute = Table('ODBCSourceAttribute')
00404 ODBCSourceAttribute.add_field(1,'DataSource_',11592)
00405 ODBCSourceAttribute.add_field(2,'Attribute',11552)
00406 ODBCSourceAttribute.add_field(3,'Value',8191)
00407 
00408 ODBCTranslator = Table('ODBCTranslator')
00409 ODBCTranslator.add_field(1,'Translator',11592)
00410 ODBCTranslator.add_field(2,'Component_',3400)
00411 ODBCTranslator.add_field(3,'Description',3583)
00412 ODBCTranslator.add_field(4,'File_',3400)
00413 ODBCTranslator.add_field(5,'File_Setup',7496)
00414 
00415 Patch = Table('Patch')
00416 Patch.add_field(1,'File_',11592)
00417 Patch.add_field(2,'Sequence',9474)
00418 Patch.add_field(3,'PatchSize',260)
00419 Patch.add_field(4,'Attributes',1282)
00420 Patch.add_field(5,'Header',6400)
00421 Patch.add_field(6,'StreamRef_',7462)
00422 
00423 PatchPackage = Table('PatchPackage')
00424 PatchPackage.add_field(1,'PatchId',11558)
00425 PatchPackage.add_field(2,'Media_',1282)
00426 
00427 PublishComponent = Table('PublishComponent')
00428 PublishComponent.add_field(1,'ComponentId',11558)
00429 PublishComponent.add_field(2,'Qualifier',11775)
00430 PublishComponent.add_field(3,'Component_',11592)
00431 PublishComponent.add_field(4,'AppData',8191)
00432 PublishComponent.add_field(5,'Feature_',3366)
00433 
00434 RadioButton = Table('RadioButton')
00435 RadioButton.add_field(1,'Property',11592)
00436 RadioButton.add_field(2,'Order',9474)
00437 RadioButton.add_field(3,'Value',3392)
00438 RadioButton.add_field(4,'X',1282)
00439 RadioButton.add_field(5,'Y',1282)
00440 RadioButton.add_field(6,'Width',1282)
00441 RadioButton.add_field(7,'Height',1282)
00442 RadioButton.add_field(8,'Text',8000)
00443 RadioButton.add_field(9,'Help',7986)
00444 
00445 Registry = Table('Registry')
00446 Registry.add_field(1,'Registry',11592)
00447 Registry.add_field(2,'Root',1282)
00448 Registry.add_field(3,'Key',4095)
00449 Registry.add_field(4,'Name',8191)
00450 Registry.add_field(5,'Value',7936)
00451 Registry.add_field(6,'Component_',3400)
00452 
00453 RegLocator = Table('RegLocator')
00454 RegLocator.add_field(1,'Signature_',11592)
00455 RegLocator.add_field(2,'Root',1282)
00456 RegLocator.add_field(3,'Key',3583)
00457 RegLocator.add_field(4,'Name',7679)
00458 RegLocator.add_field(5,'Type',5378)
00459 
00460 RemoveFile = Table('RemoveFile')
00461 RemoveFile.add_field(1,'FileKey',11592)
00462 RemoveFile.add_field(2,'Component_',3400)
00463 RemoveFile.add_field(3,'FileName',8191)
00464 RemoveFile.add_field(4,'DirProperty',3400)
00465 RemoveFile.add_field(5,'InstallMode',1282)
00466 
00467 RemoveIniFile = Table('RemoveIniFile')
00468 RemoveIniFile.add_field(1,'RemoveIniFile',11592)
00469 RemoveIniFile.add_field(2,'FileName',4095)
00470 RemoveIniFile.add_field(3,'DirProperty',7496)
00471 RemoveIniFile.add_field(4,'Section',3936)
00472 RemoveIniFile.add_field(5,'Key',3968)
00473 RemoveIniFile.add_field(6,'Value',8191)
00474 RemoveIniFile.add_field(7,'Action',1282)
00475 RemoveIniFile.add_field(8,'Component_',3400)
00476 
00477 RemoveRegistry = Table('RemoveRegistry')
00478 RemoveRegistry.add_field(1,'RemoveRegistry',11592)
00479 RemoveRegistry.add_field(2,'Root',1282)
00480 RemoveRegistry.add_field(3,'Key',4095)
00481 RemoveRegistry.add_field(4,'Name',8191)
00482 RemoveRegistry.add_field(5,'Component_',3400)
00483 
00484 ReserveCost = Table('ReserveCost')
00485 ReserveCost.add_field(1,'ReserveKey',11592)
00486 ReserveCost.add_field(2,'Component_',3400)
00487 ReserveCost.add_field(3,'ReserveFolder',7496)
00488 ReserveCost.add_field(4,'ReserveLocal',260)
00489 ReserveCost.add_field(5,'ReserveSource',260)
00490 
00491 SelfReg = Table('SelfReg')
00492 SelfReg.add_field(1,'File_',11592)
00493 SelfReg.add_field(2,'Cost',5378)
00494 
00495 ServiceControl = Table('ServiceControl')
00496 ServiceControl.add_field(1,'ServiceControl',11592)
00497 ServiceControl.add_field(2,'Name',4095)
00498 ServiceControl.add_field(3,'Event',1282)
00499 ServiceControl.add_field(4,'Arguments',8191)
00500 ServiceControl.add_field(5,'Wait',5378)
00501 ServiceControl.add_field(6,'Component_',3400)
00502 
00503 ServiceInstall = Table('ServiceInstall')
00504 ServiceInstall.add_field(1,'ServiceInstall',11592)
00505 ServiceInstall.add_field(2,'Name',3583)
00506 ServiceInstall.add_field(3,'DisplayName',8191)
00507 ServiceInstall.add_field(4,'ServiceType',260)
00508 ServiceInstall.add_field(5,'StartType',260)
00509 ServiceInstall.add_field(6,'ErrorControl',260)
00510 ServiceInstall.add_field(7,'LoadOrderGroup',7679)
00511 ServiceInstall.add_field(8,'Dependencies',7679)
00512 ServiceInstall.add_field(9,'StartName',7679)
00513 ServiceInstall.add_field(10,'Password',7679)
00514 ServiceInstall.add_field(11,'Arguments',7679)
00515 ServiceInstall.add_field(12,'Component_',3400)
00516 ServiceInstall.add_field(13,'Description',8191)
00517 
00518 Shortcut = Table('Shortcut')
00519 Shortcut.add_field(1,'Shortcut',11592)
00520 Shortcut.add_field(2,'Directory_',3400)
00521 Shortcut.add_field(3,'Name',3968)
00522 Shortcut.add_field(4,'Component_',3400)
00523 Shortcut.add_field(5,'Target',3400)
00524 Shortcut.add_field(6,'Arguments',7679)
00525 Shortcut.add_field(7,'Description',8191)
00526 Shortcut.add_field(8,'Hotkey',5378)
00527 Shortcut.add_field(9,'Icon_',7496)
00528 Shortcut.add_field(10,'IconIndex',5378)
00529 Shortcut.add_field(11,'ShowCmd',5378)
00530 Shortcut.add_field(12,'WkDir',7496)
00531 
00532 Signature = Table('Signature')
00533 Signature.add_field(1,'Signature',11592)
00534 Signature.add_field(2,'FileName',3583)
00535 Signature.add_field(3,'MinVersion',7444)
00536 Signature.add_field(4,'MaxVersion',7444)
00537 Signature.add_field(5,'MinSize',4356)
00538 Signature.add_field(6,'MaxSize',4356)
00539 Signature.add_field(7,'MinDate',4356)
00540 Signature.add_field(8,'MaxDate',4356)
00541 Signature.add_field(9,'Languages',7679)
00542 
00543 TextStyle = Table('TextStyle')
00544 TextStyle.add_field(1,'TextStyle',11592)
00545 TextStyle.add_field(2,'FaceName',3360)
00546 TextStyle.add_field(3,'Size',1282)
00547 TextStyle.add_field(4,'Color',4356)
00548 TextStyle.add_field(5,'StyleBits',5378)
00549 
00550 TypeLib = Table('TypeLib')
00551 TypeLib.add_field(1,'LibID',11558)
00552 TypeLib.add_field(2,'Language',9474)
00553 TypeLib.add_field(3,'Component_',11592)
00554 TypeLib.add_field(4,'Version',4356)
00555 TypeLib.add_field(5,'Description',8064)
00556 TypeLib.add_field(6,'Directory_',7496)
00557 TypeLib.add_field(7,'Feature_',3366)
00558 TypeLib.add_field(8,'Cost',4356)
00559 
00560 UIText = Table('UIText')
00561 UIText.add_field(1,'Key',11592)
00562 UIText.add_field(2,'Text',8191)
00563 
00564 Upgrade = Table('Upgrade')
00565 Upgrade.add_field(1,'UpgradeCode',11558)
00566 Upgrade.add_field(2,'VersionMin',15636)
00567 Upgrade.add_field(3,'VersionMax',15636)
00568 Upgrade.add_field(4,'Language',15871)
00569 Upgrade.add_field(5,'Attributes',8452)
00570 Upgrade.add_field(6,'Remove',7679)
00571 Upgrade.add_field(7,'ActionProperty',3400)
00572 
00573 Verb = Table('Verb')
00574 Verb.add_field(1,'Extension_',11775)
00575 Verb.add_field(2,'Verb',11552)
00576 Verb.add_field(3,'Sequence',5378)
00577 Verb.add_field(4,'Command',8191)
00578 Verb.add_field(5,'Argument',8191)
00579 
00580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb]
00581 
00582 _Validation_records = [
00583 (u'_Validation',u'Table',u'N',None, None, None, None, u'Identifier',None, u'Name of table',),
00584 (u'_Validation',u'Column',u'N',None, None, None, None, u'Identifier',None, u'Name of column',),
00585 (u'_Validation',u'Description',u'Y',None, None, None, None, u'Text',None, u'Description of column',),
00586 (u'_Validation',u'Set',u'Y',None, None, None, None, u'Text',None, u'Set of values that are permitted',),
00587 (u'_Validation',u'Category',u'Y',None, None, None, None, None, u'Text;Formatted;Template;Condition;Guid;Path;Version;Language;Identifier;Binary;UpperCase;LowerCase;Filename;Paths;AnyPath;WildCardFilename;RegPath;KeyFormatted;CustomSource;Property;Cabinet;Shortcut;URL',u'String category',),
00588 (u'_Validation',u'KeyColumn',u'Y',1,32,None, None, None, None, u'Column to which foreign key connects',),
00589 (u'_Validation',u'KeyTable',u'Y',None, None, None, None, u'Identifier',None, u'For foreign key, Name of table to which data must link',),
00590 (u'_Validation',u'MaxValue',u'Y',-2147483647,2147483647,None, None, None, None, u'Maximum value allowed',),
00591 (u'_Validation',u'MinValue',u'Y',-2147483647,2147483647,None, None, None, None, u'Minimum value allowed',),
00592 (u'_Validation',u'Nullable',u'N',None, None, None, None, None, u'Y;N;@',u'Whether the column is nullable',),
00593 (u'ActionText',u'Description',u'Y',None, None, None, None, u'Text',None, u'Localized description displayed in progress dialog and log when action is executing.',),
00594 (u'ActionText',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Name of action to be described.',),
00595 (u'ActionText',u'Template',u'Y',None, None, None, None, u'Template',None, u'Optional localized format template used to format action data records for display during action execution.',),
00596 (u'AdminExecuteSequence',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Name of action to invoke, either in the engine or the handler DLL.',),
00597 (u'AdminExecuteSequence',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.',),
00598 (u'AdminExecuteSequence',u'Sequence',u'Y',-4,32767,None, None, None, None, u'Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action.',),
00599 (u'Condition',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'Expression evaluated to determine if Level in the Feature table is to change.',),
00600 (u'Condition',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'Reference to a Feature entry in Feature table.',),
00601 (u'Condition',u'Level',u'N',0,32767,None, None, None, None, u'New selection Level to set in Feature table if Condition evaluates to TRUE.',),
00602 (u'AdminUISequence',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Name of action to invoke, either in the engine or the handler DLL.',),
00603 (u'AdminUISequence',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.',),
00604 (u'AdminUISequence',u'Sequence',u'Y',-4,32767,None, None, None, None, u'Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action.',),
00605 (u'AdvtExecuteSequence',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Name of action to invoke, either in the engine or the handler DLL.',),
00606 (u'AdvtExecuteSequence',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.',),
00607 (u'AdvtExecuteSequence',u'Sequence',u'Y',-4,32767,None, None, None, None, u'Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action.',),
00608 (u'AdvtUISequence',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Name of action to invoke, either in the engine or the handler DLL.',),
00609 (u'AdvtUISequence',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.',),
00610 (u'AdvtUISequence',u'Sequence',u'Y',-4,32767,None, None, None, None, u'Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action.',),
00611 (u'AppId',u'AppId',u'N',None, None, None, None, u'Guid',None, None, ),
00612 (u'AppId',u'ActivateAtStorage',u'Y',0,1,None, None, None, None, None, ),
00613 (u'AppId',u'DllSurrogate',u'Y',None, None, None, None, u'Text',None, None, ),
00614 (u'AppId',u'LocalService',u'Y',None, None, None, None, u'Text',None, None, ),
00615 (u'AppId',u'RemoteServerName',u'Y',None, None, None, None, u'Formatted',None, None, ),
00616 (u'AppId',u'RunAsInteractiveUser',u'Y',0,1,None, None, None, None, None, ),
00617 (u'AppId',u'ServiceParameters',u'Y',None, None, None, None, u'Text',None, None, ),
00618 (u'AppSearch',u'Property',u'N',None, None, None, None, u'Identifier',None, u'The property associated with a Signature',),
00619 (u'AppSearch',u'Signature_',u'N',None, None, u'Signature;RegLocator;IniLocator;DrLocator;CompLocator',1,u'Identifier',None, u'The Signature_ represents a unique file signature and is also the foreign key in the Signature,  RegLocator, IniLocator, CompLocator and the DrLocator tables.',),
00620 (u'Property',u'Property',u'N',None, None, None, None, u'Identifier',None, u'Name of property, uppercase if settable by launcher or loader.',),
00621 (u'Property',u'Value',u'N',None, None, None, None, u'Text',None, u'String value for property.  Never null or empty.',),
00622 (u'BBControl',u'Type',u'N',None, None, None, None, u'Identifier',None, u'The type of the control.',),
00623 (u'BBControl',u'Y',u'N',0,32767,None, None, None, None, u'Vertical coordinate of the upper left corner of the bounding rectangle of the control.',),
00624 (u'BBControl',u'Text',u'Y',None, None, None, None, u'Text',None, u'A string used to set the initial text contained within a control (if appropriate).',),
00625 (u'BBControl',u'BBControl',u'N',None, None, None, None, u'Identifier',None, u'Name of the control. This name must be unique within a billboard, but can repeat on different billboard.',),
00626 (u'BBControl',u'Attributes',u'Y',0,2147483647,None, None, None, None, u'A 32-bit word that specifies the attribute flags to be applied to this control.',),
00627 (u'BBControl',u'Billboard_',u'N',None, None, u'Billboard',1,u'Identifier',None, u'External key to the Billboard table, name of the billboard.',),
00628 (u'BBControl',u'Height',u'N',0,32767,None, None, None, None, u'Height of the bounding rectangle of the control.',),
00629 (u'BBControl',u'Width',u'N',0,32767,None, None, None, None, u'Width of the bounding rectangle of the control.',),
00630 (u'BBControl',u'X',u'N',0,32767,None, None, None, None, u'Horizontal coordinate of the upper left corner of the bounding rectangle of the control.',),
00631 (u'Billboard',u'Action',u'Y',None, None, None, None, u'Identifier',None, u'The name of an action. The billboard is displayed during the progress messages received from this action.',),
00632 (u'Billboard',u'Billboard',u'N',None, None, None, None, u'Identifier',None, u'Name of the billboard.',),
00633 (u'Billboard',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'An external key to the Feature Table. The billboard is shown only if this feature is being installed.',),
00634 (u'Billboard',u'Ordering',u'Y',0,32767,None, None, None, None, u'A positive integer. If there is more than one billboard corresponding to an action they will be shown in the order defined by this column.',),
00635 (u'Feature',u'Description',u'Y',None, None, None, None, u'Text',None, u'Longer descriptive text describing a visible feature item.',),
00636 (u'Feature',u'Attributes',u'N',None, None, None, None, None, u'0;1;2;4;5;6;8;9;10;16;17;18;20;21;22;24;25;26;32;33;34;36;37;38;48;49;50;52;53;54',u'Feature attributes',),
00637 (u'Feature',u'Feature',u'N',None, None, None, None, u'Identifier',None, u'Primary key used to identify a particular feature record.',),
00638 (u'Feature',u'Directory_',u'Y',None, None, u'Directory',1,u'UpperCase',None, u'The name of the Directory that can be configured by the UI. A non-null value will enable the browse button.',),
00639 (u'Feature',u'Level',u'N',0,32767,None, None, None, None, u'The install level at which record will be initially selected. An install level of 0 will disable an item and prevent its display.',),
00640 (u'Feature',u'Title',u'Y',None, None, None, None, u'Text',None, u'Short text identifying a visible feature item.',),
00641 (u'Feature',u'Display',u'Y',0,32767,None, None, None, None, u'Numeric sort order, used to force a specific display ordering.',),
00642 (u'Feature',u'Feature_Parent',u'Y',None, None, u'Feature',1,u'Identifier',None, u'Optional key of a parent record in the same table. If the parent is not selected, then the record will not be installed. Null indicates a root item.',),
00643 (u'Binary',u'Name',u'N',None, None, None, None, u'Identifier',None, u'Unique key identifying the binary data.',),
00644 (u'Binary',u'Data',u'N',None, None, None, None, u'Binary',None, u'The unformatted binary data.',),
00645 (u'BindImage',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'The index into the File table. This must be an executable file.',),
00646 (u'BindImage',u'Path',u'Y',None, None, None, None, u'Paths',None, u'A list of ;  delimited paths that represent the paths to be searched for the import DLLS. The list is usually a list of properties each enclosed within square brackets [] .',),
00647 (u'File',u'Sequence',u'N',1,32767,None, None, None, None, u'Sequence with respect to the media images; order must track cabinet order.',),
00648 (u'File',u'Attributes',u'Y',0,32767,None, None, None, None, u'Integer containing bit flags representing file attributes (with the decimal value of each bit position in parentheses)',),
00649 (u'File',u'File',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized token, must match identifier in cabinet.  For uncompressed files, this field is ignored.',),
00650 (u'File',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key referencing Component that controls the file.',),
00651 (u'File',u'FileName',u'N',None, None, None, None, u'Filename',None, u'File name used for installation, may be localized.  This may contain a "short name|long name" pair.',),
00652 (u'File',u'FileSize',u'N',0,2147483647,None, None, None, None, u'Size of file in bytes (long integer).',),
00653 (u'File',u'Language',u'Y',None, None, None, None, u'Language',None, u'List of decimal language Ids, comma-separated if more than one.',),
00654 (u'File',u'Version',u'Y',None, None, u'File',1,u'Version',None, u'Version string for versioned files;  Blank for unversioned files.',),
00655 (u'CCPSearch',u'Signature_',u'N',None, None, u'Signature;RegLocator;IniLocator;DrLocator;CompLocator',1,u'Identifier',None, u'The Signature_ represents a unique file signature and is also the foreign key in the Signature,  RegLocator, IniLocator, CompLocator and the DrLocator tables.',),
00656 (u'CheckBox',u'Property',u'N',None, None, None, None, u'Identifier',None, u'A named property to be tied to the item.',),
00657 (u'CheckBox',u'Value',u'Y',None, None, None, None, u'Formatted',None, u'The value string associated with the item.',),
00658 (u'Class',u'Description',u'Y',None, None, None, None, u'Text',None, u'Localized description for the Class.',),
00659 (u'Class',u'Attributes',u'Y',None, 32767,None, None, None, None, u'Class registration attributes.',),
00660 (u'Class',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'Required foreign key into the Feature Table, specifying the feature to validate or install in order for the CLSID factory to be operational.',),
00661 (u'Class',u'AppId_',u'Y',None, None, u'AppId',1,u'Guid',None, u'Optional AppID containing DCOM information for associated application (string GUID).',),
00662 (u'Class',u'Argument',u'Y',None, None, None, None, u'Formatted',None, u'optional argument for LocalServers.',),
00663 (u'Class',u'CLSID',u'N',None, None, None, None, u'Guid',None, u'The CLSID of an OLE factory.',),
00664 (u'Class',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Required foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.',),
00665 (u'Class',u'Context',u'N',None, None, None, None, u'Identifier',None, u'The numeric server context for this server. CLSCTX_xxxx',),
00666 (u'Class',u'DefInprocHandler',u'Y',None, None, None, None, u'Filename',u'1;2;3',u'Optional default inproc handler.  Only optionally provided if Context=CLSCTX_LOCAL_SERVER.  Typically "ole32.dll" or "mapi32.dll"',),
00667 (u'Class',u'FileTypeMask',u'Y',None, None, None, None, u'Text',None, u'Optional string containing information for the HKCRthis CLSID) key. If multiple patterns exist, they must be delimited by a semicolon, and numeric subkeys will be generated: 0,1,2...',),
00668 (u'Class',u'Icon_',u'Y',None, None, u'Icon',1,u'Identifier',None, u'Optional foreign key into the Icon Table, specifying the icon file associated with this CLSID. Will be written under the DefaultIcon key.',),
00669 (u'Class',u'IconIndex',u'Y',-32767,32767,None, None, None, None, u'Optional icon index.',),
00670 (u'Class',u'ProgId_Default',u'Y',None, None, u'ProgId',1,u'Text',None, u'Optional ProgId associated with this CLSID.',),
00671 (u'Component',u'Condition',u'Y',None, None, None, None, u'Condition',None, u"A conditional statement that will disable this component if the specified condition evaluates to the 'True' state. If a component is disabled, it will not be installed, regardless of the 'Action' state associated with the component.",),
00672 (u'Component',u'Attributes',u'N',None, None, None, None, None, None, u'Remote execution option, one of irsEnum',),
00673 (u'Component',u'Component',u'N',None, None, None, None, u'Identifier',None, u'Primary key used to identify a particular component record.',),
00674 (u'Component',u'ComponentId',u'Y',None, None, None, None, u'Guid',None, u'A string GUID unique to this component, version, and language.',),
00675 (u'Component',u'Directory_',u'N',None, None, u'Directory',1,u'Identifier',None, u'Required key of a Directory table record. This is actually a property name whose value contains the actual path, set either by the AppSearch action or with the default setting obtained from the Directory table.',),
00676 (u'Component',u'KeyPath',u'Y',None, None, u'File;Registry;ODBCDataSource',1,u'Identifier',None, u'Either the primary key into the File table, Registry table, or ODBCDataSource table. This extract path is stored when the component is installed, and is used to detect the presence of the component and to return the path to it.',),
00677 (u'Icon',u'Name',u'N',None, None, None, None, u'Identifier',None, u'Primary key. Name of the icon file.',),
00678 (u'Icon',u'Data',u'N',None, None, None, None, u'Binary',None, u'Binary stream. The binary icon data in PE (.DLL or .EXE) or icon (.ICO) format.',),
00679 (u'ProgId',u'Description',u'Y',None, None, None, None, u'Text',None, u'Localized description for the Program identifier.',),
00680 (u'ProgId',u'Icon_',u'Y',None, None, u'Icon',1,u'Identifier',None, u'Optional foreign key into the Icon Table, specifying the icon file associated with this ProgId. Will be written under the DefaultIcon key.',),
00681 (u'ProgId',u'IconIndex',u'Y',-32767,32767,None, None, None, None, u'Optional icon index.',),
00682 (u'ProgId',u'ProgId',u'N',None, None, None, None, u'Text',None, u'The Program Identifier. Primary key.',),
00683 (u'ProgId',u'Class_',u'Y',None, None, u'Class',1,u'Guid',None, u'The CLSID of an OLE factory corresponding to the ProgId.',),
00684 (u'ProgId',u'ProgId_Parent',u'Y',None, None, u'ProgId',1,u'Text',None, u'The Parent Program Identifier. If specified, the ProgId column becomes a version independent prog id.',),
00685 (u'ComboBox',u'Text',u'Y',None, None, None, None, u'Formatted',None, u'The visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.',),
00686 (u'ComboBox',u'Property',u'N',None, None, None, None, u'Identifier',None, u'A named property to be tied to this item. All the items tied to the same property become part of the same combobox.',),
00687 (u'ComboBox',u'Value',u'N',None, None, None, None, u'Formatted',None, u'The value string associated with this item. Selecting the line will set the associated property to this value.',),
00688 (u'ComboBox',u'Order',u'N',1,32767,None, None, None, None, u'A positive integer used to determine the ordering of the items within one list.\tThe integers do not have to be consecutive.',),
00689 (u'CompLocator',u'Type',u'Y',0,1,None, None, None, None, u'A boolean value that determines if the registry value is a filename or a directory location.',),
00690 (u'CompLocator',u'Signature_',u'N',None, None, None, None, u'Identifier',None, u'The table key. The Signature_ represents a unique file signature and is also the foreign key in the Signature table.',),
00691 (u'CompLocator',u'ComponentId',u'N',None, None, None, None, u'Guid',None, u'A string GUID unique to this component, version, and language.',),
00692 (u'Complus',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key referencing Component that controls the ComPlus component.',),
00693 (u'Complus',u'ExpType',u'Y',0,32767,None, None, None, None, u'ComPlus component attributes.',),
00694 (u'Directory',u'Directory',u'N',None, None, None, None, u'Identifier',None, u'Unique identifier for directory entry, primary key. If a property by this name is defined, it contains the full path to the directory.',),
00695 (u'Directory',u'DefaultDir',u'N',None, None, None, None, u'DefaultDir',None, u"The default sub-path under parent's path.",),
00696 (u'Directory',u'Directory_Parent',u'Y',None, None, u'Directory',1,u'Identifier',None, u'Reference to the entry in this table specifying the default parent directory. A record parented to itself or with a Null parent represents a root of the install tree.',),
00697 (u'Control',u'Type',u'N',None, None, None, None, u'Identifier',None, u'The type of the control.',),
00698 (u'Control',u'Y',u'N',0,32767,None, None, None, None, u'Vertical coordinate of the upper left corner of the bounding rectangle of the control.',),
00699 (u'Control',u'Text',u'Y',None, None, None, None, u'Formatted',None, u'A string used to set the initial text contained within a control (if appropriate).',),
00700 (u'Control',u'Property',u'Y',None, None, None, None, u'Identifier',None, u'The name of a defined property to be linked to this control. ',),
00701 (u'Control',u'Attributes',u'Y',0,2147483647,None, None, None, None, u'A 32-bit word that specifies the attribute flags to be applied to this control.',),
00702 (u'Control',u'Height',u'N',0,32767,None, None, None, None, u'Height of the bounding rectangle of the control.',),
00703 (u'Control',u'Width',u'N',0,32767,None, None, None, None, u'Width of the bounding rectangle of the control.',),
00704 (u'Control',u'X',u'N',0,32767,None, None, None, None, u'Horizontal coordinate of the upper left corner of the bounding rectangle of the control.',),
00705 (u'Control',u'Control',u'N',None, None, None, None, u'Identifier',None, u'Name of the control. This name must be unique within a dialog, but can repeat on different dialogs. ',),
00706 (u'Control',u'Control_Next',u'Y',None, None, u'Control',2,u'Identifier',None, u'The name of an other control on the same dialog. This link defines the tab order of the controls. The links have to form one or more cycles!',),
00707 (u'Control',u'Dialog_',u'N',None, None, u'Dialog',1,u'Identifier',None, u'External key to the Dialog table, name of the dialog.',),
00708 (u'Control',u'Help',u'Y',None, None, None, None, u'Text',None, u'The help strings used with the button. The text is optional. ',),
00709 (u'Dialog',u'Attributes',u'Y',0,2147483647,None, None, None, None, u'A 32-bit word that specifies the attribute flags to be applied to this dialog.',),
00710 (u'Dialog',u'Height',u'N',0,32767,None, None, None, None, u'Height of the bounding rectangle of the dialog.',),
00711 (u'Dialog',u'Width',u'N',0,32767,None, None, None, None, u'Width of the bounding rectangle of the dialog.',),
00712 (u'Dialog',u'Dialog',u'N',None, None, None, None, u'Identifier',None, u'Name of the dialog.',),
00713 (u'Dialog',u'Control_Cancel',u'Y',None, None, u'Control',2,u'Identifier',None, u'Defines the cancel control. Hitting escape or clicking on the close icon on the dialog is equivalent to pushing this button.',),
00714 (u'Dialog',u'Control_Default',u'Y',None, None, u'Control',2,u'Identifier',None, u'Defines the default control. Hitting return is equivalent to pushing this button.',),
00715 (u'Dialog',u'Control_First',u'N',None, None, u'Control',2,u'Identifier',None, u'Defines the control that has the focus when the dialog is created.',),
00716 (u'Dialog',u'HCentering',u'N',0,100,None, None, None, None, u'Horizontal position of the dialog on a 0-100 scale. 0 means left end, 100 means right end of the screen, 50 center.',),
00717 (u'Dialog',u'Title',u'Y',None, None, None, None, u'Formatted',None, u"A text string specifying the title to be displayed in the title bar of the dialog's window.",),
00718 (u'Dialog',u'VCentering',u'N',0,100,None, None, None, None, u'Vertical position of the dialog on a 0-100 scale. 0 means top end, 100 means bottom end of the screen, 50 center.',),
00719 (u'ControlCondition',u'Action',u'N',None, None, None, None, None, u'Default;Disable;Enable;Hide;Show',u'The desired action to be taken on the specified control.',),
00720 (u'ControlCondition',u'Condition',u'N',None, None, None, None, u'Condition',None, u'A standard conditional statement that specifies under which conditions the action should be triggered.',),
00721 (u'ControlCondition',u'Dialog_',u'N',None, None, u'Dialog',1,u'Identifier',None, u'A foreign key to the Dialog table, name of the dialog.',),
00722 (u'ControlCondition',u'Control_',u'N',None, None, u'Control',2,u'Identifier',None, u'A foreign key to the Control table, name of the control.',),
00723 (u'ControlEvent',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'A standard conditional statement that specifies under which conditions an event should be triggered.',),
00724 (u'ControlEvent',u'Ordering',u'Y',0,2147483647,None, None, None, None, u'An integer used to order several events tied to the same control. Can be left blank.',),
00725 (u'ControlEvent',u'Argument',u'N',None, None, None, None, u'Formatted',None, u'A value to be used as a modifier when triggering a particular event.',),
00726 (u'ControlEvent',u'Dialog_',u'N',None, None, u'Dialog',1,u'Identifier',None, u'A foreign key to the Dialog table, name of the dialog.',),
00727 (u'ControlEvent',u'Control_',u'N',None, None, u'Control',2,u'Identifier',None, u'A foreign key to the Control table, name of the control',),
00728 (u'ControlEvent',u'Event',u'N',None, None, None, None, u'Formatted',None, u'An identifier that specifies the type of the event that should take place when the user interacts with control specified by the first two entries.',),
00729 (u'CreateFolder',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table.',),
00730 (u'CreateFolder',u'Directory_',u'N',None, None, u'Directory',1,u'Identifier',None, u'Primary key, could be foreign key into the Directory table.',),
00731 (u'CustomAction',u'Type',u'N',1,16383,None, None, None, None, u'The numeric custom action type, consisting of source location, code type, entry, option flags.',),
00732 (u'CustomAction',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Primary key, name of action, normally appears in sequence table unless private use.',),
00733 (u'CustomAction',u'Source',u'Y',None, None, None, None, u'CustomSource',None, u'The table reference of the source of the code.',),
00734 (u'CustomAction',u'Target',u'Y',None, None, None, None, u'Formatted',None, u'Excecution parameter, depends on the type of custom action',),
00735 (u'DrLocator',u'Signature_',u'N',None, None, None, None, u'Identifier',None, u'The Signature_ represents a unique file signature and is also the foreign key in the Signature table.',),
00736 (u'DrLocator',u'Path',u'Y',None, None, None, None, u'AnyPath',None, u'The path on the user system. This is a either a subpath below the value of the Parent or a full path. The path may contain properties enclosed within [ ] that will be expanded.',),
00737 (u'DrLocator',u'Depth',u'Y',0,32767,None, None, None, None, u'The depth below the path to which the Signature_ is recursively searched. If absent, the depth is assumed to be 0.',),
00738 (u'DrLocator',u'Parent',u'Y',None, None, None, None, u'Identifier',None, u'The parent file signature. It is also a foreign key in the Signature table. If null and the Path column does not expand to a full path, then all the fixed drives of the user system are searched using the Path.',),
00739 (u'DuplicateFile',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'Foreign key referencing the source file to be duplicated.',),
00740 (u'DuplicateFile',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key referencing Component that controls the duplicate file.',),
00741 (u'DuplicateFile',u'DestFolder',u'Y',None, None, None, None, u'Identifier',None, u'Name of a property whose value is assumed to resolve to the full pathname to a destination folder.',),
00742 (u'DuplicateFile',u'DestName',u'Y',None, None, None, None, u'Filename',None, u'Filename to be given to the duplicate file.',),
00743 (u'DuplicateFile',u'FileKey',u'N',None, None, None, None, u'Identifier',None, u'Primary key used to identify a particular file entry',),
00744 (u'Environment',u'Name',u'N',None, None, None, None, u'Text',None, u'The name of the environmental value.',),
00745 (u'Environment',u'Value',u'Y',None, None, None, None, u'Formatted',None, u'The value to set in the environmental settings.',),
00746 (u'Environment',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table referencing component that controls the installing of the environmental value.',),
00747 (u'Environment',u'Environment',u'N',None, None, None, None, u'Identifier',None, u'Unique identifier for the environmental variable setting',),
00748 (u'Error',u'Error',u'N',0,32767,None, None, None, None, u'Integer error number, obtained from header file IError(...) macros.',),
00749 (u'Error',u'Message',u'Y',None, None, None, None, u'Template',None, u'Error formatting template, obtained from user ed. or localizers.',),
00750 (u'EventMapping',u'Dialog_',u'N',None, None, u'Dialog',1,u'Identifier',None, u'A foreign key to the Dialog table, name of the Dialog.',),
00751 (u'EventMapping',u'Control_',u'N',None, None, u'Control',2,u'Identifier',None, u'A foreign key to the Control table, name of the control.',),
00752 (u'EventMapping',u'Event',u'N',None, None, None, None, u'Identifier',None, u'An identifier that specifies the type of the event that the control subscribes to.',),
00753 (u'EventMapping',u'Attribute',u'N',None, None, None, None, u'Identifier',None, u'The name of the control attribute, that is set when this event is received.',),
00754 (u'Extension',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'Required foreign key into the Feature Table, specifying the feature to validate or install in order for the CLSID factory to be operational.',),
00755 (u'Extension',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Required foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.',),
00756 (u'Extension',u'Extension',u'N',None, None, None, None, u'Text',None, u'The extension associated with the table row.',),
00757 (u'Extension',u'MIME_',u'Y',None, None, u'MIME',1,u'Text',None, u'Optional Context identifier, typically "type/format" associated with the extension',),
00758 (u'Extension',u'ProgId_',u'Y',None, None, u'ProgId',1,u'Text',None, u'Optional ProgId associated with this extension.',),
00759 (u'MIME',u'CLSID',u'Y',None, None, None, None, u'Guid',None, u'Optional associated CLSID.',),
00760 (u'MIME',u'ContentType',u'N',None, None, None, None, u'Text',None, u'Primary key. Context identifier, typically "type/format".',),
00761 (u'MIME',u'Extension_',u'N',None, None, u'Extension',1,u'Text',None, u'Optional associated extension (without dot)',),
00762 (u'FeatureComponents',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'Foreign key into Feature table.',),
00763 (u'FeatureComponents',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into Component table.',),
00764 (u'FileSFPCatalog',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'File associated with the catalog',),
00765 (u'FileSFPCatalog',u'SFPCatalog_',u'N',None, None, u'SFPCatalog',1,u'Filename',None, u'Catalog associated with the file',),
00766 (u'SFPCatalog',u'SFPCatalog',u'N',None, None, None, None, u'Filename',None, u'File name for the catalog.',),
00767 (u'SFPCatalog',u'Catalog',u'N',None, None, None, None, u'Binary',None, u'SFP Catalog',),
00768 (u'SFPCatalog',u'Dependency',u'Y',None, None, None, None, u'Formatted',None, u'Parent catalog - only used by SFP',),
00769 (u'Font',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'Primary key, foreign key into File table referencing font file.',),
00770 (u'Font',u'FontTitle',u'Y',None, None, None, None, u'Text',None, u'Font name.',),
00771 (u'IniFile',u'Action',u'N',None, None, None, None, None, u'0;1;3',u'The type of modification to be made, one of iifEnum',),
00772 (u'IniFile',u'Value',u'N',None, None, None, None, u'Formatted',None, u'The value to be written.',),
00773 (u'IniFile',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table referencing component that controls the installing of the .INI value.',),
00774 (u'IniFile',u'FileName',u'N',None, None, None, None, u'Filename',None, u'The .INI file name in which to write the information',),
00775 (u'IniFile',u'IniFile',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized token.',),
00776 (u'IniFile',u'DirProperty',u'Y',None, None, None, None, u'Identifier',None, u'Foreign key into the Directory table denoting the directory where the .INI file is.',),
00777 (u'IniFile',u'Key',u'N',None, None, None, None, u'Formatted',None, u'The .INI file key below Section.',),
00778 (u'IniFile',u'Section',u'N',None, None, None, None, u'Formatted',None, u'The .INI file Section.',),
00779 (u'IniLocator',u'Type',u'Y',0,2,None, None, None, None, u'An integer value that determines if the .INI value read is a filename or a directory location or to be used as is w/o interpretation.',),
00780 (u'IniLocator',u'Signature_',u'N',None, None, None, None, u'Identifier',None, u'The table key. The Signature_ represents a unique file signature and is also the foreign key in the Signature table.',),
00781 (u'IniLocator',u'FileName',u'N',None, None, None, None, u'Filename',None, u'The .INI file name.',),
00782 (u'IniLocator',u'Key',u'N',None, None, None, None, u'Text',None, u'Key value (followed by an equals sign in INI file).',),
00783 (u'IniLocator',u'Section',u'N',None, None, None, None, u'Text',None, u'Section name within in file (within square brackets in INI file).',),
00784 (u'IniLocator',u'Field',u'Y',0,32767,None, None, None, None, u'The field in the .INI line. If Field is null or 0 the entire line is read.',),
00785 (u'InstallExecuteSequence',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Name of action to invoke, either in the engine or the handler DLL.',),
00786 (u'InstallExecuteSequence',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.',),
00787 (u'InstallExecuteSequence',u'Sequence',u'Y',-4,32767,None, None, None, None, u'Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action.',),
00788 (u'InstallUISequence',u'Action',u'N',None, None, None, None, u'Identifier',None, u'Name of action to invoke, either in the engine or the handler DLL.',),
00789 (u'InstallUISequence',u'Condition',u'Y',None, None, None, None, u'Condition',None, u'Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.',),
00790 (u'InstallUISequence',u'Sequence',u'Y',-4,32767,None, None, None, None, u'Number that determines the sort order in which the actions are to be executed.  Leave blank to suppress action.',),
00791 (u'IsolatedComponent',u'Component_Application',u'N',None, None, u'Component',1,u'Identifier',None, u'Key to Component table item for application',),
00792 (u'IsolatedComponent',u'Component_Shared',u'N',None, None, u'Component',1,u'Identifier',None, u'Key to Component table item to be isolated',),
00793 (u'LaunchCondition',u'Description',u'N',None, None, None, None, u'Formatted',None, u'Localizable text to display when condition fails and install must abort.',),
00794 (u'LaunchCondition',u'Condition',u'N',None, None, None, None, u'Condition',None, u'Expression which must evaluate to TRUE in order for install to commence.',),
00795 (u'ListBox',u'Text',u'Y',None, None, None, None, u'Text',None, u'The visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.',),
00796 (u'ListBox',u'Property',u'N',None, None, None, None, u'Identifier',None, u'A named property to be tied to this item. All the items tied to the same property become part of the same listbox.',),
00797 (u'ListBox',u'Value',u'N',None, None, None, None, u'Formatted',None, u'The value string associated with this item. Selecting the line will set the associated property to this value.',),
00798 (u'ListBox',u'Order',u'N',1,32767,None, None, None, None, u'A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.',),
00799 (u'ListView',u'Text',u'Y',None, None, None, None, u'Text',None, u'The visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.',),
00800 (u'ListView',u'Property',u'N',None, None, None, None, u'Identifier',None, u'A named property to be tied to this item. All the items tied to the same property become part of the same listview.',),
00801 (u'ListView',u'Value',u'N',None, None, None, None, u'Identifier',None, u'The value string associated with this item. Selecting the line will set the associated property to this value.',),
00802 (u'ListView',u'Order',u'N',1,32767,None, None, None, None, u'A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.',),
00803 (u'ListView',u'Binary_',u'Y',None, None, u'Binary',1,u'Identifier',None, u'The name of the icon to be displayed with the icon. The binary information is looked up from the Binary Table.',),
00804 (u'LockPermissions',u'Table',u'N',None, None, None, None, u'Identifier',u'Directory;File;Registry',u'Reference to another table name',),
00805 (u'LockPermissions',u'Domain',u'Y',None, None, None, None, u'Formatted',None, u'Domain name for user whose permissions are being set. (usually a property)',),
00806 (u'LockPermissions',u'LockObject',u'N',None, None, None, None, u'Identifier',None, u'Foreign key into Registry or File table',),
00807 (u'LockPermissions',u'Permission',u'Y',-2147483647,2147483647,None, None, None, None, u'Permission Access mask.  Full Control = 268435456 (GENERIC_ALL = 0x10000000)',),
00808 (u'LockPermissions',u'User',u'N',None, None, None, None, u'Formatted',None, u'User for permissions to be set.  (usually a property)',),
00809 (u'Media',u'Source',u'Y',None, None, None, None, u'Property',None, u'The property defining the location of the cabinet file.',),
00810 (u'Media',u'Cabinet',u'Y',None, None, None, None, u'Cabinet',None, u'If some or all of the files stored on the media are compressed in a cabinet, the name of that cabinet.',),
00811 (u'Media',u'DiskId',u'N',1,32767,None, None, None, None, u'Primary key, integer to determine sort order for table.',),
00812 (u'Media',u'DiskPrompt',u'Y',None, None, None, None, u'Text',None, u'Disk name: the visible text actually printed on the disk.  This will be used to prompt the user when this disk needs to be inserted.',),
00813 (u'Media',u'LastSequence',u'N',0,32767,None, None, None, None, u'File sequence number for the last file for this media.',),
00814 (u'Media',u'VolumeLabel',u'Y',None, None, None, None, u'Text',None, u'The label attributed to the volume.',),
00815 (u'ModuleComponents',u'Component',u'N',None, None, u'Component',1,u'Identifier',None, u'Component contained in the module.',),
00816 (u'ModuleComponents',u'Language',u'N',None, None, u'ModuleSignature',2,None, None, u'Default language ID for module (may be changed by transform).',),
00817 (u'ModuleComponents',u'ModuleID',u'N',None, None, u'ModuleSignature',1,u'Identifier',None, u'Module containing the component.',),
00818 (u'ModuleSignature',u'Language',u'N',None, None, None, None, None, None, u'Default decimal language of module.',),
00819 (u'ModuleSignature',u'Version',u'N',None, None, None, None, u'Version',None, u'Version of the module.',),
00820 (u'ModuleSignature',u'ModuleID',u'N',None, None, None, None, u'Identifier',None, u'Module identifier (String.GUID).',),
00821 (u'ModuleDependency',u'ModuleID',u'N',None, None, u'ModuleSignature',1,u'Identifier',None, u'Module requiring the dependency.',),
00822 (u'ModuleDependency',u'ModuleLanguage',u'N',None, None, u'ModuleSignature',2,None, None, u'Language of module requiring the dependency.',),
00823 (u'ModuleDependency',u'RequiredID',u'N',None, None, None, None, None, None, u'String.GUID of required module.',),
00824 (u'ModuleDependency',u'RequiredLanguage',u'N',None, None, None, None, None, None, u'LanguageID of the required module.',),
00825 (u'ModuleDependency',u'RequiredVersion',u'Y',None, None, None, None, u'Version',None, u'Version of the required version.',),
00826 (u'ModuleExclusion',u'ModuleID',u'N',None, None, u'ModuleSignature',1,u'Identifier',None, u'String.GUID of module with exclusion requirement.',),
00827 (u'ModuleExclusion',u'ModuleLanguage',u'N',None, None, u'ModuleSignature',2,None, None, u'LanguageID of module with exclusion requirement.',),
00828 (u'ModuleExclusion',u'ExcludedID',u'N',None, None, None, None, None, None, u'String.GUID of excluded module.',),
00829 (u'ModuleExclusion',u'ExcludedLanguage',u'N',None, None, None, None, None, None, u'Language of excluded module.',),
00830 (u'ModuleExclusion',u'ExcludedMaxVersion',u'Y',None, None, None, None, u'Version',None, u'Maximum version of excluded module.',),
00831 (u'ModuleExclusion',u'ExcludedMinVersion',u'Y',None, None, None, None, u'Version',None, u'Minimum version of excluded module.',),
00832 (u'MoveFile',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'If this component is not "selected" for installation or removal, no action will be taken on the associated MoveFile entry',),
00833 (u'MoveFile',u'DestFolder',u'N',None, None, None, None, u'Identifier',None, u'Name of a property whose value is assumed to resolve to the full path to the destination directory',),
00834 (u'MoveFile',u'DestName',u'Y',None, None, None, None, u'Filename',None, u'Name to be given to the original file after it is moved or copied.  If blank, the destination file will be given the same name as the source file',),
00835 (u'MoveFile',u'FileKey',u'N',None, None, None, None, u'Identifier',None, u'Primary key that uniquely identifies a particular MoveFile record',),
00836 (u'MoveFile',u'Options',u'N',0,1,None, None, None, None, u'Integer value specifying the MoveFile operating mode, one of imfoEnum',),
00837 (u'MoveFile',u'SourceFolder',u'Y',None, None, None, None, u'Identifier',None, u'Name of a property whose value is assumed to resolve to the full path to the source directory',),
00838 (u'MoveFile',u'SourceName',u'Y',None, None, None, None, u'Text',None, u"Name of the source file(s) to be moved or copied.  Can contain the '*' or '?' wildcards.",),
00839 (u'MsiAssembly',u'Attributes',u'Y',None, None, None, None, None, None, u'Assembly attributes',),
00840 (u'MsiAssembly',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'Foreign key into Feature table.',),
00841 (u'MsiAssembly',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into Component table.',),
00842 (u'MsiAssembly',u'File_Application',u'Y',None, None, u'File',1,u'Identifier',None, u'Foreign key into File table, denoting the application context for private assemblies. Null for global assemblies.',),
00843 (u'MsiAssembly',u'File_Manifest',u'Y',None, None, u'File',1,u'Identifier',None, u'Foreign key into the File table denoting the manifest file for the assembly.',),
00844 (u'MsiAssemblyName',u'Name',u'N',None, None, None, None, u'Text',None, u'The name part of the name-value pairs for the assembly name.',),
00845 (u'MsiAssemblyName',u'Value',u'N',None, None, None, None, u'Text',None, u'The value part of the name-value pairs for the assembly name.',),
00846 (u'MsiAssemblyName',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into Component table.',),
00847 (u'MsiDigitalCertificate',u'CertData',u'N',None, None, None, None, u'Binary',None, u'A certificate context blob for a signer certificate',),
00848 (u'MsiDigitalCertificate',u'DigitalCertificate',u'N',None, None, None, None, u'Identifier',None, u'A unique identifier for the row',),
00849 (u'MsiDigitalSignature',u'Table',u'N',None, None, None, None, None, u'Media',u'Reference to another table name (only Media table is supported)',),
00850 (u'MsiDigitalSignature',u'DigitalCertificate_',u'N',None, None, u'MsiDigitalCertificate',1,u'Identifier',None, u'Foreign key to MsiDigitalCertificate table identifying the signer certificate',),
00851 (u'MsiDigitalSignature',u'Hash',u'Y',None, None, None, None, u'Binary',None, u'The encoded hash blob from the digital signature',),
00852 (u'MsiDigitalSignature',u'SignObject',u'N',None, None, None, None, u'Text',None, u'Foreign key to Media table',),
00853 (u'MsiFileHash',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'Primary key, foreign key into File table referencing file with this hash',),
00854 (u'MsiFileHash',u'Options',u'N',0,32767,None, None, None, None, u'Various options and attributes for this hash.',),
00855 (u'MsiFileHash',u'HashPart1',u'N',None, None, None, None, None, None, u'Size of file in bytes (long integer).',),
00856 (u'MsiFileHash',u'HashPart2',u'N',None, None, None, None, None, None, u'Size of file in bytes (long integer).',),
00857 (u'MsiFileHash',u'HashPart3',u'N',None, None, None, None, None, None, u'Size of file in bytes (long integer).',),
00858 (u'MsiFileHash',u'HashPart4',u'N',None, None, None, None, None, None, u'Size of file in bytes (long integer).',),
00859 (u'MsiPatchHeaders',u'StreamRef',u'N',None, None, None, None, u'Identifier',None, u'Primary key. A unique identifier for the row.',),
00860 (u'MsiPatchHeaders',u'Header',u'N',None, None, None, None, u'Binary',None, u'Binary stream. The patch header, used for patch validation.',),
00861 (u'ODBCAttribute',u'Value',u'Y',None, None, None, None, u'Text',None, u'Value for ODBC driver attribute',),
00862 (u'ODBCAttribute',u'Attribute',u'N',None, None, None, None, u'Text',None, u'Name of ODBC driver attribute',),
00863 (u'ODBCAttribute',u'Driver_',u'N',None, None, u'ODBCDriver',1,u'Identifier',None, u'Reference to ODBC driver in ODBCDriver table',),
00864 (u'ODBCDriver',u'Description',u'N',None, None, None, None, u'Text',None, u'Text used as registered name for driver, non-localized',),
00865 (u'ODBCDriver',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'Reference to key driver file',),
00866 (u'ODBCDriver',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Reference to associated component',),
00867 (u'ODBCDriver',u'Driver',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized.internal token for driver',),
00868 (u'ODBCDriver',u'File_Setup',u'Y',None, None, u'File',1,u'Identifier',None, u'Optional reference to key driver setup DLL',),
00869 (u'ODBCDataSource',u'Description',u'N',None, None, None, None, u'Text',None, u'Text used as registered name for data source',),
00870 (u'ODBCDataSource',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Reference to associated component',),
00871 (u'ODBCDataSource',u'DataSource',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized.internal token for data source',),
00872 (u'ODBCDataSource',u'DriverDescription',u'N',None, None, None, None, u'Text',None, u'Reference to driver description, may be existing driver',),
00873 (u'ODBCDataSource',u'Registration',u'N',0,1,None, None, None, None, u'Registration option: 0=machine, 1=user, others t.b.d.',),
00874 (u'ODBCSourceAttribute',u'Value',u'Y',None, None, None, None, u'Text',None, u'Value for ODBC data source attribute',),
00875 (u'ODBCSourceAttribute',u'Attribute',u'N',None, None, None, None, u'Text',None, u'Name of ODBC data source attribute',),
00876 (u'ODBCSourceAttribute',u'DataSource_',u'N',None, None, u'ODBCDataSource',1,u'Identifier',None, u'Reference to ODBC data source in ODBCDataSource table',),
00877 (u'ODBCTranslator',u'Description',u'N',None, None, None, None, u'Text',None, u'Text used as registered name for translator',),
00878 (u'ODBCTranslator',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'Reference to key translator file',),
00879 (u'ODBCTranslator',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Reference to associated component',),
00880 (u'ODBCTranslator',u'File_Setup',u'Y',None, None, u'File',1,u'Identifier',None, u'Optional reference to key translator setup DLL',),
00881 (u'ODBCTranslator',u'Translator',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized.internal token for translator',),
00882 (u'Patch',u'Sequence',u'N',0,32767,None, None, None, None, u'Primary key, sequence with respect to the media images; order must track cabinet order.',),
00883 (u'Patch',u'Attributes',u'N',0,32767,None, None, None, None, u'Integer containing bit flags representing patch attributes',),
00884 (u'Patch',u'File_',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized token, foreign key to File table, must match identifier in cabinet.',),
00885 (u'Patch',u'Header',u'Y',None, None, None, None, u'Binary',None, u'Binary stream. The patch header, used for patch validation.',),
00886 (u'Patch',u'PatchSize',u'N',0,2147483647,None, None, None, None, u'Size of patch in bytes (long integer).',),
00887 (u'Patch',u'StreamRef_',u'Y',None, None, None, None, u'Identifier',None, u'Identifier. Foreign key to the StreamRef column of the MsiPatchHeaders table.',),
00888 (u'PatchPackage',u'Media_',u'N',0,32767,None, None, None, None, u'Foreign key to DiskId column of Media table. Indicates the disk containing the patch package.',),
00889 (u'PatchPackage',u'PatchId',u'N',None, None, None, None, u'Guid',None, u'A unique string GUID representing this patch.',),
00890 (u'PublishComponent',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'Foreign key into the Feature table.',),
00891 (u'PublishComponent',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table.',),
00892 (u'PublishComponent',u'ComponentId',u'N',None, None, None, None, u'Guid',None, u'A string GUID that represents the component id that will be requested by the alien product.',),
00893 (u'PublishComponent',u'AppData',u'Y',None, None, None, None, u'Text',None, u'This is localisable Application specific data that can be associated with a Qualified Component.',),
00894 (u'PublishComponent',u'Qualifier',u'N',None, None, None, None, u'Text',None, u'This is defined only when the ComponentId column is an Qualified Component Id. This is the Qualifier for ProvideComponentIndirect.',),
00895 (u'RadioButton',u'Y',u'N',0,32767,None, None, None, None, u'The vertical coordinate of the upper left corner of the bounding rectangle of the radio button.',),
00896 (u'RadioButton',u'Text',u'Y',None, None, None, None, u'Text',None, u'The visible title to be assigned to the radio button.',),
00897 (u'RadioButton',u'Property',u'N',None, None, None, None, u'Identifier',None, u'A named property to be tied to this radio button. All the buttons tied to the same property become part of the same group.',),
00898 (u'RadioButton',u'Height',u'N',0,32767,None, None, None, None, u'The height of the button.',),
00899 (u'RadioButton',u'Width',u'N',0,32767,None, None, None, None, u'The width of the button.',),
00900 (u'RadioButton',u'X',u'N',0,32767,None, None, None, None, u'The horizontal coordinate of the upper left corner of the bounding rectangle of the radio button.',),
00901 (u'RadioButton',u'Value',u'N',None, None, None, None, u'Formatted',None, u'The value string associated with this button. Selecting the button will set the associated property to this value.',),
00902 (u'RadioButton',u'Order',u'N',1,32767,None, None, None, None, u'A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.',),
00903 (u'RadioButton',u'Help',u'Y',None, None, None, None, u'Text',None, u'The help strings used with the button. The text is optional.',),
00904 (u'Registry',u'Name',u'Y',None, None, None, None, u'Formatted',None, u'The registry value name.',),
00905 (u'Registry',u'Value',u'Y',None, None, None, None, u'Formatted',None, u'The registry value.',),
00906 (u'Registry',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table referencing component that controls the installing of the registry value.',),
00907 (u'Registry',u'Key',u'N',None, None, None, None, u'RegPath',None, u'The key for the registry value.',),
00908 (u'Registry',u'Registry',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized token.',),
00909 (u'Registry',u'Root',u'N',-1,3,None, None, None, None, u'The predefined root key for the registry value, one of rrkEnum.',),
00910 (u'RegLocator',u'Name',u'Y',None, None, None, None, u'Formatted',None, u'The registry value name.',),
00911 (u'RegLocator',u'Type',u'Y',0,18,None, None, None, None, u'An integer value that determines if the registry value is a filename or a directory location or to be used as is w/o interpretation.',),
00912 (u'RegLocator',u'Signature_',u'N',None, None, None, None, u'Identifier',None, u'The table key. The Signature_ represents a unique file signature and is also the foreign key in the Signature table. If the type is 0, the registry values refers a directory, and _Signature is not a foreign key.',),
00913 (u'RegLocator',u'Key',u'N',None, None, None, None, u'RegPath',None, u'The key for the registry value.',),
00914 (u'RegLocator',u'Root',u'N',0,3,None, None, None, None, u'The predefined root key for the registry value, one of rrkEnum.',),
00915 (u'RemoveFile',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key referencing Component that controls the file to be removed.',),
00916 (u'RemoveFile',u'FileKey',u'N',None, None, None, None, u'Identifier',None, u'Primary key used to identify a particular file entry',),
00917 (u'RemoveFile',u'FileName',u'Y',None, None, None, None, u'WildCardFilename',None, u'Name of the file to be removed.',),
00918 (u'RemoveFile',u'DirProperty',u'N',None, None, None, None, u'Identifier',None, u'Name of a property whose value is assumed to resolve to the full pathname to the folder of the file to be removed.',),
00919 (u'RemoveFile',u'InstallMode',u'N',None, None, None, None, None, u'1;2;3',u'Installation option, one of iimEnum.',),
00920 (u'RemoveIniFile',u'Action',u'N',None, None, None, None, None, u'2;4',u'The type of modification to be made, one of iifEnum.',),
00921 (u'RemoveIniFile',u'Value',u'Y',None, None, None, None, u'Formatted',None, u'The value to be deleted. The value is required when Action is iifIniRemoveTag',),
00922 (u'RemoveIniFile',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table referencing component that controls the deletion of the .INI value.',),
00923 (u'RemoveIniFile',u'FileName',u'N',None, None, None, None, u'Filename',None, u'The .INI file name in which to delete the information',),
00924 (u'RemoveIniFile',u'DirProperty',u'Y',None, None, None, None, u'Identifier',None, u'Foreign key into the Directory table denoting the directory where the .INI file is.',),
00925 (u'RemoveIniFile',u'Key',u'N',None, None, None, None, u'Formatted',None, u'The .INI file key below Section.',),
00926 (u'RemoveIniFile',u'Section',u'N',None, None, None, None, u'Formatted',None, u'The .INI file Section.',),
00927 (u'RemoveIniFile',u'RemoveIniFile',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized token.',),
00928 (u'RemoveRegistry',u'Name',u'Y',None, None, None, None, u'Formatted',None, u'The registry value name.',),
00929 (u'RemoveRegistry',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table referencing component that controls the deletion of the registry value.',),
00930 (u'RemoveRegistry',u'Key',u'N',None, None, None, None, u'RegPath',None, u'The key for the registry value.',),
00931 (u'RemoveRegistry',u'Root',u'N',-1,3,None, None, None, None, u'The predefined root key for the registry value, one of rrkEnum',),
00932 (u'RemoveRegistry',u'RemoveRegistry',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized token.',),
00933 (u'ReserveCost',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Reserve a specified amount of space if this component is to be installed.',),
00934 (u'ReserveCost',u'ReserveFolder',u'Y',None, None, None, None, u'Identifier',None, u'Name of a property whose value is assumed to resolve to the full path to the destination directory',),
00935 (u'ReserveCost',u'ReserveKey',u'N',None, None, None, None, u'Identifier',None, u'Primary key that uniquely identifies a particular ReserveCost record',),
00936 (u'ReserveCost',u'ReserveLocal',u'N',0,2147483647,None, None, None, None, u'Disk space to reserve if linked component is installed locally.',),
00937 (u'ReserveCost',u'ReserveSource',u'N',0,2147483647,None, None, None, None, u'Disk space to reserve if linked component is installed to run from the source location.',),
00938 (u'SelfReg',u'File_',u'N',None, None, u'File',1,u'Identifier',None, u'Foreign key into the File table denoting the module that needs to be registered.',),
00939 (u'SelfReg',u'Cost',u'Y',0,32767,None, None, None, None, u'The cost of registering the module.',),
00940 (u'ServiceControl',u'Name',u'N',None, None, None, None, u'Formatted',None, u'Name of a service. /, \\, comma and space are invalid',),
00941 (u'ServiceControl',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Required foreign key into the Component Table that controls the startup of the service',),
00942 (u'ServiceControl',u'Event',u'N',0,187,None, None, None, None, u'Bit field:  Install:  0x1 = Start, 0x2 = Stop, 0x8 = Delete, Uninstall: 0x10 = Start, 0x20 = Stop, 0x80 = Delete',),
00943 (u'ServiceControl',u'ServiceControl',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized token.',),
00944 (u'ServiceControl',u'Arguments',u'Y',None, None, None, None, u'Formatted',None, u'Arguments for the service.  Separate by [~].',),
00945 (u'ServiceControl',u'Wait',u'Y',0,1,None, None, None, None, u'Boolean for whether to wait for the service to fully start',),
00946 (u'ServiceInstall',u'Name',u'N',None, None, None, None, u'Formatted',None, u'Internal Name of the Service',),
00947 (u'ServiceInstall',u'Description',u'Y',None, None, None, None, u'Text',None, u'Description of service.',),
00948 (u'ServiceInstall',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Required foreign key into the Component Table that controls the startup of the service',),
00949 (u'ServiceInstall',u'Arguments',u'Y',None, None, None, None, u'Formatted',None, u'Arguments to include in every start of the service, passed to WinMain',),
00950 (u'ServiceInstall',u'ServiceInstall',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized token.',),
00951 (u'ServiceInstall',u'Dependencies',u'Y',None, None, None, None, u'Formatted',None, u'Other services this depends on to start.  Separate by [~], and end with [~][~]',),
00952 (u'ServiceInstall',u'DisplayName',u'Y',None, None, None, None, u'Formatted',None, u'External Name of the Service',),
00953 (u'ServiceInstall',u'ErrorControl',u'N',-2147483647,2147483647,None, None, None, None, u'Severity of error if service fails to start',),
00954 (u'ServiceInstall',u'LoadOrderGroup',u'Y',None, None, None, None, u'Formatted',None, u'LoadOrderGroup',),
00955 (u'ServiceInstall',u'Password',u'Y',None, None, None, None, u'Formatted',None, u'password to run service with.  (with StartName)',),
00956 (u'ServiceInstall',u'ServiceType',u'N',-2147483647,2147483647,None, None, None, None, u'Type of the service',),
00957 (u'ServiceInstall',u'StartName',u'Y',None, None, None, None, u'Formatted',None, u'User or object name to run service as',),
00958 (u'ServiceInstall',u'StartType',u'N',0,4,None, None, None, None, u'Type of the service',),
00959 (u'Shortcut',u'Name',u'N',None, None, None, None, u'Filename',None, u'The name of the shortcut to be created.',),
00960 (u'Shortcut',u'Description',u'Y',None, None, None, None, u'Text',None, u'The description for the shortcut.',),
00961 (u'Shortcut',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Foreign key into the Component table denoting the component whose selection gates the the shortcut creation/deletion.',),
00962 (u'Shortcut',u'Icon_',u'Y',None, None, u'Icon',1,u'Identifier',None, u'Foreign key into the File table denoting the external icon file for the shortcut.',),
00963 (u'Shortcut',u'IconIndex',u'Y',-32767,32767,None, None, None, None, u'The icon index for the shortcut.',),
00964 (u'Shortcut',u'Directory_',u'N',None, None, u'Directory',1,u'Identifier',None, u'Foreign key into the Directory table denoting the directory where the shortcut file is created.',),
00965 (u'Shortcut',u'Target',u'N',None, None, None, None, u'Shortcut',None, u'The shortcut target. This is usually a property that is expanded to a file or a folder that the shortcut points to.',),
00966 (u'Shortcut',u'Arguments',u'Y',None, None, None, None, u'Formatted',None, u'The command-line arguments for the shortcut.',),
00967 (u'Shortcut',u'Shortcut',u'N',None, None, None, None, u'Identifier',None, u'Primary key, non-localized token.',),
00968 (u'Shortcut',u'Hotkey',u'Y',0,32767,None, None, None, None, u'The hotkey for the shortcut. It has the virtual-key code for the key in the low-order byte, and the modifier flags in the high-order byte. ',),
00969 (u'Shortcut',u'ShowCmd',u'Y',None, None, None, None, None, u'1;3;7',u'The show command for the application window.The following values may be used.',),
00970 (u'Shortcut',u'WkDir',u'Y',None, None, None, None, u'Identifier',None, u'Name of property defining location of working directory.',),
00971 (u'Signature',u'FileName',u'N',None, None, None, None, u'Filename',None, u'The name of the file. This may contain a "short name|long name" pair.',),
00972 (u'Signature',u'Signature',u'N',None, None, None, None, u'Identifier',None, u'The table key. The Signature represents a unique file signature.',),
00973 (u'Signature',u'Languages',u'Y',None, None, None, None, u'Language',None, u'The languages supported by the file.',),
00974 (u'Signature',u'MaxDate',u'Y',0,2147483647,None, None, None, None, u'The maximum creation date of the file.',),
00975 (u'Signature',u'MaxSize',u'Y',0,2147483647,None, None, None, None, u'The maximum size of the file. ',),
00976 (u'Signature',u'MaxVersion',u'Y',None, None, None, None, u'Text',None, u'The maximum version of the file.',),
00977 (u'Signature',u'MinDate',u'Y',0,2147483647,None, None, None, None, u'The minimum creation date of the file.',),
00978 (u'Signature',u'MinSize',u'Y',0,2147483647,None, None, None, None, u'The minimum size of the file.',),
00979 (u'Signature',u'MinVersion',u'Y',None, None, None, None, u'Text',None, u'The minimum version of the file.',),
00980 (u'TextStyle',u'TextStyle',u'N',None, None, None, None, u'Identifier',None, u'Name of the style. The primary key of this table. This name is embedded in the texts to indicate a style change.',),
00981 (u'TextStyle',u'Color',u'Y',0,16777215,None, None, None, None, u'A long integer indicating the color of the string in the RGB format (Red, Green, Blue each 0-255, RGB = R + 256*G + 256^2*B).',),
00982 (u'TextStyle',u'FaceName',u'N',None, None, None, None, u'Text',None, u'A string indicating the name of the font used. Required. The string must be at most 31 characters long.',),
00983 (u'TextStyle',u'Size',u'N',0,32767,None, None, None, None, u'The size of the font used. This size is given in our units (1/12 of the system font height). Assuming that the system font is set to 12 point size, this is equivalent to the point size.',),
00984 (u'TextStyle',u'StyleBits',u'Y',0,15,None, None, None, None, u'A combination of style bits.',),
00985 (u'TypeLib',u'Description',u'Y',None, None, None, None, u'Text',None, None, ),
00986 (u'TypeLib',u'Feature_',u'N',None, None, u'Feature',1,u'Identifier',None, u'Required foreign key into the Feature Table, specifying the feature to validate or install in order for the type library to be operational.',),
00987 (u'TypeLib',u'Component_',u'N',None, None, u'Component',1,u'Identifier',None, u'Required foreign key into the Component Table, specifying the component for which to return a path when called through LocateComponent.',),
00988 (u'TypeLib',u'Directory_',u'Y',None, None, u'Directory',1,u'Identifier',None, u'Optional. The foreign key into the Directory table denoting the path to the help file for the type library.',),
00989 (u'TypeLib',u'Language',u'N',0,32767,None, None, None, None, u'The language of the library.',),
00990 (u'TypeLib',u'Version',u'Y',0,16777215,None, None, None, None, u'The version of the library. The minor version is in the lower 8 bits of the integer. The major version is in the next 16 bits. ',),
00991 (u'TypeLib',u'Cost',u'Y',0,2147483647,None, None, None, None, u'The cost associated with the registration of the typelib. This column is currently optional.',),
00992 (u'TypeLib',u'LibID',u'N',None, None, None, None, u'Guid',None, u'The GUID that represents the library.',),
00993 (u'UIText',u'Text',u'Y',None, None, None, None, u'Text',None, u'The localized version of the string.',),
00994 (u'UIText',u'Key',u'N',None, None, None, None, u'Identifier',None, u'A unique key that identifies the particular string.',),
00995 (u'Upgrade',u'Attributes',u'N',0,2147483647,None, None, None, None, u'The attributes of this product set.',),
00996 (u'Upgrade',u'Language',u'Y',None, None, None, None, u'Language',None, u'A comma-separated list of languages for either products in this set or products not in this set.',),
00997 (u'Upgrade',u'ActionProperty',u'N',None, None, None, None, u'UpperCase',None, u'The property to set when a product in this set is found.',),
00998 (u'Upgrade',u'Remove',u'Y',None, None, None, None, u'Formatted',None, u'The list of features to remove when uninstalling a product from this set.  The default is "ALL".',),
00999 (u'Upgrade',u'UpgradeCode',u'N',None, None, None, None, u'Guid',None, u'The UpgradeCode GUID belonging to the products in this set.',),
01000 (u'Upgrade',u'VersionMax',u'Y',None, None, None, None, u'Text',None, u'The maximum ProductVersion of the products in this set.  The set may or may not include products with this particular version.',),
01001 (u'Upgrade',u'VersionMin',u'Y',None, None, None, None, u'Text',None, u'The minimum ProductVersion of the products in this set.  The set may or may not include products with this particular version.',),
01002 (u'Verb',u'Sequence',u'Y',0,32767,None, None, None, None, u'Order within the verbs for a particular extension. Also used simply to specify the default verb.',),
01003 (u'Verb',u'Argument',u'Y',None, None, None, None, u'Formatted',None, u'Optional value for the command arguments.',),
01004 (u'Verb',u'Extension_',u'N',None, None, u'Extension',1,u'Text',None, u'The extension associated with the table row.',),
01005 (u'Verb',u'Verb',u'N',None, None, None, None, u'Text',None, u'The verb for the command.',),
01006 (u'Verb',u'Command',u'Y',None, None, None, None, u'Formatted',None, u'The command text.',),
01007 ]
01008 
01009 
01010 

© Copyright 2008-2009 Vyper Logix Corp., All Right Reserved; If you reference this document or any part of this document you must use the citation verbatim (including the link) "© Copyright 2008-2009 Vyper Logix Corp., All Right Reserved."

Notice: This source code contained in this document is NOT open source and is NOT being distributed as open source.

122,241 lines of code and growing...