PreinstallCommand Class

 

Describes the pre-install commands Package object.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.AddinInfrastructure.PreinstallCommand

Syntax

[DataContractAttribute(Name = "Preinstall", Namespace = "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public class PreinstallCommand
[DataContractAttribute(Name = "Preinstall", Namespace = "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")]
public ref class PreinstallCommand 
<DataContractAttribute(Name := "Preinstall", Namespace := "https://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins")>
Public Class PreinstallCommand

Constructors

Name Description
System_CAPS_pubmethod PreinstallCommand()

Creates a new instance of the PreinstallCommand object.

Properties

Name Description
System_CAPS_pubproperty Executable

Gets and sets the path to the executable for the pre-install command.

System_CAPS_pubproperty IgnoreExitCode

Gets or sets a value that determines if the task should ignore an exit code.

System_CAPS_pubproperty NormalArgs

Gets and sets the normal arguments of the preinstall command.

System_CAPS_pubproperty SilentArgs

Gets and sets the silent arguments for the pre-install command.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top