This cookbook installs the Microsoft .NET Framework 4.5
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.
- 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 12.1+
- none
default['ms_dotnet45']['http_url']
: Download URL for MS .NET 4.5 MSIdefault['ms_dotnet45']['timeout']
: Timeout for completing the installation
Include the default recipe on a node's runlist to ensure that .NET Framework 4.5 is installed on the system
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.