Delivery Manager Tool - Information - How to get the list of custom plugins

Purpose

This page provides you with the method to retrieve the list of custom plugins that have been installed by a user.

For more information, refer to: 

For CAST AIP Version 8.0.x and higher : Pages Extending CAST AIP > Skip to end of banner > Go to start of banner > Install an extension > Step 2: Handle DMT plugins

Applicable in CAST Version

ReleaseYes/No
8.3.x
8.2.x
8.1.x
8.0.x
7.3.x

Applicable RDBMS

RDBMSYes/No
Oracle Server
Microsoft SQL Server
CSS2

Action plan

  1. Open a Command prompt

  2. Go to your StandardPlugins folder that is in your \Deliverymanagertool folder by running the the following command line :

cd \DeliveryManagerTool\standardPlugins

  1. Save the list of folder inside the standardplugins folder in a csv file by running the following command line :

dir/w >"\standard_plugins.csv"