IManagedInstaller.ManagedInstall(String, Int32) Metod

Definition

Kör en hanterad installation.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Parametrar

commandLine
String

Kommandoraden som anger installationen.

hInstall
Int32

Handtaget till installationen.

Returer

Returkoden för installutil.exe. En lyckad installation returnerar 0. Andra värden indikerar fel.

Gäller för