PreinstallCommand Class
Describes the pre-install commands Package object.
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
| Name | Description | |
|---|---|---|
![]() | PreinstallCommand() | Creates a new instance of the PreinstallCommand object. |
| Name | Description | |
|---|---|---|
![]() | Executable | Gets and sets the path to the executable for the pre-install command. |
![]() | IgnoreExitCode | Gets or sets a value that determines if the task should ignore an exit code. |
![]() | NormalArgs | Gets and sets the normal arguments of the preinstall command. |
![]() | SilentArgs | Gets and sets the silent arguments for the pre-install command. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Community Additions
ADD
Show:


