IManagedInstaller.ManagedInstall(String, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.