Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width600px

The Serviced Components Installation Tool (regsvcs.exe) loads and registers serviced component classes from .NET assemblies into COM+ applications. You can also unregister assemblies.

...

Image Removed

...

Regsvcs Options

Image Added

Column
width300px
Panel
borderColor#D8D8D8
bgColor#FFFFFF
titleColor#FFFFFF
borderWidth1
titleBGColor#006396
borderStylesolid
titleOn this page:

Table of Contents
maxLevel3
minLevel2
printablefalse
 

Column


Assembly

The name of the assembly to install/uninstall.

RegSvcs Mode

Find or create COM+ Application and Register Type

If a COM+ Application matching the assembly (or specified name) is found, it will be used. Otherwise, a new application will be created.

Find existing COM+ Application and Register Types

If a COM+ Application matching the assembly (or specified name) is found, it will be used. Otherwise, the action will fail.

Create new COM+ Application and Register Types

A new COM+ Application will be created. If a matching COM+ Application already exists, the action will fail.

Uninstall types

Remove a previously registered assembly.

COM+ Application Options

Application Name

Specify a name for the COM+ Application to register or unregister (or ID of an application to unregister.) If no name is specified, the assembly file name will be used for the application name.

Partition Name

Specify the name or ID of a COM+ partition in which to locate the assembly.

Application root directory

Specify a root directory for the COM+ Application.

Do not reconfigure target application

Only applies when registering components. Default behaviour is to reconfigure.

Configure components only

Only applies when registering components. If this option is set, only components (not methods or  interfacesinterfaces) will be reconfigured.

Type Library File

Install specific type library

Allows the specification of a type library file to use or generate.

Use existing type library

Check to have the type library not regenerated.


Framework Version

Image Added

Excerpt Include
_Inc_.NetFramework
_Inc_.NetFramework
nopaneltrue

...