Book Image

VMware ThinApp 4.7 Essentials

By : Peter Bjork
Book Image

VMware ThinApp 4.7 Essentials

By: Peter Bjork

Overview of this book

VMware ThinApp 4.7 is an application virtualization and portable application creator which allows users to package conventional applications so that they are portable. "VMware ThinApp 4.7 Essentials" shows you how to deploy ThinApp packages in order to improve the portability, manageability and compatibility of applications by encapsulating them from the underlying operating system on which they are executed. Application virtualization improves the portability, manageability and compatibility of applications by encapsulating them from the underlying operating system on which they are executed. VMware ThinApp 4.7 is an application virtualization and portable application creator which allows users to package conventional applications so that they are portable. ThinApp eliminates application conflicts, reducing the need and cost of recoding and regression testing. In this book you will learn about how application virtualization works and how to deploy ThinApp packages. You will learn how to update and tweak ThinApp Projects before distribution. This book will then cover design and implementation considerations for future ThinApp projects.
Table of Contents (15 chapters)
VMware ThinApp 4.7 Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

The theory behind troubleshooting


The theory behind troubleshooting looks the same no matter what you are troubleshooting. In order to be successful in your troubleshooting, you must have a structured method. The method looks like this:

  1. Gather data about the issue.

  2. Create a hypothesis, with the help of the collected data, about what will solve the issue.

  3. Verify if the hypothesis is true or not.

  4. If the hypothesis is true, go to step 8.

  5. If the hypothesis is wrong, do some more data collection.

  6. Create a new hypothesis.

  7. Verify if the hypothesis is true or not (do step 5 through 7 until you find that your hypothesis is true).

  8. Since you figured out what the root cause is, you either can or cannot solve the issue. If the issue is something you can solve, implement the solution and the issue is resolved.

Pretty basic stuff. This method can be used on anything that needs to be fixed. I used to work as a sound technician before I entered the world of computers and I used this process for troubleshooting issues...