This documentation is archived and is not being maintained.

ServiceInstallerDialogResult Enumeration

Specifies the return value of a ServiceInstallerDialog form.

Namespace:  System.ServiceProcess.Design
Assembly:  System.ServiceProcess (in System.ServiceProcess.dll)

'Declaration
Public Enumeration ServiceInstallerDialogResult
'Usage
Dim instance As ServiceInstallerDialogResult

Member nameDescription
OKThe dialog return value is OK. This value typically indicates that the user confirmed the account properties and pressed the OK button to close the dialog.
UseSystemInstall the service with a system account rather than a user account. This value typically indicates that the dialog was not displayed to the user. For example, the ServiceProcessInstaller.Account property is set to something other than User.
CanceledThe dialog return value is Canceled. This value typically indicates that the user canceled out of the dialog without setting the account fields.

The ServiceInstallerDialog.Result property uses this enumeration to indicate the user response to the dialog box.

The following example uses a ServiceInstallerDialog to prompt the user for a service installation account.

No code example is currently available or this language may not be supported.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0, 1.1, 1.0
Show: