Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the pre-installation commands.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[DataMemberAttribute(Order = 14, IsRequired = false)]
public PreinstallCommand Preinstall { get; set; }
public:
[DataMemberAttribute(Order = 14, IsRequired = false)]
property PreinstallCommand^ Preinstall {
PreinstallCommand^ get();
void set(PreinstallCommand^ value);
}
<DataMemberAttribute(Order := 14, IsRequired := False)>
Public Property Preinstall As PreinstallCommand
Property Value
Type: Microsoft.WindowsServerSolutions.AddinInfrastructure.PreinstallCommand
The pre-intstallation commands.
See Also
Package Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top