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

Deploying updated packages using VMware Horizon Application Manager


Horizon Application Manager identifies managed ThinApp packages using Horizon-specific GUIDs built in to the package (these GUIDs are separate from the MSI-file GUIDs mentioned earlier). You generate these GUIDs when you activate Horizon Manager for a package. In order for Horizon Application Manager to identify a package as an update to an existing package, the AppID of the two packages must be the same. Horizon will also use another Package.ini parameter called VersionID to understand which of the packages are the latest. You can manually find the AppID of a package using the ThinApp SDK but it's not a very user-friendly method. Your best option is therefore to run Setup Capture specifying that you are creating an update package during the Horizon activation part of the wizard. This method will extract all the necessary information and inject them into the new package's Package.ini file.

Let's have a look at a Horizon implementation...