Represents the base class for application installers.

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

Protected Constructors

  Name Description
Installer Overloaded.  
Top

Public Properties (see also Protected Properties)

  Name Description
public property Contents Gets or sets the list of [NEED HELP]
public property ExecutionContext Gets or sets the context of the install and uninstall actions.
public property IsChanged  (inherited from BaseObject)
public property IsReadOnly  (inherited from BaseObject)
public property RequiresLogOn Gets or sets a value indicating that the install and uninstall requires that a user be logged on to the local computer.
public property Technology Gets the technology identifier for this kind of application.
Top

Protected Properties

  Name Description
protected property InsideIsChangedSetter  (inherited from BaseObject)
Top

Public Methods (see also Protected Methods)

  Name Description
public method ChangeId  (inherited from BaseObject)
public method Clone  (inherited from BaseObject)
public method Copy  (inherited from BaseObject)
public method CopyFrom  (inherited from BaseObject)
public method CreateDetectAction Retrieves an Action object that defines the arguments used by the provider when it is determining if an application of this kind is installed.
public method CreateInstallAction Retrieves an Action object that defines the arguments used by the provider when installing an application of this kind.
public method CreateUninstallAction Retrieves an Action object that defines the arguments used by the provider when uninstalling this kind of application.
public method EnumerateLocalizedProperties  (inherited from BaseObject)
public method Equals  Overridden. (inherited from Object)
public method GetHashCode  Overridden. (inherited from Object)
public method GetResourceId  (inherited from BaseObject)
public method GetType  (inherited from Object)
public method SetResourceId  (inherited from BaseObject)
public method ToString  Overridden. (inherited from Object)
public method Validate  (inherited from BaseObject)
public method ValidateProperty  Overloaded. (inherited from BaseObject)
Top

Protected Methods

  Name Description
protected method AttachTracker  (inherited from BaseObject)
protected method CheckIsChanged  (inherited from BaseObject)
protected method DetachTracker  (inherited from BaseObject)
protected method EnumerateFields  Overloaded. (inherited from BaseObject)
protected method EnumerateTrackerChildren  (inherited from BaseObject)
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
protected method OnChanged  (inherited from BaseObject)
protected method OnChanging  (inherited from BaseObject)
protected method OnDeserialized  (inherited from BaseObject)
protected method OnDeserializing  (inherited from BaseObject)
protected method OnSerialized  (inherited from BaseObject)
protected method OnSerializing  (inherited from BaseObject)
protected method SetIsChanged  (inherited from BaseObject)
protected method SetProp  (inherited from BaseObject)
Top

Protected Events

  Name Description
protected event OnChangedEvent  (inherited from BaseObject)
protected event OnChangingEvent  (inherited from BaseObject)
Top

See Also