IManagedInstaller 接口

定义

为托管安装程序提供一个接口。

此 API 支持产品基础结构,不能在代码中直接使用。

public interface class IManagedInstaller
[System.Runtime.InteropServices.Guid("1E233FE7-C16D-4512-8C3B-2E9988F08D38")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IManagedInstaller
[<System.Runtime.InteropServices.Guid("1E233FE7-C16D-4512-8C3B-2E9988F08D38")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IManagedInstaller = interface
Public Interface IManagedInstaller
派生
属性

方法

ManagedInstall(String, Int32)

此 API 支持产品基础结构,不能在代码中直接使用。

执行托管安装。

适用于