Edit

Share via


InstallationFlags Enum

Definition

Flags used with the RegistrationHelper class.

This enumeration supports a bitwise combination of its member values.

public enum class InstallationFlags
[System.Flags]
[System.Serializable]
public enum InstallationFlags
[<System.Flags>]
[<System.Serializable>]
type InstallationFlags = 
Public Enum InstallationFlags
Inheritance
InstallationFlags
Attributes

Fields

Default 0

Do the default installation, which configures, installs, and registers, and assumes that the application already exists.

ExpectExistingTypeLib 1

Do not export the type library; one can be found either by the generated or supplied type library name.

CreateTargetApplication 2

Creates the target application. An error occurs if the target already exists.

FindOrCreateTargetApplication 4

Creates the application if it does not exist; otherwise use the existing application.

ReconfigureExistingApplication 8

If using an existing application, ensures that the properties on this application match those in the assembly.

ConfigureComponentsOnly 16

Configures components only, do not configure methods or interfaces.

ReportWarningsToConsole 32

When alert text is encountered, writes it to the Console.

Register 256

Should not be used.

Install 512

Should not be used.

Configure 1024

Should not be used.

Applies to