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

Packaging


Packaging an application means collecting all of the required files and registry keys in one easy-to-deploy container. Different packaging formats have different containers. The most common method, MSI, has been around for ages. When you deploy a legacy MSI package, the application's files will be copied onto the local hard disk. Components such as DLLs will be registered, and the registry will be modified. Most modern applications are already packaged on delivery. MSI is very common but different formats exist that use .exe files as their container. Most enterprises repackage their applications. In this way settings can be customized and features can be turned on or off. Even though there are software vendors that use application virtualization, a clear majority of them use legacy, natively installed packaging formats as their installers.

Application virtualization captures all changes made by a legacy installer. When you execute the virtualized package, the application thinks...