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 recommended ThinApp capture process


The most important thing to understand about your packaging process is that it is a well-defined process that helps you package many applications successfully. Your process may vary but I want to share mine for you reference.

  1. Use virtual machines and virtual machine snapshots to keep a repository of the various environments. Choose the environment suitable for the package you want to create. Remember that the starting point will dictate the outcome of your packaging process.

  2. Launch the application before running the postscan snapshot. You must make sure the application works as expected and you should customize it to fit your environment. Many applications make a lot of changes to the system on first launch, which are often important to capture. If the application registers its license to the machine in the during its first launch, then you should of course not launch it.

  3. I always use WriteCopy as my default filesystem isolation mode. This way I know...