This topic explains how to install the Parasoft Plugin for Visual Studio.

Installing the Parasoft Plugin

To install the Parasoft Plugin for Visual Studio:

  1. Go to the <INSTALL_DIR>\integration\vstudio directory.
  2. Run the parasoft_plugin_<version>_vstudio.exe installer and follow the installation wizard.
  3. Read and accept the Parasoft End User License Agreement (EULA) when prompted.
  4. Select the Visual Studio version to which you want to install the Parasoft Plugin. You can select more than one version, if installed on your machine.
  5. Specify the location where you want to install the Parasoft Plugin.
  6. Select the Visual Studio configuration where you want to install the Parasoft Plugin. By default, the Parasoft Plugin is installed in the main Visual Studio configuration. You can install the Parasoft Plugin in a different Visual Studio configuration by providing a registry key suffix.
  7. Specify the location in the Start Menu where you want to add a shortcut to the Parasoft Plugin.
  8. Click Install.

Note that if another Parasoft tool has already been integrated with your Visual Studio, running the Parasoft Plugin installer will launch the reinstallation/removal wizard. If this happens, select Reinstall and proceed with the wizard. This allows you to use the Parasoft Plugin for Visual studio to perform code analysis with two Parasoft tools. See Can I use Parasoft dotTEST and Parasoft C/C++test in the same Visual Studio IDE? for details.

Uninstalling the Parasoft Plugin

To uninstall the Parasoft Plugin from Visual Studio, run the Parasoft Plugin installer, follow the wizard, and choose the Remove option when prompted:

Installing the Parasoft Plugin in Silent Mode

To install Parasoft Plugin for Visual Studio in silent mode, run the installer using the command line or a script with one of the following options:

  • /SILENT
  • /VERYSILENT

Parasoft End User License Agreement

You must agree to the terms of the Parasoft End User License Agreement (EULA) to use the product. The EULA is available in the installation directory of your product and at https://www.parasoft.com/license. To accept the EULA during silent installation, run the installer with the following command:

/acceptEula=yes 

Example:

<INSTALL_DIR>/integration/vstudio/parasoft_plugin_<version>_vstudio.exe /SILENT /acceptEula=yes 

See http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline for additional options that can be used in silent mode.

  • No labels