Skip to content

Chef cookbook for installing Visual Studio 2013 runtimes

Notifications You must be signed in to change notification settings

payscale/chef-vc2013

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Installs Microsoft Visual Studio 2013 C++ Runtime libraries

Requirements

Platform:

  • Windows

Attributes

  • node['vc2013']['x86']['productname'] - The product name of the VC2013 libraries for x86 systems
  • node['vc2013']['x86']['url'] - The Microsoft download URL for the VC2013 libraries for x86 systems
  • node['vc2013']['x64']['productname'] - The product name of the VC2013 libraries for x64 systems
  • node['vc2013']['x64']['url'] - The Microsoft download URL for the VC2013 libraries for x64 systems

Usage

Put recipe[vc2013] in a run list, or include_recipe 'vc2013' to ensure that the libraries are installed on your systems

License and Author

Author:: PayScale, Inc. [email protected]

This was forked from the VC2010 work that David Dvorak [email protected] did. Thank you!

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

About

Chef cookbook for installing Visual Studio 2013 runtimes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages