Home | History | Annotate | Download | only in msilib

Lines Matching refs:ServiceInstall

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)
511 ServiceInstall.add_field(8,'Dependencies',7679)
512 ServiceInstall.add_field(9,'StartName',7679)
513 ServiceInstall.add_field(10,'Password',7679)
514 ServiceInstall.add_field(11,'Arguments',7679)
515 ServiceInstall.add_field(12,'Component_',3400)
516 ServiceInstall.add_field(13,'Description',8191)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb]
946 ('ServiceInstall','Name','N',None, None, None, None, 'Formatted',None, 'Internal Name of the Service',),
947 ('ServiceInstall','Description','Y',None, None, None, None, 'Text',None, 'Description of 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',),
949 ('ServiceInstall','Arguments','Y',None, None, None, None, 'Formatted',None, 'Arguments to include in every start of the service, passed to WinMain',),
950 ('ServiceInstall','ServiceInstall','N',None, None, None, None, 'Identifier',None, 'Primary key, non-localized token.',),
951 ('ServiceInstall','Dependencies','Y',None, None, None, None, 'Formatted',None, 'Other services this depends on to start. Separate by [~], and end with [~][~]',),
952 ('ServiceInstall','DisplayName','Y',None, None, None, None, 'Formatted',None, 'External Name of the Service',),
953 ('ServiceInstall','ErrorControl','N',-2147483647,2147483647,None, None, None, None, 'Severity of error if service fails to start',),
954 ('ServiceInstall','LoadOrderGroup','Y',None, None, None, None, 'Formatted',None, 'LoadOrderGroup',),
955 ('ServiceInstall','Password','Y',None, None, None, None, 'Formatted',None, 'password to run service with. (with StartName)',),
956 ('ServiceInstall','ServiceType','N',-2147483647,2147483647,None, None, None, None, 'Type of the service',),
957 ('ServiceInstall','StartName','Y',None, None, None, None, 'Formatted',None, 'User or object name to run service as',),
958 ('ServiceInstall','StartType','N',0,4,None, None, None, None, 'Type of the service',),