Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

vcruntime (26) Versions 1.0.2

Installs Microsoft Visual C++ Runtimes

Policyfile
Berkshelf
Knife
cookbook 'vcruntime', '= 1.0.2', :supermarket
cookbook 'vcruntime', '= 1.0.2'
knife supermarket install vcruntime
knife supermarket download vcruntime
README
Dependencies
Changelog
Quality 86%

Microsoft Visual C++ Runtime Cookbook

Appveyer status Cookbook Version

Installs Microsoft Visual C++ runtime version 6 (2005), 9 (2008), 10 (2010), 11 (2012), 12 (2013) or 14 (2015) on Windows.

Requirements

Platforms

  • Microsoft Windows 2008 R2
  • Microsoft Windows 2012
  • Microsoft Windows 2012 R2

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']

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 and Authors

Author: Yvo Van Doorn (yvo@chef.io)

Author: Dan Robinson (drobinson@chef.io)

Author: Julian Dunn (jdunn@chef.io)

Copyright: 2013-2017, 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.

CHANGELOG for Visual Studio Runtime Cookbook

This file is used to list changes made in each version of vcruntime.

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.0.2 passed this metric

Contributing File Metric
            

1.0.2 passed this metric

Foodcritic Metric
            

1.0.2 failed this metric

FC009: Resource attribute not recognised: vcruntime/recipes/vc10.rb:24
FC009: Resource attribute not recognised: vcruntime/recipes/vc11.rb:24
FC009: Resource attribute not recognised: vcruntime/recipes/vc12.rb:24
FC009: Resource attribute not recognised: vcruntime/recipes/vc14.rb:24
FC009: Resource attribute not recognised: vcruntime/recipes/vc6.rb:24
FC009: Resource attribute not recognised: vcruntime/recipes/vc9.rb:24
Run with Foodcritic Version 10.3.1 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

License Metric
            

1.0.2 passed this metric

No Binaries Metric
            

1.0.2 passed this metric

Testing File Metric
            

1.0.2 passed this metric

Version Tag Metric
            

1.0.2 passed this metric