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

msoffice (3) Versions 0.0.2

Installs/Configures Microsoft Office 2013

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

Microsoft Office Cookbook

This Chef cookbook installs Microsoft Office 2013 from an ISO.
It is working fine, but is not fully completed. You're welcome to contribute!

Requirements

This cookbook requires 7-zip to be installed so it can extract the ISO. To ensure this happens this cookbook includes the 7-zip default recipe.

Windows 7
Windows 2008 Server (R2)
Windows 8 (8.1)
Windows 2012 Server (R2)

Usage

Set the node['msoffice']['source'] attribute to the download location of the MS Office ISO and add 'visualstudio::default' to your runlist. For example: http://example.com/installs

By default this cookbook assumes you're installing Microsoft Office 2013 Professional Plus.

Attributes

Required

Optional

  • node['msoffice']['edition'] - MS Office edition to install. Default: professional
  • node['msoffice']['version'] - Choose between '32bit' and '64bit' MS Office edition to install. Default: professional
  • node['msoffice']['pid_key'] - Your MS Office product key. You can leave it undefined or empty to enter key manually later.
  • node['msoffice']['auto_activate'] - Activate MS Office product after installation. Default: false

Attributes per each edition:
* node['msoffice'][<edition>]['package_name'] - The name of the package as it shows in Add/Remove programs. Default is Microsoft Office Professional Plus 2013.
* node['msoffice'][<edition>]['filename'] - The name of the ISO file located in the 'source'.
* node['msoffice'][<edition>]['checksum'] - SHA256 checksum of the ISO.

Recipes

default

Just wraps over the 'install' recipie.

install

Installs Microsoft Office 2013 using the included Config.xml. Also ensures 7-zip is installed so the ISO can be extracted. Included by the default recipe.

Contributors

Author:: Mikhail Zholobov (@legal90)

Great thanks to Shawn Neal (@sneal). This msoffice cookbook is based on his VisualStudio cookbook.

Dependent cookbooks

windows >= 0.0.0
7-zip >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found