summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/windows.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove a few more provides and update the resolver specTim Smith2018-03-071-1/+1
* Add version_equals? method to windows providerJon Cowie2017-09-221-0/+4
* Cater for Windows package managers using the version string "latest"Jon Cowie2017-09-221-0/+11
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-3/+3
* Style/NumericPredicate comparison stylelcg/numericpredicateLamont Granquist2016-12-211-1/+1
* Fixed undefined short_cksum method issue and checksum in uppercase issue for ...Aliasgar162016-09-201-1/+1
* Forward package cookbook_name to underlying remote_fileBaptiste Courtois2016-07-221-0/+2
* update to latest chefstyle - fix casecmptm/fix_casecmpThom May2016-04-201-1/+1
* fixes #4639 and returns true from define_resource_requirements for MSIsmsiMatt Wrock2016-02-291-1/+1
* fixed exe package downloadsMatt Wrock2016-02-221-30/+39
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-11/+11
* Correct uses of fail to raisetm/fix_failThom May2016-01-131-1/+1
* fix some lint copsLamont Granquist2016-01-121-1/+1
* fixing post merge test breaksMatt Wrock2015-12-151-1/+1
* non msi packages must explicitly provide a source attribute on installMatt Wrock2015-12-151-12/+21
* Use properties in package resourcesjk/package-propertiesJohn Keiser2015-12-151-2/+2
* adds support to installer types inno, nsis, wise and installshield top the wi...Matt Wrock2015-12-071-14/+95
* download_file_missing? -> downloadable_file_missing?Jay Mundrawala2015-05-151-2/+2
* Surface checksum attributeJay Mundrawala2015-05-151-0/+16
* Allow users to override remote_file attributes in windows_packageJay Mundrawala2015-05-151-10/+18
* Refactor uri detectionJay Mundrawala2015-05-151-17/+7
* Modify windows package provider to allow urlJay Mundrawala2015-05-151-6/+76
* Make sure windows_service and windows_package resources are found with the ne...Serdar Sutay2014-10-281-2/+5
* CHEF-5322: Add utility for validating Windows pathsBryan McLellan2014-06-051-0/+3
* CHEF-5087: Add a Windows Installer package providerBryan McLellan2014-03-271-0/+80