Skip to content

austindimmer/WiX-3.6-A-Developer-s-Guide-to-Windows-Installer-XML

 
 

Repository files navigation

WiX 3.6: A Developer's Guide to Windows Installer XML

WiX 3.6: A Developer's Guide to Windows Installer XML

This is the code repository for WiX 3.6: A Developer's Guide to Windows Installer XML, published by Packt.

An in-and-out, to-the-point introduction to Windows Installer XML

What is this book about?

The cryptic science of Windows Installer can seem far off from the practical task of simply getting something installed. Luckily, we have WiX to simplify the matter. WiX is an XML markup, distributed with an open-source compiler and linker, used to produce a Windows Installer package. It is used by Microsoft and by countless other companies around the world to simplify deployments.

"WiX 3.6: A Developer's Guide to Windows Installer XML" promises a friendly welcome into the world of Windows Installer. Starting off with a simple, practical example and continuing on with increasingly advanced scenarios, the reader will have a well-rounded education by book’s end.

With the help of this book, you'll understand your installer better, create it in less time, and save money in the process. No one really wants to devote a lifetime to understanding how to create a hassle-free installer. Learn to build a sophisticated deployment solution targeting the Windows platform in no time with this hands-on practical guide. Here we speed you through the basics and zoom right into the advanced. You'll get comfortable with components, features, conditions and actions. By the end, you’ll be boasting your latest deployment victories at the local pub.

Once you've finished "WiX 3.6: A Developer's Guide to Windows Installer XML", you'll realize just how powerful and awesome an installer can really be.

This book has the following features:

  • Register with Add/Remove Programs and build in a consistent way to uninstall your software
  • Customize an easy to navigate install Wizard
  • Gain an understanding of the order in which events happen during an install and how to hook into this process
  • Learn how WiX builds and links your files into the final MSI package and how to fine tune this process
  • Make your project more modular with Fragments, Components, and ComponentGroups
  • Prevent users from installing your software on unsupported operating systems and introduce other prerequisite checks
  • Install, start, stop, and uninstall Windows services at the time of setup
  • Bootstrap required dependencies before installing your own software

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter 2.

With the following software and hardware list you can run all code files present in the book (Chapter 1-16).

Software and Hardware List

Chapter Software required OS required
All WiX 3.6 or higher Windows, Mac OS X, and Linux (Any)

Related products

Get to Know the Authors

Nick Ramirez is a software developer living in Columbus, Ohio. As a believer that deployment shouldn't be a moment of terror, he has become a big fan of technologies such as WiX. Other related interests include build automation, software architecture, and playing Portal 2. Nick lives with his wife and two cats.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 71.7%
  • VBScript 20.8%
  • Batchfile 7.5%