cookbook 'wix', '= 3.0.0'
wix
(18) Versions
3.0.0
-
Follow6
Installs/Configures Windows Installer XML toolset (WiX)
cookbook 'wix', '= 3.0.0', :supermarket
knife supermarket install wix
knife supermarket download wix
WIX Cookbook
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 7
- Windows Server 2008 R2
- Windows 8, 8.1
- Windows Server 2012 (R1, R2)
Chef
- Chef 12+
Cookbooks
- windows 1.38.2+
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 is1540241
(WiX v3.10.2) -
node['wix']['checksum']
- SHA256 of the WiX binaries zip file. default is03b8f46cb3abf1465fe8f9975a94a4e0f75c77267ff4d1fcb6d5b6a97567f549
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-2016, Chef Software, 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.
wix Cookbook CHANGELOG
This file is used to list changes made in each version of the wix cookbook.
3.0.0 (2016-09-06)
- Add chef_version metadata
- Remove support for Chef 11
v2.0.2 (2016-02-15)
- Require windows cookbook >= 1.38.2
- Update WiX to 3.10.2
- Avoid failures processing the cookie if the download wasn't successful in the Codeplex library
- Update the rubocop config for Rubocop 0.37
- Update all testing dependencies to the latest
- Add Windows 2008 R2 to the Test Kitchen config (internal Chef Vagrant image)
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
Collaborator Number Metric
3.0.0 passed this metric
Foodcritic Metric
3.0.0 passed this metric
3.0.0 passed this metric
3.0.0 passed this metric