Share via


IManagedInstaller.ManagedInstall(String, Int32) Metodo

Definizione

Esegue un'installazione gestita.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

commandLine
String

Riga di comando che specifica l'installazione.

hInstall
Int32

Handle per l'installazione.

Restituisce

Codice restituito per installutil.exe. Un'installazione riuscita restituisce 0. Altri valori indicano un errore.

Si applica a