Versions Compared

Key

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

...

If you want to apply settings to an existing workspace, you need to add an additional property to the settings file: enforce.configure=true. This overrides existing settings during the first startup after the installation/reinstallation.

Linux/MacOS Options

OptionDescription
--non-interactiveRun the installer in non-interactive mode.
--accept_eulaIndicate 'yes' to accept the end-user license agreement. This is required when using --non-interactive and the EULA must be accepted to use the product. Please read the EULA at https://www.parasoft.com/license.
--install-dir <LOCATION>Destination location for installed product's files.
--configure <SETTINGS_FILE>Pre-configure product during installation step.
--helpPrints the available command line options.

Examples

Code Block
languagebash
titleInstallation on Linux/MacOS
parasoft_soavirt_<VERSION>_linux.sh --non-interactive --accept-eula yes --install-dir <SOATEST_DIR> --configure=<SETTINGS_FILE>

...