我有一个安装Windows程序包(exe文件)的方法。 我想为其传递参数(选项)用户名和密码。 下面是我安装exe文件的方法。
windows_package 'Package_name' do
source 'Path_to_the_package\\Package.exe'
installer_type :custom
#options ' /silent'
action :install
timeout 1500
end
有人可以帮助我如何传递用户名和密码以安装exe文件。 仅供参考,证书将由exe的安装程序询问。