[chef] reg windows package error 1619


Chronological Thread 
  • From: Indra k < >
  • To: " " < >
  • Subject: [chef] reg windows package error 1619
  • Date: Mon, 19 Jan 2015 06:06:34 +0000 (UTC)

Hi all,
  
  When installing nodejs package in windows 64 bit it shows like this:

msi_open_package: unexpected status 1619: This installation package
could not be opened. Verify that the package exists
and that you can access it, or contact the application vendor to
verify that this is a valid Windows Installer package.


my code is here:
attribute/default.rb:

default['nodejs']['url']          = "http://nodejs.org/dist/v0.10.13/node-v0.10.13-x86.msi"
default['nodejs']['package_name'] = "Nodejs"

recipes/default.rb:

windows_package node['nodejs']['package_name'] do
  source node['nodejs']['url']
  action :install
end


Thanks,
Indu




Archive powered by MHonArc 2.6.16.

§