| Visual Basic (Declaration) | |
|---|---|
| Public Overloads Shared Function InstallService( _ ByVal path As String, _ ByVal name As String, _ ByVal displayName As String, _ ByVal description As String, _ ByVal startMode As StartMode, _ ByRef start As Boolean _ ) As Boolean | |
| C# | |
|---|---|
| public static bool InstallService( string path, string name, string displayName, string description, StartMode startMode, ref bool start ) | |
Parameters
- path
- name
- displayName
- description
- startMode
- start
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
 
     
     
     
     
    