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

Configure 1024

Should not be used.

ConfigureComponentsOnly 16

Configures components only, do not configure methods or interfaces.

CreateTargetApplication 2

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

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.

FindOrCreateTargetApplication 4

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

Install 512

Should not be used.

ReconfigureExistingApplication 8

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

Register 256

Should not be used.

ReportWarningsToConsole 32

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

Applies to