您可以在安装期间预配置 Parasoft 测试组件。Parasoft Test 是一个附带了 Parasoft 产品的框架,它支持许多常见功能,比如代码分析和测试执行。
- 创建一个设置文件,其中包含您预配置安装程序所需的选项。有关可用选项的详情,请参阅设置。
使用
/configure
或--configure
参数将该设置文件传递给安装向导。
例如:Windows:
/configure=<path-to-settings-file
>
Unix:
--configure <path-to-settings-file>
设置文件将作为 parasofttest.ini
复制到 Parasoft Test 的根目录中。该文件中的设置用于在启动期间初始化一个干净的工作空间。
提示 - 配置许可证的其他方法
还可以使用 -settings
在命令行启动时配置许可。详情请参阅许可。
如果想将设置应用到现有工作空间,则需要向设置文件添加一个附加属性:enforce.configure=true
。这将覆盖安装/重新安装后第一次启动时的现有设置。
Windows 选项
选项 | 说明 |
---|---|
/SILENT /VERYSILENT | 在静默模式下运行安装程序。不显示向导和背景窗口。 |
/DIR=<location> | 已安装产品文件的目标位置。 |
/Configure=<settings file> | 在安装步骤中预先配置产品。 |
请参阅 http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline 获取更多选项和帮助。
UNIX 选项(针对 Linux 或 Mac)
选项 | 说明 |
---|---|
--non-interactive | 以非交互模式运行安装向导。 |
--install-dir <location> | 已安装产品文件的目标位置。 |
--configure <settings file> | 在安装步骤中预先配置产品。 |
--help | 打印可用的命令行选项。 |
示例
Windows 上的安装
parasoft_soatest_<version_arch>.exe /SILENT /DIR=<soatest dir> /configure=<settings file>
Unix
parasoft_soatest_<version>_linux.sh --non-interactive --install-dir <soatest dir> --configure=<settings file>
设置文件示例
下面是配置许可证的设置文件示例。
soatest.license.use_network=true soatest.license.network.host=main1.parasoft.com.pl soatest.license.network.port=2222 soatest.license.network.edition=server_edition enforce.configure=true