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

wix (16) Versions 2.0.1

Installs/Configures Windows Installer XML toolset (WiX)

Policyfile
Berkshelf
Knife
cookbook 'wix', '= 2.0.1', :supermarket
cookbook 'wix', '= 2.0.1'
knife supermarket install wix
knife supermarket download wix
README
Dependencies
Changelog
Quality 100%

WIX Cookbook

Build Status
Cookbook Version

The Windows Installer XML (WiX) is a toolset
that builds Windows installation packages from XML source code. The toolset
supports a command line environment that developers may integrate into their
build processes to build MSI and MSM setup packages. This cookbook installs the
full WiX suite of tools.

Requirements

Platforms

  • Windows Vista
  • Windows 7
  • Windows Server 2008 (R1, R2)
  • Windows 8, 8.1
  • Windows Server 2012 (R1, R2)

Chef

  • Chef 11+

Cookbooks

  • windows

Attributes

  • node['wix']['home'] - location to install WiX files to. default is %SYSTEMDRIVE%\wix
  • node['wix']['download_id'] - CodePlex download id of the WiX binaries to install. default is 1483378 (WiX v3.10)
  • node['wix']['checksum'] - SHA256 of the WiX binaries zip file. default is b92d1555a1cedb4cf96c319dd60254bac8e7f6e5d85167b12e9fbfbc1bac87ab

Usage

default.rb

Downloads and installs WiX to the location specified by node['wix']['home'].
Also ensures node['wix']['home'] is in the system path.

License & Authors

Author: Cookbook Engineering Team (cookbooks@chef.io)

Copyright: 2011-2015, Chef Software, Inc.
```text
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.
```

Dependent cookbooks

windows >= 1.2.2

Contingent cookbooks

omnibus Applicable Versions
omnibus 1.0.0
omnibus 1.0.2
omnibus 1.0.4
omnibus 1.0.6
omnibus 1.0.8
omnibus 1.0.10
omnibus 1.1.0
omnibus 1.2.0
omnibus 1.2.2
omnibus 1.2.4
omnibus 2.0.0
omnibus 2.0.2
omnibus 2.1.0
omnibus 2.1.2
omnibus 2.2.0
omnibus 2.3.0
omnibus 2.3.2
omnibus 2.3.4
omnibus 2.4.0
omnibus 2.4.2
omnibus 2.4.4
omnibus 2.4.6
omnibus 2.4.8
omnibus 2.4.10
omnibus 2.4.12
omnibus 2.4.14
omnibus 2.4.16
omnibus 2.4.18
omnibus 2.5.0
omnibus 2.5.1
omnibus 2.5.2
omnibus 2.5.3
omnibus 2.5.4
omnibus 2.5.5
omnibus 2.6.0
omnibus 2.6.1
omnibus 2.6.2
omnibus 2.6.3
omnibus 2.6.4
omnibus 2.6.5
omnibus 2.6.6
omnibus 2.6.7
omnibus 2.6.8
omnibus 2.6.9
omnibus 2.6.10
omnibus 2.6.11
omnibus 2.6.12
omnibus 2.6.13
omnibus 2.7.0
omnibus 2.7.1
omnibus 2.7.2
omnibus 2.7.4
omnibus 2.7.5
omnibus 2.7.6
omnibus 2.7.7
omnibus 3.0.0
omnibus 3.1.0
omnibus 3.1.1
omnibus 3.1.2
omnibus 3.1.3
omnibus 3.1.4
omnibus 3.2.0
omnibus 3.2.1
omnibus 3.2.2
omnibus 3.2.3
omnibus 3.2.4
omnibus 3.2.5
omnibus 3.2.6
omnibus 3.2.7
omnibus 3.3.0
omnibus 4.0.0
omnibus 4.0.1
omnibus 4.0.2
omnibus 4.1.0
omnibus 4.2.0
omnibus 4.2.1
omnibus 4.2.2
omnibus 4.2.3
omnibus 4.2.4
omnibus 4.2.5
omnibus 4.2.6
omnibus 4.2.7
omnibus 4.2.8
omnibus 4.2.9
omnibus 5.0.0
omnibus 5.0.1
omnibus 5.1.0
omnibus 5.1.1
omnibus 5.1.2
omnibus 5.1.3
omnibus 5.1.4
omnibus 5.1.5
omnibus 5.1.6
omnibus 5.1.7
omnibus 5.2.0
omnibus 5.2.1
omnibus 5.2.2
omnibus 5.3.0
omnibus 5.3.1
omnibus 5.3.2
omnibus 5.3.3
omnibus 5.4.0
omnibus 5.5.0
omnibus 5.6.0
omnibus 5.6.1
omnibus 5.7.0
omnibus 5.7.1
omnibus 5.7.2
omnibus 6.0.0

wix Cookbook CHANGELOG

This file is used to list changes made in each version of the wix cookbook.

v2.0.1

  • Allow upgrades by setting overwrite attribute to true
  • Add basic InSpec integration test coverage

v2.0.0

  • Update to use WIX Toolset 3.10
  • Removed Windows 2003 as a supported platform and added all current 2008+ releases
  • Update readme to point to the new post-Sourceforge WIX homepage
  • Add Chefspec convergence tests on Windows 2008/2008R2/2012/2012R2
  • Added Test Kitchen config using the Chef private Windows boxes due to licensing
  • Added Chef standard Rubocop config and resolved all warnings
  • Added Travis CI testing using Chef DK
  • Added Berksfile
  • Updated contributing and testing docs
  • Added Gemfile with testing dependencies
  • Added maintainers.toml and maintainers.md files
  • Added Travis status and cookbook version badges to the readme
  • Updated Opscode -> Chef Software
  • Added a Rakefile for simplified testing
  • Added a chefignore file to limit what files are uploaded to the Chef server
  • Added issues_url and source_url metadata for Supermarket

v1.1.0:

  • [COOK-2762] - WiX download URL returns a 404

v1.0.2:

  • [COOK-1340] - update version and location

v1.0.0:

  • initial release

Foodcritic Metric
            

2.0.1 passed this metric