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

Different categories of updates


The different update categories specified in the previous chapter are still very much valid when talking about deployment methods for updates. So first let's start with a quick recap of the different categories as I see it:

  • Major updates (that is, full version updates): This update category is typically a major product version update. For example, Microsoft Office 2007 updated to Office 2010.

  • Minor updates (typically point releases or service packs): This category is typically feature updates and bug fixes within a specific full version. For example, updating from Adobe Acrobat Reader 8.0 to 8.1. Both are within the full version of 8.

  • Patching and hotfixes: These updates are typically smaller in size than minor updates/point releases but are essentially within the same update category.

  • Configuration changes: Configuration changes typically involve very few changes. These are often only a couple of registry changes or a change to an .ini configuration file...