Searched refs:ServiceInstall (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/msilib/ |
H A 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 [all...] |
Completed in 1 milliseconds