The general DTP Plugin and the DTP Plugin for C/C++ must both be installed:

  1. Run the parasoft_dtp_plugin_<version>_vstudio installer in the [INSTALL]/integration/vstudio directory. This will install the DTP Plugin.
  2. Follow the wizard through the DTP Plugin installation.
  3. Run register.exe -i [<SUFFIX>] from the plugin package in [INSTALL]/integration/vstudio/ to install the DTP Engine plugin.
    <SUFFIX> is an optional parameter that specifies the Visual Studio registry suffix. The suffix must match the suffix used when installing the Parasoft DTP Plugin for Visual Studio. If the suffix is not specified, the main Visual Studio registry will be used. 
    When you want to uninstall, you will need to use register.exe -u [<SUFFIX>], where <SUFFIX> is an optional parameter that specifies the Visual Studio registry suffix. It must be the same suffix that was used during installation. When a suffix is not specified, the Plugin will be uninstalled from the main Visual Studio registry.
  • No labels