The general Parasoft Plugin and C/C++test Plugin for Visual Studio must both be installed:

  1. Run the parasoft_plugin_<version>_vstudio installer in the [INSTALL]/integration/vstudio directory. This will install the Parasoft Plugin.
  2. Follow the wizard through the Parasoft Plugin installation.
  3. Run register.exe -i [<SUFFIX>] from the plugin package in [INSTALL]/integration/vstudio/ to install the Plugin for Visual Studio.
    <SUFFIX> is an optional parameter that specifies the Visual Studio registry suffix. The suffix must match the suffix used when installing the Parasoft Plugin. 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