将用户名和密码传递给Chef中的Windows软件包安装

时间:2018-12-06 14:00:01

标签: ruby chef chef-recipe cookbook chef-windows

我有一个安装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的安装程序询问。

0 个答案:

没有答案