InstallationFlags 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
与 RegistrationHelper 类一起使用的标志。
此枚举支持其成员值的按位组合。
public enum class InstallationFlags
[System.Flags]
[System.Serializable]
public enum InstallationFlags
[<System.Flags>]
[<System.Serializable>]
type InstallationFlags =
Public Enum InstallationFlags
- 继承
- 属性
字段
Configure | 1024 | 不应使用。 |
ConfigureComponentsOnly | 16 | 仅配置组件,不配置方法或接口。 |
CreateTargetApplication | 2 | 创建目标应用程序。 如果目标已经存在,则出错。 |
Default | 0 | 执行默认安装,在此类安装中会执行配置、安装和注册步骤,并假设应用程序已存在。 |
ExpectExistingTypeLib | 1 | 不导出类型库;可以通过生成的或提供的类型库名称找到类型库。 |
FindOrCreateTargetApplication | 4 | 如果应用程序不存在,则创建应用程序;否则使用现有的应用程序。 |
Install | 512 | 不应使用。 |
ReconfigureExistingApplication | 8 | 如果使用现有的应用程序,请确保此应用程序的属性与程序集中的属性匹配。 |
Register | 256 | 不应使用。 |
ReportWarningsToConsole | 32 | 当遇到警报文字时,将其写入控制台。 |