请将您正在使用的安装程序的版本(installer 或 install)代入到下表或以下示例中
./installer |
以基于文本的模式运行安装程序:
./installer -nodisplay |
运行图形式安装程序而不安装软件:
./installer -no |
以图形模式创建状态文件而不安装软件:
./installer -no -saveState myInstallStatefile |
以基于文本的模式安装软件的同时创建状态文件:
./installer -nodisplay -saveState myInstallStatefile |
以无提示模式运行安装程序:
./installer -noconsole -state myInstallStatefile |
以图形模式运行安装程序,但不安装 Java ES Reporter:
./installer -noreporter |
使用 Reporter 安装实用程序在单独的会话中安装 Java ES Reporter(不调用 Java ES 安装程序):
./installer -reporter |