HomeSort by relevance Sort by last modified time
    Searched refs:ServiceInstall (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Lib/msilib/
schema.py 503 ServiceInstall = Table('ServiceInstall')
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
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
schema.py 503 ServiceInstall = Table('ServiceInstall')
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)
    [all...]
  /external/python/cpython2/Lib/msilib/
schema.py 503 ServiceInstall = Table('ServiceInstall')
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
    [all...]
  /external/python/cpython2/Tools/msi/
schema.py 503 ServiceInstall = Table('ServiceInstall')
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
    [all...]

Completed in 133 milliseconds