Searched refs:ServiceInstall (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Lib/msilib/ |
D | schema.py | 503 ServiceInstall = Table('ServiceInstall') variable 504 ServiceInstall.add_field(1,'ServiceInstall',11592) 505 ServiceInstall.add_field(2,'Name',3583) 506 ServiceInstall.add_field(3,'DisplayName',8191) 507 ServiceInstall.add_field(4,'ServiceType',260) 508 ServiceInstall.add_field(5,'StartType',260) 509 ServiceInstall.add_field(6,'ErrorControl',260) 510 ServiceInstall.add_field(7,'LoadOrderGroup',7679) 511 ServiceInstall.add_field(8,'Dependencies',7679) 512 ServiceInstall.add_field(9,'StartName',7679) [all …]
|