Udostępnij za pośrednictwem


ManagedInstallerClass.IManagedInstaller.ManagedInstall(String, Int32) Metoda

Definicja

Aby uzyskać opis tego elementu członkowskiego, zobacz ManagedInstall(String, Int32).

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

 virtual int System.Configuration.Install.IManagedInstaller.ManagedInstall(System::String ^ argString, int hInstall) = System::Configuration::Install::IManagedInstaller::ManagedInstall;
int IManagedInstaller.ManagedInstall (string argString, int hInstall);
abstract member System.Configuration.Install.IManagedInstaller.ManagedInstall : string * int -> int
override this.System.Configuration.Install.IManagedInstaller.ManagedInstall : string * int -> int
Function ManagedInstall (argString As String, hInstall As Integer) As Integer Implements IManagedInstaller.ManagedInstall

Parametry

argString
String

Wiersz polecenia do zainstalowania.

hInstall
Int32

Dojście do instalacji.

Zwraca

Kod powrotny dla installutil.exe. Pomyślna instalacja zwraca wartość 0. Inne wartości wskazują błąd.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy ManagedInstallerClass wystąpienie jest rzutowanie do interfejsu IManagedInstaller .

Dotyczy