PreinstallCommand Class

 

Describes the pre-install commands Package object.

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

System::Object
  Microsoft.WindowsServerSolutions.AddinInfrastructure::PreinstallCommand

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

NameDescription
System_CAPS_pubmethodPreinstallCommand()

Creates a new instance of the PreinstallCommand object.

NameDescription
System_CAPS_pubpropertyExecutable

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

System_CAPS_pubpropertyIgnoreExitCode

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

System_CAPS_pubpropertyNormalArgs

Gets and sets the normal arguments of the preinstall command.

System_CAPS_pubpropertySilentArgs

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top

Community Additions

ADD
Show: