cookbook 'vcruntime', '= 1.2.1'
vcruntime
(28) Versions
1.2.1
-
Follow9
Installs Microsoft Visual C++ Runtimes
cookbook 'vcruntime', '= 1.2.1', :supermarket
knife supermarket install vcruntime
knife supermarket download vcruntime
Microsoft Visual C++ Runtime Cookbook
Installs Microsoft Visual C++ runtime version 6 (2005), 9 (2008), 10 (2010), 11 (2012), 12 (2013), 14 (2015) or 15 (2017) on Windows.
Requirements
Platforms
- Microsoft Windows 2008 R2
- Microsoft Windows 2012
- Microsoft Windows 2012 R2
- Microsoft Windows 2016
- Microsoft Windows 2019
Chef
- Chef 12.6+
Attributes
There are individual attributes within the attributes files for the URL, checksum and package name of each Visual C++ runtime major and minor version.
If you wish to install anything except the latest packages, you may set one of
node['vcruntime']['vc6']['version']
node['vcruntime']['vc9']['version']
node['vcruntime']['vc10']['version']
node['vcruntime']['vc11']['version']
node['vcruntime']['vc12']['version']
node['vcruntime']['vc14']['version']
node['vcruntime']['vc15']['version']
to the appropriate version.
It will install 32 bit version alongside 64bit version on 64bit systems.
Usage
Include the default recipe to install all supported versions:
{ "name": "my_node", "run_list": [ "recipe[vcruntime]" ] }
Include vcruntime::vc6
, vcruntime::vc9
, vcruntime::vc10
, vcruntime::vc11
, vcruntime::vc12
, or vcruntime::vc14
in your node's run_list
to install specific versions only:
{ "name": "my_node", "run_list": [ "recipe[vcruntime::vc6]" ] }
License
Copyright: 2013-2019, Chef Software, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
CHANGELOG for Visual Studio Runtime Cookbook
This file is used to list changes made in each version of vcruntime.
1.2.1 (2019-08-28)
- Remove recipe descriptions from metadata.rb - @tas50
- Enable all foodcritic rules on this repo - @tas50
- Remove the gating around chef_version in metadata.rb - @tas50
- Remove the empty default attributes file - @tas50
- Simplify windows platform checks - @tas50
- Remove old authors from the readme - @tas50
- Don't treat return code 3010 as a failure - @tas50
- Remove old long_description metadata - @tas50
1.2.0 (2018-07-10)
- Remove stove gem from the Gemfile
- Update VC15 to latest version
- Remove appveyor testing for VC14 since we can't test both VC14 and VC15
1.1.1 (2017-08-28)
- Fixed bug where download happens on every run due to same name #11
- Fixed issue where VCRuntime 2017 is in-place upgrade of 2015 & cannot be installed together #15
1.1.0 (2017-07-31)
- Add VC15
1.0.3 (2017-05-01)
- Update VC12 version information.
1.0.2 (2017-03-08)
- Add integration testing on Appveyer and remove Travis CI. Swap the readme badges
1.0.1 (2017-03-02)
- Update testing and documentation boilerplate
- Test with Local Delivery instead of Rake
- Add basic Chefspec testing of a converge
- Add Travis Badge to the readme
1.0.0:
- Converted to use new package resource instead of deprecated windows_package handler. This requires Chef 12.6 or later to use this cookbook now
- Added VS 2013 Runtime
- Added VS 2015 Runtime
- Added VS 2005 Runtime
- install 32 bit by default on 64 bit systems
- Updated recipes to only run on Windows
- Fixed bug with names not matching registry causing install to run every time client ran
- Removed obsolete provides from the metadata file
- Removed forgotten Debug puts
- fixed typos and incorrect naming of VC versions
- Added Test Kitchen config
0.2.0:
- Refactor to allow the installation of older versions of the Visual C++ Runtime.
- Normalize top-level attribute namespace to 'vcruntime'
0.1.6:
- Added VS 2012 Runtime
0.1.0:
- Initial release of vcruntime
Collaborator Number Metric
1.2.1 passed this metric
Contributing File Metric
1.2.1 passed this metric
Foodcritic Metric
1.2.1 passed this metric
No Binaries Metric
1.2.1 passed this metric
Testing File Metric
1.2.1 passed this metric
Version Tag Metric
1.2.1 passed this metric
1.2.1 passed this metric
1.2.1 passed this metric
Foodcritic Metric
1.2.1 passed this metric
No Binaries Metric
1.2.1 passed this metric
Testing File Metric
1.2.1 passed this metric
Version Tag Metric
1.2.1 passed this metric
1.2.1 passed this metric
1.2.1 passed this metric
Testing File Metric
1.2.1 passed this metric
Version Tag Metric
1.2.1 passed this metric
1.2.1 passed this metric
1.2.1 passed this metric