InstallationFlags Enumeration
.NET Framework 2.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)
'Declaration <SerializableAttribute> _ <FlagsAttribute> _ Public Enumeration InstallationFlags 'Usage Dim instance As InstallationFlags
/** @attribute SerializableAttribute() */ /** @attribute FlagsAttribute() */ public enum InstallationFlags
SerializableAttribute FlagsAttribute public enum InstallationFlags
| 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. |
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: