PreinstallCommand.Executable Property

 

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

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

Syntax

[DataMemberAttribute(Order = 1, IsRequired = true)]
public string Executable { get; set; }
public:
[DataMemberAttribute(Order = 1, IsRequired = true)]
property String^ Executable {
    String^ get();
    void set(String^ value);
}
<DataMemberAttribute(Order := 1, IsRequired := True)>
Public Property Executable As String

Property Value

Type: System.String

The path to the execuatble.

See Also

PreinstallCommand Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top