Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2021.1

...

  1. Create a localsettings file that includes the options you want to preconfigure the installation with. See Localsettings for details on available options.
  2. Pass that localsettings file to the installer using the /configure or --configure parameter.
    For example:

    • Windows: /configure=<path-to-localsettings-file>

    • Unix: --configure <path-to-localsettings-file>

...

OptionDescription
/SILENT
/VERYSILENT
Run installer in silent mode. The wizard and the background window are not displayed.
/DIR=<location>Destination location for installed product's files.
EclipseDir=<location>Location of target platform.
/Configure=<localsettings file>Pre-configure product during installation step./ParasoftTestDir=<location>Destination location for Parasoft Test's files (Use this option if Parasoft Test is not already installed). 

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

Additional Notes about Windows Installation

...

.

UNIX Options (for Linux, or Mac)

OptionDescription
--non-interactiveRun the installer in non-interactive mode.
--install-dir <location>Destination location for installed product's files.
--configure <localsettings file>Pre-configure product during installation step.
--parasofttest-install-dir <location>Destination location for Parasoft Test's files.--helpPrints the available command line options.

...

Code Block
languagepowershell
titleInstallation on Windows
parasoft_virtualize_<version_arch>.exe /SILENT /DIR=<virtualize dir> /ParasoftTestDir=<parasofttest dir> /configure=<localsettings file>
parasoft_virtualize_<version_arch>_eclipse_plugin.exe /SILENT /DIR=<virtualize dir> /ParasoftTestDir=<para-softtest dir> /EclipseDir=<eclipse dir> /configure=<localsettings file>
Code Block
languagebash
titleUnix
parasoft_virtualize_<version>_linux.sh --non-interactive --install-dir <virtualize dir> --parasofttest
-install-dir <parasofttest dir> --configure=<localsettings file>
parasoft_virtualize_<version>_linux_eclipse_plugin.sh --non-interactive --install-dir <virtualize dir> 
--parasofttest-install-dir <parasofttest dir> --target-location <eclipse dir> --configure=<localsettings file>

...