summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/windows
Commit message (Expand)AuthorAgeFilesLines
* Use double quotes by defaultThom May2016-01-143-12/+12
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-132-3/+3
* fexes #4354 and fiexs #4372 stop trying to auto detect versions for exe insta...no_version_detectMatt Wrock2016-01-111-13/+1
* non msi packages must explicitly provide a source attribute on installMatt Wrock2015-12-152-4/+4
* Add missing exception variableJay Mundrawala2015-12-091-1/+1
* adds support to installer types inno, nsis, wise and installshield top the wi...Matt Wrock2015-12-073-13/+255
* Lazy load MSI provider, add check for MSI supportsalam/lazy-msiSalim Alam2015-09-221-2/+2
* fix package timeout attributeLamont Granquist2015-06-021-1/+1
* fix typo in msi providerandrewelizondo2015-02-171-1/+1
* Bug #2625: Include ShellOut mixin in msi package providerjdm/issue-2626-rebaseSimon Detheridge2014-12-151-0/+2
* add shell_out to base provider codeLamont Granquist2014-07-291-2/+0
* CHEF-5087: Hide win32 if not on windowsBryan McLellan2014-03-281-2/+2
* CHEF-5087: Add a Windows Installer package providerBryan McLellan2014-03-271-0/+69