Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Latest commit

 

History

History
56 lines (35 loc) · 1.85 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.85 KB

ms_dotnet45 Cookbook

Build Status Cookbook Version

This cookbook installs the Microsoft .NET Framework 4.5

DEPRECATED

This cookbook has been deprecated in favor of the ms_dotnet cookbook by criteo at https://supermarket.chef.io/cookbooks/ms_dotnet. The ms_dot cookbook provides a single cookbook to install all version of the .NET Framework and also includes a provider that aids in writing wrapper cookbooks.

Requirements

Platforms

  • Windows Vista SP1 or later
  • Windows Server 2008 (not supported on Server Core)
  • Windows 7
  • Windows Server 2008 R2 (not supported on Server Core )
  • Windows Server 2012 / 2012 R2 (not supported on Server Core )

Chef

  • Chef 12.1+

Cookbooks

  • none

Attributes

  • default['ms_dotnet45']['http_url']: Download URL for MS .NET 4.5 MSI
  • default['ms_dotnet45']['timeout']: Timeout for completing the installation

Usage

Include the default recipe on a node's runlist to ensure that .NET Framework 4.5 is installed on the system

License & Authors

Author: Tim Smith (tsmith@chef.io)

Copyright: 2011-2015, Webtrends, 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.