uaPLUS Reference
InstallService(String,String,String,String,StartMode,String,String,Boolean) Method
See Also  Send Feedback
Opc.Ua.Configuration Namespace > ServiceInstaller Class > InstallService Method : InstallService(String,String,String,String,StartMode,String,String,Boolean) Method

path
name
displayName
description
startMode
userName
password
start

Glossary Item Box

Syntax

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, _
   ByVal userName As String, _
   ByVal password As String, _
   ByRef start As Boolean _
) As Boolean
C# 
public static bool InstallService( 
   string path,
   string name,
   string displayName,
   string description,
   StartMode startMode,
   string userName,
   string password,
   ref bool start
)

Parameters

path
name
displayName
description
startMode
userName
password
start

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.