Book Image

WiX Cookbook

By : Nicholas Matthew Ramirez
1 (1)
Book Image

WiX Cookbook

1 (1)
By: Nicholas Matthew Ramirez

Overview of this book

Table of Contents (20 chapters)
WiX Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 1. Organizing and Building WiX Projects

In this chapter, we will cover the following topics:

  • Installing WiX and creating a new project in Visual Studio 2013

  • Referencing the output of a .NET console application in a WiX project by using a preprocessor variable

  • Separating a portion of WiX markup into its own library

  • Compiling a WiX installer on a build machine using MSBuild

  • Building a WiX installer from the command line