You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [Windows Installer XML](http://wix.sourceforge.net/) (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.
5
+
6
+
Requirements
7
+
============
8
+
9
+
Platform
10
+
--------
11
+
12
+
* Windows Server 2003 R2
13
+
* Windows 7
14
+
* Windows Server 2008 (R1, R2)
15
+
16
+
Cookbooks
17
+
---------
18
+
19
+
* windows
20
+
21
+
Attributes
22
+
==========
23
+
24
+
*`node['wix']['home']` - location to install WiX files to. default is `%SYSTEMDRIVE%\wix`
25
+
26
+
Usage
27
+
=====
28
+
29
+
default
30
+
-------
31
+
32
+
Downloads and installs WiX to the location specified by `node['wix']['home']`. Also ensures `node['wix']['home']` is in the system path.
33
+
34
+
Changes/Roadmap
35
+
===============
36
+
37
+
## Future
38
+
39
+
* Resource/Provider for creating individual WiX projects.
40
+
41
+
## 1.0.0:
42
+
43
+
* initial release
44
+
45
+
License and Author
46
+
==================
47
+
48
+
Author:: Seth Chisamore (<schisamo@opscode.com>)
49
+
50
+
Copyright:: 2011, Opscode, Inc.
51
+
52
+
Licensed under the Apache License, Version 2.0 (the "License");
53
+
you may not use this file except in compliance with the License.
54
+
You may obtain a copy of the License at
55
+
56
+
http://www.apache.org/licenses/LICENSE-2.0
57
+
58
+
Unless required by applicable law or agreed to in writing, software
59
+
distributed under the License is distributed on an "AS IS" BASIS,
60
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
61
+
See the License for the specific language governing permissions and
0 commit comments