This topic explains how to install C/C++test Professional.

Installing C/C++test

To install C/C++test:

  1. Double-click the C/C++test installer executable.
  2. Answer the questions asked by the installer.

During installation, C/C++test can be added into the main Visual Studio installation (recommended) or a separate configuration can be created. When the separate Visual Studio configuration mode is selected, the C/C++test plug-in will be available only when you launch C/C++test from  C/C++test's "Launch Visual Studio with Parasoft C/C++test" shortcut from the Start menu. It will not be available when Visual Studio is launched in any other way.

C/C++test cannot be installed if any previous versions of Parasoft C/C++test (or Parasoft dotTEST) are installed to the main Visual Studio configuration. In order to install C++test, either remove the previous C/C++test version or (re)install the previous C++test version to a separate Visual Studio configuration.

Installing C/C++test in Silent Mode

To install C/C++test in silent mode, run the installer using the command line or a script with one of the following options, as well as any additional options you want to use (see below):

  • /SILENT
  • /VERYSILENT

This will switch the installer to non-interactive mode, and the setup wizard will install C/C++test and Parasoft Test (C/C++test's component) using the default configuration.

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 

The following table shows all the available options:

OptionDescription

/SILENT
/VERYSILENT

Run the installer in silent mode. The wizard and the background window are not displayed.
/acceptEula=yesAccepts the terms of the Parasoft End User License Agreement (EULA).
/DIR=<location>Destination location for C/C++test's files.
/RootSuffix=<suffix>Root suffix for Visual Studio.
/Configure=<localsettings file>Path to the localsettings file used to preconfigure C/C++test. SeePreconfiguring C/C++test During Installation.
/ParasoftTestDir=<location>

Destination location for Parasoft Test's files. Use this option if Parasoft Test is not already installed.

Parasoft Test is a component of C/C++test. If the location passed with /ParasoftTestDir is different than the location of an existing C/C++test installation, the localsettings file won't be copied during reinstallation.

See http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline for additional options and help.

  • No labels