virtacomplus
This command lists COM+ components installed on both the source and destination machine, and exports COM+ components as .MSI files to:
the destination machine independent of a container, or
packaged in a container so you can deploy the container with COM+ components to a new destination
Administrator privileges are required.
For information about pre-requisites for using this command-line utility, see Migrating COM, COM+ and DCOM Components.
Note:
If only the source address is provided, the source machine must be running VirtaMove Source Agent.
Syntax
VIRTACOMPLUS /L [server | server username password]
VIRTACOMPLUS /X [server |server username password] [/R] application [/A appliance]
Options
Option | Description |
application | The name of the application to export. Supply a regex (or "regular expression") when using /R. |
/A | Used in conjunction with the |
appliance | The full path of the appliance or directory to export the application to. If a path is not supplied, the application will be saved to the desktop. |
/L | List components found on the system. |
/X | Export a component. |
/R | Export all components matching a regex supplied in place of a single component name. Examples:
|
Example 1: virtacomplus /L
To list COM+ components on the source machine:
virtacomplus /L 10.1.0.107.30 Administrator 1password$
The following COM+ Applications were found:
JonsDataProvider
Example 2: virtacomplus /X
To export a component to the destination machine:
A .MSI file is exported to the desktop of the destination machine. Manually execute the .MSI file to install the application.