Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
WiX Cookbook

You're reading from  WiX Cookbook

Product type Book
Published in Jan 2015
Publisher
ISBN-13 9781784393212
Pages 260 pages
Edition 1st Edition
Languages
Author (1):
Nicholas Matthew Ramirez Nicholas Matthew Ramirez
Profile icon Nicholas Matthew Ramirez

Table of Contents (20) Chapters

WiX Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Organizing and Building WiX Projects 2. Installing Files and Directories 3. File and Folder Permissions 4. Shortcuts 5. Editing XML Files during Installation 6. Custom Actions 7. Installing Wizards 8. Users and Groups 9. Handling Prerequisites 10. Installing Websites 11. Linking to the Web 12. Installing SQL Server Databases 13. Admin Tasks Index

Registering a performance counter


When trying to diagnose the health or performance of an application, there's usually never enough information. It's always nice to provide more. Performance counters allow us to continuously log the current state of our software and, with the help of tools like Performance Monitor that are baked into Windows, provide a standard view of that data for system administrators.

In this recipe, we'll add a new performance counter for logging the number of sandwiches made for a school lunch program. We'll use Performance Monitor to see a live feed of this data as it occurs. We'll write a simple console application to publish the sandwich count.

Getting ready

To prepare for this recipe, we'll install a test console application along with our performance counter so that we can enter data and see it displayed in the Performance Monitor in real time. Follow these steps to include the test app in our installer:

  1. Create a new setup project and call it PerformanceCounterInstaller...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}