Represents the type of package action. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim packageActionType1 As PackageActionType = PackageActionType.Configure

Syntax

Visual Basic
Public Enum PackageActionType
C#
public enum PackageActionType
C++
public enum class PackageActionType
J#
public enum PackageActionType
JScript
public enum PackageActionType

Members

Member name Description
Configure Configures the installed package.
Install Installs and configures the package.
Remove Removes the installed package.
Stage Makes the package ready for installation.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Vista, and Windows 2000

Target Platforms

See Also