InstallationFlags Enumeration
.NET Framework 3.0
Flags used with the RegistrationHelper class.
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.EnterpriseServicesAssembly: System.EnterpriseServices (in system.enterpriseservices.dll)
| Member name | Description | |
|---|---|---|
| Configure | Should not be used. | |
| ConfigureComponentsOnly | Configures components only, do not configure methods or interfaces. | |
| CreateTargetApplication | Creates the target application. An error occurs if the target already exists. | |
| Default | Do the default installation, which configures, installs, and registers, and assumes that the application already exists. | |
| ExpectExistingTypeLib | Do not export the type library; one can be found either by the generated or supplied type library name. | |
| FindOrCreateTargetApplication | Creates the application if it does not exist; otherwise use the existing application. | |
| Install | Should not be used. | |
| ReconfigureExistingApplication | If using an existing application, ensures that the properties on this application match those in the assembly. | |
| Register | Should not be used. | |
| ReportWarningsToConsole | When alert text is encountered, writes it to the Console. |
Community Additions
ADD
Show: