Lines Matching refs:Table

1 from . import Table
3 _Validation = Table('_Validation')
4 _Validation.add_field(1,'Table',11552)
15 ActionText = Table('ActionText')
20 AdminExecuteSequence = Table('AdminExecuteSequence')
25 Condition = Table('Condition')
30 AdminUISequence = Table('AdminUISequence')
35 AdvtExecuteSequence = Table('AdvtExecuteSequence')
40 AdvtUISequence = Table('AdvtUISequence')
45 AppId = Table('AppId')
54 AppSearch = Table('AppSearch')
58 Property = Table('Property')
62 BBControl = Table('BBControl')
73 Billboard = Table('Billboard')
79 Feature = Table('Feature')
89 Binary = Table('Binary')
93 BindImage = Table('BindImage')
97 File = Table('File')
107 CCPSearch = Table('CCPSearch')
110 CheckBox = Table('CheckBox')
114 Class = Table('Class')
129 Component = Table('Component')
137 Icon = Table('Icon')
141 ProgId = Table('ProgId')
149 ComboBox = Table('ComboBox')
155 CompLocator = Table('CompLocator')
160 Complus = Table('Complus')
164 Directory = Table('Directory')
169 Control = Table('Control')
183 Dialog = Table('Dialog')
195 ControlCondition = Table('ControlCondition')
201 ControlEvent = Table('ControlEvent')
209 CreateFolder = Table('CreateFolder')
213 CustomAction = Table('CustomAction')
219 DrLocator = Table('DrLocator')
225 DuplicateFile = Table('DuplicateFile')
232 Environment = Table('Environment')
238 Error = Table('Error')
242 EventMapping = Table('EventMapping')
248 Extension = Table('Extension')
255 MIME = Table('MIME')
260 FeatureComponents = Table('FeatureComponents')
264 FileSFPCatalog = Table('FileSFPCatalog')
268 SFPCatalog = Table('SFPCatalog')
273 Font = Table('Font')
277 IniFile = Table('IniFile')
287 IniLocator = Table('IniLocator')
295 InstallExecuteSequence = Table('InstallExecuteSequence')
300 InstallUISequence = Table('InstallUISequence')
305 IsolatedComponent = Table('IsolatedComponent')
309 LaunchCondition = Table('LaunchCondition')
313 ListBox = Table('ListBox')
319 ListView = Table('ListView')
326 LockPermissions = Table('LockPermissions')
328 LockPermissions.add_field(2,'Table',11552)
333 Media = Table('Media')
341 MoveFile = Table('MoveFile')
350 MsiAssembly = Table('MsiAssembly')
357 MsiAssemblyName = Table('MsiAssemblyName')
362 MsiDigitalCertificate = Table('MsiDigitalCertificate')
366 MsiDigitalSignature = Table('MsiDigitalSignature')
367 MsiDigitalSignature.add_field(1,'Table',11552)
372 MsiFileHash = Table('MsiFileHash')
380 MsiPatchHeaders = Table('MsiPatchHeaders')
384 ODBCAttribute = Table('ODBCAttribute')
389 ODBCDriver = Table('ODBCDriver')
396 ODBCDataSource = Table('ODBCDataSource')
403 ODBCSourceAttribute = Table('ODBCSourceAttribute')
408 ODBCTranslator = Table('ODBCTranslator')
415 Patch = Table('Patch')
423 PatchPackage = Table('PatchPackage')
427 PublishComponent = Table('PublishComponent')
434 RadioButton = Table('RadioButton')
445 Registry = Table('Registry')
453 RegLocator = Table('RegLocator')
460 RemoveFile = Table('RemoveFile')
467 RemoveIniFile = Table('RemoveIniFile')
477 RemoveRegistry = Table('RemoveRegistry')
484 ReserveCost = Table('ReserveCost')
491 SelfReg = Table('SelfReg')
495 ServiceControl = Table('ServiceControl')
503 ServiceInstall = Table('ServiceInstall')
518 Shortcut = Table('Shortcut')
532 Signature = Table('Signature')
543 TextStyle = Table('TextStyle')
550 TypeLib = Table('TypeLib')
560 UIText = Table('UIText')
564 Upgrade = Table('Upgrade')
573 Verb = Table('Verb')
583 ('_Validation','Table','N',None, None, None, None, 'Identifier',None, 'Name of table',),
633 ('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.',),
660 ('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.',),
664 ('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.',),
668 ('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.',),
680 ('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.',),
754 ('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.',),
755 ('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.',),
803 ('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.',),
804 ('LockPermissions','Table','N',None, None, None, None, 'Identifier','Directory;File;Registry','Reference to another table name',),
849 ('MsiDigitalSignature','Table','N',None, None, None, None, None, 'Media','Reference to another table name (only Media table is supported)',),
941 ('ServiceControl','Component_','N',None, None, 'Component',1,'Identifier',None, 'Required foreign key into the Component Table that controls the startup of the service',),
948 ('ServiceInstall','Component_','N',None, None, 'Component',1,'Identifier',None, 'Required foreign key into the Component Table that controls the startup of the service',),
986 ('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.',),
987 ('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.',),