Searched refs:ServiceControl (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/msilib/ |
D | schema.py | 495 ServiceControl = Table('ServiceControl') variable 496 ServiceControl.add_field(1,'ServiceControl',11592) 497 ServiceControl.add_field(2,'Name',4095) 498 ServiceControl.add_field(3,'Event',1282) 499 ServiceControl.add_field(4,'Arguments',8191) 500 ServiceControl.add_field(5,'Wait',5378) 501 ServiceControl.add_field(6,'Component_',3400) 580 …or, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstal…
|
/external/python/cpython2/Lib/msilib/ |
D | schema.py | 495 ServiceControl = Table('ServiceControl') variable 496 ServiceControl.add_field(1,'ServiceControl',11592) 497 ServiceControl.add_field(2,'Name',4095) 498 ServiceControl.add_field(3,'Event',1282) 499 ServiceControl.add_field(4,'Arguments',8191) 500 ServiceControl.add_field(5,'Wait',5378) 501 ServiceControl.add_field(6,'Component_',3400) 580 …or, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstal…
|
/external/python/cpython2/Tools/msi/ |
D | schema.py | 495 ServiceControl = Table('ServiceControl') variable 496 ServiceControl.add_field(1,'ServiceControl',11592) 497 ServiceControl.add_field(2,'Name',4095) 498 ServiceControl.add_field(3,'Event',1282) 499 ServiceControl.add_field(4,'Arguments',8191) 500 ServiceControl.add_field(5,'Wait',5378) 501 ServiceControl.add_field(6,'Component_',0xDFF) 580 …or, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstal…
|