summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/windows
Commit message (Expand)AuthorAgeFilesLines
* update to pass sensitive as optiondheerajd-msys2018-06-131-25/+11
* [MSYS-830] Fix package sensitive errordheerajd-msys2018-06-111-11/+25
* mechanical conversion of most debug log statements to traceThom May2018-03-263-15/+25
* Handle display names with trailing spacesPer Lundberg2017-07-241-1/+1
* Chef-13: coerce package options property to a Stringlcg/package-optionsLamont Granquist2017-04-021-1/+1
* add support QuietUninstallString for windows packages (#5849)Harikesh Kolekar2017-03-071-3/+9
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-112-12/+12
* Merge pull request #5394 from MsysTechnologiesllc/ali/package_resource_uninst...Bryan McLellan2016-10-271-2/+3
|\
| * Newly creating uninstall string using the product code value retrieved from t...aliasgar162016-10-131-2/+3
* | fixes for rubocop 0.44.1 enginelcg/rubocop-0.44.1Lamont Granquist2016-10-202-4/+5
|/
* Added timeout during removing of windows packagedheerajd-msys2016-08-261-1/+1
* fix Lint/UselessAccessModifier copLamont Granquist2016-08-161-2/+0
* fixes some uninstall scenarios by calling uninstall string directlyuninstallMatt Wrock2016-06-221-5/+2
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-6/+6
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-023-3/+3
* 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