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 0.1.6

Installs Microsoft Visual C++ Runtimes

Policyfile
Berkshelf
Knife
cookbook 'vcruntime', '= 0.1.6', :supermarket
cookbook 'vcruntime', '= 0.1.6'
knife supermarket install vcruntime
knife supermarket download vcruntime
README
Dependencies
Quality -%

Microsoft Visual C++ Runtime Cookbook

Installs Microsoft Visual C++ runtime version 9,10 or 12 on Windows.

Requirements

Cookbooks

  • windows

Platforms

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

Attributes

vcruntime::default

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['vc9']['x86']['tools']['pkg']['windows']['url']</tt></td>
<td>String</td>
<td>VC9 x86 source</td>
<td><tt>http://download.microsoft.com/download/d/d/9/dd9a82d0-52ef-40db-8dab-795376989c03/vcredist_x86.exe</tt></td>
</tr>
<tr>
<td><tt>['vc10']['x86']['tools']['pkg']['windows']['url']</tt></td>
<td>String</td>
<td>VC10 x86 source</td>
<td><tt>http://download.microsoft.com/download/5/B/C/5BC5DBB3-652D-4DCE-B14A-475AB85EEF6E/vcredist_x86.exe</tt></td>
</tr>
<tr>
<td><tt>['vc12']['x86']['tools']['pkg']['windows']['url']</tt></td>
<td>String</td>
<td>VC12 x86 source</td>
<td><tt>http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x86.exe</tt></td>
</tr>
<tr>
<td><tt>['vc9']['x64']['tools']['pkg']['windows']['url']</tt></td>
<td>String</td>
<td>VC9 x64 source</td>
<td><tt>http://download.microsoft.com/download/2/d/6/2d61c766-107b-409d-8fba-c39e61ca08e8/vcredist_x64.exe</tt></td>
</tr>
<tr>
<td><tt>['vc10']['x64']['tools']['pkg']['windows']['url']</tt></td>
<td>String</td>
<td>VC10 x64 source</td>
<td><tt>http://download.microsoft.com/download/3/2/2/3224B87F-CFA0-4E70-BDA3-3DE650EFEBA5/vcredist_x64.exe</tt></td>
</tr>
<tr>
<td><tt>['vc12']['x64']['tools']['pkg']['windows']['url']</tt></td>
<td>String</td>
<td>VC12 x64 source</td>
<td><tt>http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x64.exe</tt></td>
</tr>
</table>

Usage

vcruntime::vc9, vcruntime::vc10 or vcruntime::vc12

Just include vcruntime::vc9, vcruntime::vc10, or vcruntime::vc12 in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[vcruntime::vc9]"
  ]
}

License and Authors

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.

No quality metric results found