是否可以始终自动将命令行参数传递给 install4j 安装程序?

Is it possible to always automatically pass a command line argument to an install4j installer?

假设 install4j 生成安装程序文件 myapp.exe。是否有可能以这样的方式配置它,当双击这个可执行文件时,它将 运行 作为 ./myapp.exe -manual 例如?

基本上,我正在尝试以对最终用户透明的方式配置 command line options

在 "Installer->Screen & Actions" 步骤中,select 安装程序并配置 "Arguments" 属性。

然而,"Arguments" 属性 仅对 JVM 有效,并且“-manual”参数由本机启动程序解释,因此在这种特殊情况下您无法预配置它。 “-manual”也是一个故障排除选项,不应默认设置。