summaryrefslogtreecommitdiff
path: root/spec/unit/provider/package/windows
Commit message (Expand)AuthorAgeFilesLines
* Fix some odd whitespacing in tests.Pete Higgins2020-06-241-3/+3
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-132-2/+2
* Add basic spec for return codewindows_package_3010Tim Smith2020-02-251-1/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+1
* Avoid a PATH environment variable update before a windows package installJeremy HAGE2019-10-081-1/+1
* Style/RegexpLiteralLamont Granquist2019-07-052-16/+16
* Update wording in resource specs for attributes -> propertiesTim Smith2018-07-101-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-022-2/+2
* MSYS-631 Added tests for Chef::Provider::Package::Windows::RegistryUninstallE...piyushawasthi2017-08-081-3/+56
* 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-0/+25
* Newly creating uninstall string using the product code value retrieved from t...aliasgar162016-10-131-4/+13
* Added spec for Timeout function in Windows remove package codedheerajd-msys2016-09-061-0/+9
* fixes some uninstall scenarios by calling uninstall string directlyuninstallMatt Wrock2016-06-221-9/+14
* autofixing whitespace copsLamont Granquist2016-02-051-3/+3
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-022-2/+2
* Use double quotes by defaultThom May2016-01-142-24/+24
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-132-8/+8
* fexes #4354 and fiexs #4372 stop trying to auto detect versions for exe insta...no_version_detectMatt Wrock2016-01-111-69/+5
* adds support to installer types inno, nsis, wise and installshield top the wi...Matt Wrock2015-12-072-10/+345
* Changed spec descriptionJay Mundrawala2014-12-151-2/+2
* Add specs for windows msi_specjdm/win-package-specsJay Mundrawala2014-12-141-2/+12
* Windows msi package privoder unit tests run on all on all systemsJay Mundrawala2014-12-141-1/+6
* updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-241-3/+3
* CHEF-5087: Hide win32 if not on windowsBryan McLellan2014-03-281-1/+1
* CHEF-5087: Add a Windows Installer package providerBryan McLellan2014-03-271-0/+60