IManagedInstaller.ManagedInstall(String, Int32) Methode

Definition

Führt eine verwaltete Installation aus.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 int ManagedInstall(System::String ^ commandLine, int hInstall);
public int ManagedInstall (string commandLine, int hInstall);
abstract member ManagedInstall : string * int -> int
Public Function ManagedInstall (commandLine As String, hInstall As Integer) As Integer

Parameter

commandLine
String

Die Befehlszeile, die die Installation angibt.

hInstall
Int32

Das Handle für die Installation.

Gibt zurück

Der Rückgabecode für installutil.exe. Eine erfolgreiche Installation gibt 0 zurück. Andere Werte geben Fehler an.

Gilt für: