0

我想在 Windows 2012 服务器中使用 Chef Recipe 安装 System Center Endpoint Protection (SCEP)。我正在使用下面的脚本来安装 exe 文件 ( scepinstall.exe)。看起来这不是正确的食谱。请帮忙

windows_package 'SCEP' do
  source 'C:/foldername/scepinstall.exe'
  installer_type :custom
  options '/Q'
end
4

0 回答 0