Share via


MsiInstaller.InstallCommandLine Property

 

Command line to use for the installer.

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement.MsiInstaller (in Microsoft.ConfigurationManagement.ApplicationManagement.MsiInstaller.dll)

Syntax

public string InstallCommandLine { get; set; }
public:
property String^ InstallCommandLine {
    String^ get();
    void set(String^ value);
}
Public Property InstallCommandLine As String

Property Value

Type: System.String

Returns String.

See Also

MsiInstaller Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top