Represents a package action entry in the answer file. A package action is created for a package in a Windows image or from a package file.

The following tables list the members exposed by the PackageAction type.

Public Properties

  Name Description
Action Retrieves or sets the action to be performed on the package during unattended Windows setup.
AnswerFile Retrieves the AnswerFile object from which the package action is obtained.
Package Retrieves the package associated with the action.
PermanenceType Retrieves or sets the permanence type of the action.
PrimarySourcePath Retrieves or sets the primary source path (the first item in the SourcePaths collection).
SourcePaths Retrieves the source paths of the package.
WindowsFeatureSelections Retrieves the Windows feature selections in PackageAction.
Top

Public Methods (see also Protected Methods )

  Name Description
AreFeaturesInPathEnabled Checks if all the features in the path are enabled.
CanConsume  (inherited from ObjectBase )
Consume  (inherited from ObjectBase )
EnableAllFeaturesInPath Enables all the features in a feature path.
Equals  Overloaded. (inherited from Object )
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
Remove Removes the package action.
ToString Overridden. Returns the display name of the package action.
Top

Protected Methods

  Name Description
Generic CreateProperty  (inherited from ObjectBase )
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )
Generic OnValueChanged  (inherited from ObjectBase )
Top

Public Events

  Name Description
PropertyChanged  (inherited from ObjectBase )
Top

See Also