cookbook 'vcruntime', '= 0.1.6'
vcruntime
(28) Versions
0.1.6
-
Follow9
Installs Microsoft Visual C++ Runtimes
cookbook 'vcruntime', '= 0.1.6', :supermarket
knife supermarket install vcruntime
knife supermarket download vcruntime
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
- Author:: Yvo Van Doorn (yvo@getchef.com)
Author:: Dan Robinson (drobinson@getchef.com)
Copyright (C) 2013 Opscode, Inc.
Copyright (C) 2014 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.