IManagedInstaller.ManagedInstall(String, Int32) Méthode

Définition

Exécute une installation managée.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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

Paramètres

commandLine
String

Ligne de commande qui spécifie l'installation.

hInstall
Int32

Handle de l'installation.

Retours

Code de retour pour installutil.exe. Une installation réussie retourne 0. D'autres valeurs indiquent l'échec.

S’applique à