summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/windows.rb
Commit message (Expand)AuthorAgeFilesLines
* 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