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 6. Custom Actions

In this chapter, we will cover the following recipes:

  • Creating a C# custom action and referencing it in your project

  • Passing information entered by a user to a deferred custom action

  • Preventing custom action data from being displayed in the install log

  • Running an executable as a custom action without showing a console window by using CAQuietExec

  • Testing rollback custom actions with WixFailWhenDeferred