SlideShare a Scribd company logo
© 2009 VMware Inc. All rights reserved
VMware ThinApp™ Fundamentals
Architecture
2
Download full SET
 Student Guide & Internal & Confidential Update Daly https://goo.gl/VVmVZ0
-- VMware ThinApp 4 Fundamentals Release Notes - R3.2 http://ouo.io/EZknL
00 ThinApp 4 Fundamentals Services Kit Document Map http://ouo.io/ton36w
01 ThinApp Fundamentals Consultant Overview http://ouo.io/RdoIZR
02 ThinApp Fundamentals Consultant FAQ http://ouo.io/IEuvM
03 ThinApp Fundamentals Demo Environment Build Procedures http://ouo.io/qcCXB
04 ThinApp Fundamentals Sample Demo Procedures http://ouo.io/j5g4L
05 Technical Overview - Microsoft App-V 4.6 http://ouo.io/3rahxZ
06 Technical Overview - Citrix XenApp 6 http://ouo.io/SG8ptm
A1 ThinApp Jumpstart Overview http://ouo.io/X179NA
A2 ThinApp Overview http://ouo.io/4gblv
A3 ThinApp Architecture http://ouo.io/4SafK
A4 Using ThinApp http://ouo.io/p95Xy
A5 ThinApp Administration http://ouo.io/6E57G
A6 Basic Application Concepts http://ouo.io/H3Mifk
3
Agenda
 In This Presentation We Will
• Review ThinApp Architecture and key concepts
• Review the different Isolation Modes
• Discuss different package formats and deployment methods
• Provide an overview of the Capture and Build environment
4
VMware ThinApp Virtualized App Architecture
Windows
Operating System
ThinApp
Compressed Container (EXE)
Virtual OS (VOS)
Application
Registry Access
File Access
Virtual
Registry
Virtual
File System
Physical
Registry
Physical
File System
Sandbox
5
 ThinApp Compressed Container
• Encapsulates applications and their associated dependencies into a single
EXE or MSI file
• Comprised of:
• Very small (~600K) client built into each EXE package
• Allows for clientless execution of ThinApp application packages
• Virtual operating system (VOS)
• Virtual file system (VFS)
• Virtual registry (VREG)
VMware ThinApp Virtualized App Components
Windows
Operating System
ThinApp
Compressed Container (EXE)
Virtual OS (VOS)
Application
Registry Access
File Access
Virtual
Registry
Virtual
File System
Physical
Registry
Physical
File System
Sandbox
Windows
Operating System
Physical
Registry
Physical
File
System
Sandbox
ThinApp
Compressed Container (EXE)
Virtual
Registry
Virtual
File
System
Virtual OS
Application
Registry Access
File Access
6
VMware ThinApp Virtualized App Components
 VOS (Virtual Operating System)
• Uses virtual file system (VFS) and virtual registry (VREG) to transparently
merge virtual system environment with physical system environment
• Controls the ability of the virtualized application to access the resources of the
underlying physical OS
• Allows ThinApp packages to be OS independent
• ThinApp runtime operations
• Process loading
• DLL loading
• Thread and process management
Windows
Operating System
Physical
Registry
Physical
File
System
Sandbox
ThinApp
Compressed Container (EXE)
Virtual
Registry
Virtual
File
System
Virtual OS
Application
Registry Access
File Access
7
VMware ThinApp Virtualized App Components
 Sandbox
• Private, per-user and per-app directory where all application runtime changes
are stored
• User configurable settings (such as web browser home page or favorites, Word
default template customizations or custom dictionary)
• Allows user settings to persist
• Can be managed using third-party persona management tools
• Location is configurable
• Default is %AppData%Thinstall
• Network share (for example, home drive)
• Removable USB volume
• VMware View™ user data disk
• Return apps to default behavior by deleting
the sandbox
Windows
Operating System
Physical
Registry
Physical
File
System
ThinApp
Compressed Container (EXE)
Virtual OS
Application
Registry Access
File Access
Virtual
Registry
Virtual
File
System
Sandbox
8
VMware ThinApp Virtualized App Components
 Virtual File System (VFS)
• VFS embedded in application package (read-only)
• File system sandbox (read-write)
• Holds runtime changes by application
• Embedded virtual files extracted to sandbox if any file modification operation takes
place
• Changing file timestamp or attributes
• Opening file with write access
• Truncating file
• Renaming file
• Moving file
Windows
Operating System
Physical
Registry
Physical
File
System
Sandbox
ThinApp
Compressed Container (EXE)
Virtual OS
Application
Registry Access
File Access
Virtual
Registry
Virtual
File
System
9
VMware ThinApp Virtualized App Components
 Virtual Registry
• Stores registry settings used by application/VOS
• Three manifestations
• Application project files
• Unicode text files
• Files and related keys can be modified
• Application package
• Embedded VREG (read-only)
• Compressed format
• VREG sandbox (read-write)
• Stores differences from embedded format
as application makes registry writes
Windows
Operating System
Physical
Registry
Physical
File
System
Sandbox
ThinApp
Compressed Container (EXE)
Virtual OS
Application
Registry Access
File Access
Virtual
File
System
Virtual
Registry
10
VMware ThinApp Architecture
 Kernel Mode versus User Mode
• Kernel mode – Most privileged level of access
• Application has full access to all underlying resources
• Application instability can impact other applications or result in catastrophic system
failure (BSOD)
• User mode – Restricted level of access
• Application is prevented from accessing underlying resources without first making
a request through a system call to the kernel
 ThinApp Applications Operate Entirely in User Mode
• Requisite permissions are encapsulated during application capture and build
• Includes applications that require local admin rights when installed natively
• Allows for hardening of the app without having to soften the desktop
11
VMware ThinApp File System Isolation Modes
 File System Isolation Modes
• When system elements outside of a ThinApp package are modified, isolation
modes determine the level of interaction between the native file system and
the virtual environment
• Three isolation modes – Merged, WriteCopy, and Full
• Can be set on a per-directory and per-registry subtree basis
• Configured during application capture or post-capture
• Virtual elements within the ThinApp package, when modified, are always
written to the sandbox
12
Windows
Operating System
ThinApp
Compressed Container (EXE)
Virtual OS
Application
Registry Access
File Access
Virtual
Registry
Virtual
File
System
Physical
Registry
Physical
File System
Sandbox
(defaults to
user’s profile)
VMware ThinApp File System Isolation Modes
 Merged (Full Write Access)
• Applications have visibility to and can modify physical system elements outside
of the ThinApp package as needed
• Allows users to create, modify, and save files in familiar locations
(such as Desktop, My Documents, C:User)
• Recommended for applications (such as Microsoft Office) that write to
standard system directories
ThinApp package has
visibility to physical file
system/ registry
Data written to physical
file system/registry
Reads
Writes
13
VMware ThinApp File System Isolation Modes
 WriteCopy (Restricted Write Access)
• ThinApp copies changes to the file system and registry to the sandbox so that
only copies are modified, not the actual physical data
• Excludes changes in Desktop and My Documents
• Recommended for legacy or untrusted applications, or locked down desktops
• Useful in multiuser environments where write operations to the file system can
impact more than one user
Windows
Operating System
ThinApp
Compressed Container (EXE)
Virtual OS
Application
Registry Access
File Access
Virtual
Registry
Virtual
File
System
Physical
Registry
Physical
File System
Sandbox
(defaults to
user’s profile)
Write operations
intended for physical
file system/registry
written to Sandbox
instead
ThinApp package has
visibility to physical file
system/ registry
Reads
Writes
14
VMware ThinApp File System Isolation Modes
 Full (No Read/Write Access)
• Provides complete isolation from all physical system elements
• Manual user access to network, file, and print are still available
• Recommended for avoiding conflicts between coexisting copies of applications
• Useful if another version of the application is already natively installed
• Can only be configured post-capture in package.ini or attributes.ini files
Windows
Operating System
ThinApp
Compressed Container (EXE)
Virtual OS
Application
Registry Access
File Access
Virtual
Registry
Virtual
File
System
Physical
Registry
Physical
File System
Sandbox
(defaults to
user’s profile)
ThinApp package has
no visibility to physical
file system/ registry
Write operations
intended for physical
file system/registry
written to Sandbox
instead
Writes
Reads
15
VMware ThinApp File System Isolation Modes
 File System Isolation Modes in Summary
Isolation Mode System Elements Virtual Elements
Merged mode
(Full Write Access)
App can read and modify
system elements
App can create and modify
virtual elements in sandbox
WriteCopy mode
(Restricted Write Access)
App can read system elements
Changes to system elements
modified on copy in sandbox
App can create and modify
virtual elements in sandbox
Full mode
(No Read/Write Access)
App cannot read or modify
system elements
App can create and modify
virtual elements in sandbox
16
Deploying VMware ThinApp Packages
 Deploying ThinApp Packages
• Determine package format
• EXE, MSI, or DAT
• Determine deployment method
• Stream from network share
• Deploy locally using electronic software distribution (ESD) solution
• Use portable media
• Deliver to virtual desktops using VMware View
17
Deploying VMware ThinApp Packages
 ThinApp Package Format
• EXE file
• Local storage on laptops and workstations
• USB flash media
• VMware View virtual desktops
• MSI file
• Distribute through third-party electronic
software distribution (ESD) solutions
• VMware View virtual desktops
• Required format for View 4.5 integration
• Same as copying the EXE to the local machine
and registering it using Thinreg.exe
• DAT
• Use if EXE files will be greater than 200MB
• Windows XP and 2000 cannot show shortcut
icons for large EXE files
18
Deploying VMware ThinApp Packages
 Support for MSI Packages
• ThinApp allows for deploying application packages larger than 2GB in a single
MSI file
• Native MSI and CAB files do not support sizes greater than 2GB
• Does not require separate CAB files or data files for content greater than 2GB
• MSI package must be created using ThinApp
• ThinApp MSI files are compatible with all versions of Windows Installer
• No requirement for a particular version to be installed on the client
19
Deploying VMware ThinApp Packages
 Deployment Methods – Electronic Software Distribution (ESD)
• Deploy ThinApp packages in MSI format through existing ESD solutions to
managed desktops
• Selectively deploy applications and
dependencies to users and computers
according to a wide range of
administrator-set criteria
• Leverage existing process and
workflow
• ESD solutions do not differentiate
ThinApp MSI files from traditionally
packaged MSI files
• Application performance based on
local resources
20
Deploying VMware ThinApp Packages
 Deployment Methods – Streaming
• Stream from Windows fileserver share
• No desktop client or specialized server
infrastructure required
• Users double-click icon on UNC path or
shortcut to launch application
• Stream is optimized for fastest launch
• Block-level delivery
• Additional code is streamed as needed
• Packages load directly into memory
• No disk I/O required
• Excludes sandbox activity
• Beneficial for VMware View environments
• Read-only network share is only infrastructure requirement
• Use DFS or other namespace-based access and replication technologies for
branch offices
21
Deploying VMware ThinApp Packages
 Deployment Methods – Using Portable Media
• Run applications from portable
media devices on any endpoint
• Enable workforce mobility and full
application portability without
compromising security
• No install required
• User mode execution allows for
deployment on locked down PCs
22
Deploying VMware ThinApp Packages
 Deployment Methods – VMware View
• Simplify software delivery
• Eliminate application conflicts
• Integration without dedicated
server infrastructure
• Streamline patch updates
• Modify one package for an
entire environment
• Perform in-place upgrades
• Reduce storage
• Reuse templates
• Reduce image size and
complexity
• Deliver applications
from network
23
Deploying VMware ThinApp Packages
 View 4.5 Further Simplifies Application Management Through
Integrated Application Assignment
• Application Dashboard provides:
• Inventory of ThinApp applications
managed by VMware View
• Optimized assignment process per
application group
• Visibility into ThinApp status on
desktops, event auditing, and the like
• Assign ThinApp applications to:
• Individual View desktop
• Pool of View desktops
• Deliver ThinApp applications as:
• Full – deployed to the end user device as a self-contained executable
• Streaming – streamed to the end user device from a network share on-demand
• Packages must be MSI format
24
VMware ThinApp Features
 Scripting Substantially Extends the Power and Flexibility of
ThinApp
• Change the behavior of the virtualized application by executing
custom code before starting a packaged application, during
runtime, or after an application exits
• Examples
• Timeout an application on a specific date
• Run a .bat file from a network share inside the virtual environment
• Import a .reg file at runtime
• Stop a virtual service when the main application quits
• Copy an external system configuration file into the virtual environment on startup
• ThinApp supports Microsoft Visual Basic Scripting Edition (VBScript)
• A VBScript is added to root of package project folder before building
• Called when each and every parent process (entry point) and child process is
executed (unless using callback functions)
• Scripts in other languages can be called from a primary VBScript
25
VMware ThinApp Features
 Scripting (cont.)
• Scripts are executed for every process; however, to ensure proper timing
execution, ThinApp has callback functions that are executed only when one of
the four application timings are triggered:
• OnFirstSandboxOwner
• Called when the first ThinApp application is launched (that is, the sandbox
becomes locked)
• Not called when a second ThinApp application is launched from the same ThinApp
package as long as the first ThinApp application is still running
• OnFirstParentStart
• Called prior to the ThinApp application being launched
• Occurs whether or not another application has the sandbox locked open
• OnFirstParentExit
• Called when the parent process (entry point) is closed
• OnLastProcessExit
• Called when the very last process in the application exits (whether
parent or child process)
26
VMware ThinApp Features
 Scripting (cont.)
• ThinApp API functions execute ThinApp-specific actions and interact with
ThinApp runtime
• Allow for additional configurations that would otherwise not be possible or would take
an extensive amount of VBScript code to accomplish
• Can be used in a script or configured as a package.ini parameter
• Examples
• ExpandPath – Converts a path from macro format to system format
• AddForcedVirtualLoadPath – Loads DLLs from a specified path as virtual DLLs
• WaitForProcess – Waits until the designated process has finished running
• RemoveSandboxOnExit – Deletes the sandbox when the application closes
• ExecuteExternalProcess – Runs a command that exists outside the virtual
environment
27
VMware ThinApp Features
 Memory Sharing
• Memory pages from one instance of an application are shared with other
instances of the same application
• Application packages must be run from the same
location
• Applies to shared, multiuser environments
such as Terminal Server
• Shared even when users are logged into
different sessions
• Example: Microsoft Office loads common DLLs
into different applications
• One copy of MSO.dll loaded for all Office apps
App
Instance
#2
App
Instance
#1
Shared Memory Page
Unique
Page
Unique
Page
Unique
Page
28
ThinApp 4.5
ThinApp 4.6
VMware ThinApp Features
 Boot Time Services Support
• Captured applications that contain Windows
services can now have virtualized services
start automatically during boot time
• Virtual service is captured during packaging,
but can be registered on the physical machine
as a physical service using ThinReg
• When the physical machine boots,
the service is started using the natively
installed service management tools
• Offers faster launch times than if application
had to wait for virtual service to launch
• Services are available to all users using
the virtual application
• Configured in package.ini file
• In ThinApp versions before 4.6, services
could be started using entry points that
manually start services natively
29
VMware ThinApp Features
 Application Link (AppLink)
• Dynamically combine ThinApp packages at runtime on end‐user systems
• Allows shared components and dependent applications to be kept in separate
packages
• Create single package for interdependent application components (such as Acrobat
Reader, Java, .NET)
• Create application update packages without modifying the base package
• Packages can be any size
• AppLink follows a “chain” through other AppLinked ThinApp packages
DependencyPrimary Application Primary Application
30
VMware ThinApp Features
 AppLink (cont.)
• Configured as required or optional in package.ini file
• RequiredAppLinks – If a dependent application fails to launch, base application closes
with error message
• OptionalAppLinks – Ignores errors and the main application is launched even when an
import operation fails
• Sandbox changes made to linked packages are stored in the base package’s
sandbox
• Changes made to AppLinked Adobe package are not visible when Adobe is launched
as standalone
• Use common sense when using AppLinks
• Be mindful of introducing unnecessary operational complexity
• As the number of AppLinks increases, negative impacts to application launch time are
possible
31
ThinApp 4.5
ThinApp 4.6
VMware ThinApp Features
 AppLink (cont.)
• Supports use of wildcards for both directories and filenames
• Allows greater flexibility in specifying target dependency locations
• Example – Link a single virtualized instance of IE6 with a directory containing
all relevant IE plug-ins
• OptionalAppLinks=plugins**.dat
32
ThinApp 4.5
ThinApp 4.6
VMware ThinApp Features
 ThinDirect
• Associate URL with specific ThinApp browser package
• End users continue using native browser and virtual browser will appear when
necessary
• No longer need to remember which Web pages or apps require virtual browser
• A browser helper object is installed in the native instance of Internet Explorer
• Native IE is completely unaffected by ThinDirect (and remains fully supported by
Microsoft)
• ThinApp is user-mode execution only and no system drivers installed
33
ThinApp 4.5
ThinApp 4.6
VMware ThinApp Features
 ThinDirect (cont.)
• Plug-in is configured during app packaging process and embedded in ThinApp
package
• User-defined URLs control when virtual browser
is launched
• Packaged browser redirects to the native browser
after user is done (also referred to as “FatDirect”)
• Similar to a file type association for browsers
• Works with multiple browsers
• ThinDirect can redirect to Chrome, Firefox,
Opera, and Safari
• Admin controlled URLs through GPO
• Computer Configuration
• User Configuration
34
VMware ThinApp Packaging Environment
 Capture and Build (CnB) Environment
• Use the ThinApp application Setup Capture
• Pre-installation and post-installation snapshot
• ThinApp project created using
differences between snapshots
• Use a virtual machine if possible
• Ideal for provisioning baseline
desktop OS images and reverting
back to the same pristine state
between captures
• If traditional desktop must be
used, access to third-party disk
imaging utility for creating clean
restore point (such as Symantec Ghost
or Acronis TrueImage) is recommended
• Packaging machine known as “CnB source”
VMware
Workstation
ThinApp Utilities
on Network Share
CnB Source
Desktop VM
(Install candidate
application here)
Mounted
drive
Capture and Build (CnB)
Environment
Setup Capture
Template
(Baseline OS)
35
VMware ThinApp Packaging Environment
 Setup
• VM templates
• Create a library of CnB source VMs if multiple client operating systems exist
• Oldest OS and patch level supported for application is used during capture
• Each CnB source VM:
• C drive (base OS + service packs and hot fixes + free space)
• Size depends on application (typically 20-30GB)
• Avoid installing antivirus software
• Take VM snapshot prior to packaging application
• ThinApp utilities
• Store on central network share
• Default project save location matches the launch location of the Setup Capture utility
• If run from CnB source, remember to copy the project folders off the CnB source
before discarding the snapshot
36
VMware ThinApp Fundamentals
VMware, Inc.
3401 Hillview Ave
Palo Alto, CA 94304
Tel: 1-877-486-9273 or 650-427-5000
Fax: 650-427-5001
Ad

More Related Content

What's hot (20)

CNIT 152 12 Investigating Windows Systems (Part 1 of 3)
CNIT 152 12 Investigating Windows Systems (Part 1 of 3)CNIT 152 12 Investigating Windows Systems (Part 1 of 3)
CNIT 152 12 Investigating Windows Systems (Part 1 of 3)
Sam Bowne
 
Prepositions of-time
Prepositions of-timePrepositions of-time
Prepositions of-time
Encarni González
 
NiFi 시작하기
NiFi 시작하기NiFi 시작하기
NiFi 시작하기
Byunghwa Yoon
 
ClickHouse Data Warehouse 101: The First Billion Rows, by Alexander Zaitsev a...
ClickHouse Data Warehouse 101: The First Billion Rows, by Alexander Zaitsev a...ClickHouse Data Warehouse 101: The First Billion Rows, by Alexander Zaitsev a...
ClickHouse Data Warehouse 101: The First Billion Rows, by Alexander Zaitsev a...
Altinity Ltd
 
Windows Registry Forensics - Artifacts
Windows Registry Forensics - Artifacts Windows Registry Forensics - Artifacts
Windows Registry Forensics - Artifacts
MD SAQUIB KHAN
 
Redis Persistence
Redis  PersistenceRedis  Persistence
Redis Persistence
Ismaeel Enjreny
 
Past simple pronunciation
Past simple pronunciationPast simple pronunciation
Past simple pronunciation
JohanaPaolaCenCanul
 
Disk Management
Disk ManagementDisk Management
Disk Management
Shipra Swati
 
A simple introduction to redis
A simple introduction to redisA simple introduction to redis
A simple introduction to redis
Zhichao Liang
 
Database , 15 Object DBMS
Database , 15 Object DBMSDatabase , 15 Object DBMS
Database , 15 Object DBMS
Ali Usman
 
Apache Iceberg - A Table Format for Hige Analytic Datasets
Apache Iceberg - A Table Format for Hige Analytic DatasetsApache Iceberg - A Table Format for Hige Analytic Datasets
Apache Iceberg - A Table Format for Hige Analytic Datasets
Alluxio, Inc.
 
Daten anonymisieren und pseudonymisieren in Splunk Enterprise
Daten anonymisieren und pseudonymisieren in Splunk EnterpriseDaten anonymisieren und pseudonymisieren in Splunk Enterprise
Daten anonymisieren und pseudonymisieren in Splunk Enterprise
jenny_splunk
 
Dynomite: A Highly Available, Distributed and Scalable Dynamo Layer--Ioannis ...
Dynomite: A Highly Available, Distributed and Scalable Dynamo Layer--Ioannis ...Dynomite: A Highly Available, Distributed and Scalable Dynamo Layer--Ioannis ...
Dynomite: A Highly Available, Distributed and Scalable Dynamo Layer--Ioannis ...
Redis Labs
 
Present continuous
Present continuousPresent continuous
Present continuous
Sang Lê
 
EMC Vmax3 tech-deck deep dive
EMC Vmax3 tech-deck deep diveEMC Vmax3 tech-deck deep dive
EMC Vmax3 tech-deck deep dive
solarisyougood
 
OS multiprocessing -.pptx
OS multiprocessing -.pptxOS multiprocessing -.pptx
OS multiprocessing -.pptx
amirdawood3
 
Main Memory
Main MemoryMain Memory
Main Memory
Jenny Galino
 
Observability with HAProxy
Observability with HAProxyObservability with HAProxy
Observability with HAProxy
HAProxy Technologies
 
OSA Con 2022 - Apache Iceberg_ An Architectural Look Under the Covers - Alex ...
OSA Con 2022 - Apache Iceberg_ An Architectural Look Under the Covers - Alex ...OSA Con 2022 - Apache Iceberg_ An Architectural Look Under the Covers - Alex ...
OSA Con 2022 - Apache Iceberg_ An Architectural Look Under the Covers - Alex ...
Altinity Ltd
 
Game Rooms House
Game Rooms HouseGame Rooms House
Game Rooms House
Fernanda Soares
 
CNIT 152 12 Investigating Windows Systems (Part 1 of 3)
CNIT 152 12 Investigating Windows Systems (Part 1 of 3)CNIT 152 12 Investigating Windows Systems (Part 1 of 3)
CNIT 152 12 Investigating Windows Systems (Part 1 of 3)
Sam Bowne
 
ClickHouse Data Warehouse 101: The First Billion Rows, by Alexander Zaitsev a...
ClickHouse Data Warehouse 101: The First Billion Rows, by Alexander Zaitsev a...ClickHouse Data Warehouse 101: The First Billion Rows, by Alexander Zaitsev a...
ClickHouse Data Warehouse 101: The First Billion Rows, by Alexander Zaitsev a...
Altinity Ltd
 
Windows Registry Forensics - Artifacts
Windows Registry Forensics - Artifacts Windows Registry Forensics - Artifacts
Windows Registry Forensics - Artifacts
MD SAQUIB KHAN
 
A simple introduction to redis
A simple introduction to redisA simple introduction to redis
A simple introduction to redis
Zhichao Liang
 
Database , 15 Object DBMS
Database , 15 Object DBMSDatabase , 15 Object DBMS
Database , 15 Object DBMS
Ali Usman
 
Apache Iceberg - A Table Format for Hige Analytic Datasets
Apache Iceberg - A Table Format for Hige Analytic DatasetsApache Iceberg - A Table Format for Hige Analytic Datasets
Apache Iceberg - A Table Format for Hige Analytic Datasets
Alluxio, Inc.
 
Daten anonymisieren und pseudonymisieren in Splunk Enterprise
Daten anonymisieren und pseudonymisieren in Splunk EnterpriseDaten anonymisieren und pseudonymisieren in Splunk Enterprise
Daten anonymisieren und pseudonymisieren in Splunk Enterprise
jenny_splunk
 
Dynomite: A Highly Available, Distributed and Scalable Dynamo Layer--Ioannis ...
Dynomite: A Highly Available, Distributed and Scalable Dynamo Layer--Ioannis ...Dynomite: A Highly Available, Distributed and Scalable Dynamo Layer--Ioannis ...
Dynomite: A Highly Available, Distributed and Scalable Dynamo Layer--Ioannis ...
Redis Labs
 
Present continuous
Present continuousPresent continuous
Present continuous
Sang Lê
 
EMC Vmax3 tech-deck deep dive
EMC Vmax3 tech-deck deep diveEMC Vmax3 tech-deck deep dive
EMC Vmax3 tech-deck deep dive
solarisyougood
 
OS multiprocessing -.pptx
OS multiprocessing -.pptxOS multiprocessing -.pptx
OS multiprocessing -.pptx
amirdawood3
 
OSA Con 2022 - Apache Iceberg_ An Architectural Look Under the Covers - Alex ...
OSA Con 2022 - Apache Iceberg_ An Architectural Look Under the Covers - Alex ...OSA Con 2022 - Apache Iceberg_ An Architectural Look Under the Covers - Alex ...
OSA Con 2022 - Apache Iceberg_ An Architectural Look Under the Covers - Alex ...
Altinity Ltd
 

Viewers also liked (20)

What's New at VMware?
What's New at VMware?What's New at VMware?
What's New at VMware?
Vmwareir
 
Liquit
LiquitLiquit
Liquit
GWAVA
 
VMworld 2014 Announcements
VMworld 2014 AnnouncementsVMworld 2014 Announcements
VMworld 2014 Announcements
Brendan Rose
 
Application Virtualization Smackdown
Application Virtualization SmackdownApplication Virtualization Smackdown
Application Virtualization Smackdown
C/D/H Technology Consultants
 
Designing your xen desktop 7.5 environment with training guide
Designing your xen desktop 7.5 environment with training guideDesigning your xen desktop 7.5 environment with training guide
Designing your xen desktop 7.5 environment with training guide
solarisyougood
 
VMware View 4
VMware View 4VMware View 4
VMware View 4
netlogix
 
VMware ThinApp 4.5
VMware ThinApp 4.5VMware ThinApp 4.5
VMware ThinApp 4.5
netlogix
 
Application Virtualization, University of New Hampshire
Application Virtualization, University of New HampshireApplication Virtualization, University of New Hampshire
Application Virtualization, University of New Hampshire
Tony Austwick
 
VMworld 2013: The Top Four Technical Issues with XenApp Solved with VMware Ho...
VMworld 2013: The Top Four Technical Issues with XenApp Solved with VMware Ho...VMworld 2013: The Top Four Technical Issues with XenApp Solved with VMware Ho...
VMworld 2013: The Top Four Technical Issues with XenApp Solved with VMware Ho...
VMworld
 
V mware thin app 4.5 what_s new presentation
V mware thin app 4.5 what_s new presentationV mware thin app 4.5 what_s new presentation
V mware thin app 4.5 what_s new presentation
solarisyourep
 
Storage Efficiency Poster Pdfnewfor2011[1]
Storage Efficiency Poster Pdfnewfor2011[1]Storage Efficiency Poster Pdfnewfor2011[1]
Storage Efficiency Poster Pdfnewfor2011[1]
Michael Hudak
 
MAV-Vis: A Notation for Model Uncertainty
MAV-Vis: A Notation for Model UncertaintyMAV-Vis: A Notation for Model Uncertainty
MAV-Vis: A Notation for Model Uncertainty
Michalis Famelis
 
VMworld 2014: Virtual Volumes Technical Deep Dive
VMworld 2014: Virtual Volumes Technical Deep DiveVMworld 2014: Virtual Volumes Technical Deep Dive
VMworld 2014: Virtual Volumes Technical Deep Dive
VMworld
 
VMworld 2013: EUC Application Strategy Best Practices
VMworld 2013: EUC Application Strategy Best Practices VMworld 2013: EUC Application Strategy Best Practices
VMworld 2013: EUC Application Strategy Best Practices
VMworld
 
Introducción a Docker - LibreCon 2016
Introducción a Docker - LibreCon 2016Introducción a Docker - LibreCon 2016
Introducción a Docker - LibreCon 2016
LibreCon
 
Applications and Desktop from the Data Center to the Cloud
Applications and Desktop from the Data Center to the CloudApplications and Desktop from the Data Center to the Cloud
Applications and Desktop from the Data Center to the Cloud
Arraya Solutions
 
HDS and VMware vSphere Virtual Volumes (VVol)
HDS and VMware vSphere Virtual Volumes (VVol) HDS and VMware vSphere Virtual Volumes (VVol)
HDS and VMware vSphere Virtual Volumes (VVol)
Hitachi Vantara
 
eG Enterprise Logon Simulator for Citrix XenApp & XenDesktop
eG Enterprise Logon Simulator for Citrix XenApp & XenDesktopeG Enterprise Logon Simulator for Citrix XenApp & XenDesktop
eG Enterprise Logon Simulator for Citrix XenApp & XenDesktop
eG Innovations
 
Application M&O on OpenStack
Application M&O on OpenStackApplication M&O on OpenStack
Application M&O on OpenStack
天青 王
 
VMware Horizon Application Manager
VMware Horizon Application ManagerVMware Horizon Application Manager
VMware Horizon Application Manager
C/D/H Technology Consultants
 
What's New at VMware?
What's New at VMware?What's New at VMware?
What's New at VMware?
Vmwareir
 
Liquit
LiquitLiquit
Liquit
GWAVA
 
VMworld 2014 Announcements
VMworld 2014 AnnouncementsVMworld 2014 Announcements
VMworld 2014 Announcements
Brendan Rose
 
Designing your xen desktop 7.5 environment with training guide
Designing your xen desktop 7.5 environment with training guideDesigning your xen desktop 7.5 environment with training guide
Designing your xen desktop 7.5 environment with training guide
solarisyougood
 
VMware View 4
VMware View 4VMware View 4
VMware View 4
netlogix
 
VMware ThinApp 4.5
VMware ThinApp 4.5VMware ThinApp 4.5
VMware ThinApp 4.5
netlogix
 
Application Virtualization, University of New Hampshire
Application Virtualization, University of New HampshireApplication Virtualization, University of New Hampshire
Application Virtualization, University of New Hampshire
Tony Austwick
 
VMworld 2013: The Top Four Technical Issues with XenApp Solved with VMware Ho...
VMworld 2013: The Top Four Technical Issues with XenApp Solved with VMware Ho...VMworld 2013: The Top Four Technical Issues with XenApp Solved with VMware Ho...
VMworld 2013: The Top Four Technical Issues with XenApp Solved with VMware Ho...
VMworld
 
V mware thin app 4.5 what_s new presentation
V mware thin app 4.5 what_s new presentationV mware thin app 4.5 what_s new presentation
V mware thin app 4.5 what_s new presentation
solarisyourep
 
Storage Efficiency Poster Pdfnewfor2011[1]
Storage Efficiency Poster Pdfnewfor2011[1]Storage Efficiency Poster Pdfnewfor2011[1]
Storage Efficiency Poster Pdfnewfor2011[1]
Michael Hudak
 
MAV-Vis: A Notation for Model Uncertainty
MAV-Vis: A Notation for Model UncertaintyMAV-Vis: A Notation for Model Uncertainty
MAV-Vis: A Notation for Model Uncertainty
Michalis Famelis
 
VMworld 2014: Virtual Volumes Technical Deep Dive
VMworld 2014: Virtual Volumes Technical Deep DiveVMworld 2014: Virtual Volumes Technical Deep Dive
VMworld 2014: Virtual Volumes Technical Deep Dive
VMworld
 
VMworld 2013: EUC Application Strategy Best Practices
VMworld 2013: EUC Application Strategy Best Practices VMworld 2013: EUC Application Strategy Best Practices
VMworld 2013: EUC Application Strategy Best Practices
VMworld
 
Introducción a Docker - LibreCon 2016
Introducción a Docker - LibreCon 2016Introducción a Docker - LibreCon 2016
Introducción a Docker - LibreCon 2016
LibreCon
 
Applications and Desktop from the Data Center to the Cloud
Applications and Desktop from the Data Center to the CloudApplications and Desktop from the Data Center to the Cloud
Applications and Desktop from the Data Center to the Cloud
Arraya Solutions
 
HDS and VMware vSphere Virtual Volumes (VVol)
HDS and VMware vSphere Virtual Volumes (VVol) HDS and VMware vSphere Virtual Volumes (VVol)
HDS and VMware vSphere Virtual Volumes (VVol)
Hitachi Vantara
 
eG Enterprise Logon Simulator for Citrix XenApp & XenDesktop
eG Enterprise Logon Simulator for Citrix XenApp & XenDesktopeG Enterprise Logon Simulator for Citrix XenApp & XenDesktop
eG Enterprise Logon Simulator for Citrix XenApp & XenDesktop
eG Innovations
 
Application M&O on OpenStack
Application M&O on OpenStackApplication M&O on OpenStack
Application M&O on OpenStack
天青 王
 
Ad

Similar to Vmware thin app architecture (20)

Application Virtualization overview - BayCUG
Application Virtualization overview - BayCUGApplication Virtualization overview - BayCUG
Application Virtualization overview - BayCUG
Denis Gundarev
 
Application Streaming is dead. A smart way to choose an alternative
Application Streaming is dead. A smart way to choose an alternativeApplication Streaming is dead. A smart way to choose an alternative
Application Streaming is dead. A smart way to choose an alternative
Denis Gundarev
 
VMware Dell řešení pro VDI
VMware Dell řešení pro VDIVMware Dell řešení pro VDI
VMware Dell řešení pro VDI
MarketingArrowECS_CZ
 
OOW15 - Online Patching with Oracle E-Business Suite 12.2
OOW15 - Online Patching with Oracle E-Business Suite 12.2OOW15 - Online Patching with Oracle E-Business Suite 12.2
OOW15 - Online Patching with Oracle E-Business Suite 12.2
vasuballa
 
No BS, Vendor Neutral Comparison of Application Layering Solutions
No BS, Vendor Neutral Comparison of Application Layering SolutionsNo BS, Vendor Neutral Comparison of Application Layering Solutions
No BS, Vendor Neutral Comparison of Application Layering Solutions
Unidesk Corporation
 
VMworld 2013: What's New with VMware Horizon Workspace: Technical Deep Dive
VMworld 2013: What's New with VMware Horizon Workspace: Technical Deep DiveVMworld 2013: What's New with VMware Horizon Workspace: Technical Deep Dive
VMworld 2013: What's New with VMware Horizon Workspace: Technical Deep Dive
VMworld
 
Application layering vs Application Isolation
Application layering vs Application IsolationApplication layering vs Application Isolation
Application layering vs Application Isolation
Marius Sandbu
 
Operating Systems 1 (4/12) - Architectures (Windows)
Operating Systems 1 (4/12) - Architectures (Windows)Operating Systems 1 (4/12) - Architectures (Windows)
Operating Systems 1 (4/12) - Architectures (Windows)
Peter Tröger
 
Deploying PHP apps on the cloud
Deploying PHP apps on the cloudDeploying PHP apps on the cloud
Deploying PHP apps on the cloud
Zend by Rogue Wave Software
 
Expo ciberseguridad
Expo ciberseguridadExpo ciberseguridad
Expo ciberseguridad
LuisFranciscoLopez4
 
cibers
ciberscibers
cibers
Luis Francisco López Urrea
 
Ite pc v40_chapter5
Ite pc v40_chapter5Ite pc v40_chapter5
Ite pc v40_chapter5
paulinagonzapyl
 
VMworld 2013: VMware Horizon Mirage Image Deployment Deep Dive
VMworld 2013: VMware Horizon Mirage Image Deployment Deep DiveVMworld 2013: VMware Horizon Mirage Image Deployment Deep Dive
VMworld 2013: VMware Horizon Mirage Image Deployment Deep Dive
VMworld
 
Em library
Em libraryEm library
Em library
shady999
 
Edubooktraining
EdubooktrainingEdubooktraining
Edubooktraining
norhloudspeaker
 
FP 202 - Chapter 5
FP 202 - Chapter 5FP 202 - Chapter 5
FP 202 - Chapter 5
rohassanie
 
System admin virtualization
System admin   virtualizationSystem admin   virtualization
System admin virtualization
Mark John Lado, MIT
 
What's New in Windows 7
What's New in Windows 7What's New in Windows 7
What's New in Windows 7
Acend Corporate Learning
 
Lesson 4 - Managing Applications, Services, Folders, and Libraries
Lesson 4 - Managing Applications, Services, Folders, and LibrariesLesson 4 - Managing Applications, Services, Folders, and Libraries
Lesson 4 - Managing Applications, Services, Folders, and Libraries
Gene Carboni
 
R12 d49656 gc10-apps dba 01
R12 d49656 gc10-apps dba 01R12 d49656 gc10-apps dba 01
R12 d49656 gc10-apps dba 01
zeesniper
 
Application Virtualization overview - BayCUG
Application Virtualization overview - BayCUGApplication Virtualization overview - BayCUG
Application Virtualization overview - BayCUG
Denis Gundarev
 
Application Streaming is dead. A smart way to choose an alternative
Application Streaming is dead. A smart way to choose an alternativeApplication Streaming is dead. A smart way to choose an alternative
Application Streaming is dead. A smart way to choose an alternative
Denis Gundarev
 
OOW15 - Online Patching with Oracle E-Business Suite 12.2
OOW15 - Online Patching with Oracle E-Business Suite 12.2OOW15 - Online Patching with Oracle E-Business Suite 12.2
OOW15 - Online Patching with Oracle E-Business Suite 12.2
vasuballa
 
No BS, Vendor Neutral Comparison of Application Layering Solutions
No BS, Vendor Neutral Comparison of Application Layering SolutionsNo BS, Vendor Neutral Comparison of Application Layering Solutions
No BS, Vendor Neutral Comparison of Application Layering Solutions
Unidesk Corporation
 
VMworld 2013: What's New with VMware Horizon Workspace: Technical Deep Dive
VMworld 2013: What's New with VMware Horizon Workspace: Technical Deep DiveVMworld 2013: What's New with VMware Horizon Workspace: Technical Deep Dive
VMworld 2013: What's New with VMware Horizon Workspace: Technical Deep Dive
VMworld
 
Application layering vs Application Isolation
Application layering vs Application IsolationApplication layering vs Application Isolation
Application layering vs Application Isolation
Marius Sandbu
 
Operating Systems 1 (4/12) - Architectures (Windows)
Operating Systems 1 (4/12) - Architectures (Windows)Operating Systems 1 (4/12) - Architectures (Windows)
Operating Systems 1 (4/12) - Architectures (Windows)
Peter Tröger
 
VMworld 2013: VMware Horizon Mirage Image Deployment Deep Dive
VMworld 2013: VMware Horizon Mirage Image Deployment Deep DiveVMworld 2013: VMware Horizon Mirage Image Deployment Deep Dive
VMworld 2013: VMware Horizon Mirage Image Deployment Deep Dive
VMworld
 
Em library
Em libraryEm library
Em library
shady999
 
FP 202 - Chapter 5
FP 202 - Chapter 5FP 202 - Chapter 5
FP 202 - Chapter 5
rohassanie
 
Lesson 4 - Managing Applications, Services, Folders, and Libraries
Lesson 4 - Managing Applications, Services, Folders, and LibrariesLesson 4 - Managing Applications, Services, Folders, and Libraries
Lesson 4 - Managing Applications, Services, Folders, and Libraries
Gene Carboni
 
R12 d49656 gc10-apps dba 01
R12 d49656 gc10-apps dba 01R12 d49656 gc10-apps dba 01
R12 d49656 gc10-apps dba 01
zeesniper
 
Ad

More from solarisyougood (20)

Emc vipr srm workshop
Emc vipr srm workshopEmc vipr srm workshop
Emc vipr srm workshop
solarisyougood
 
Emc recoverpoint technical
Emc recoverpoint technicalEmc recoverpoint technical
Emc recoverpoint technical
solarisyougood
 
Emc vmax3 technical deep workshop
Emc vmax3 technical deep workshopEmc vmax3 technical deep workshop
Emc vmax3 technical deep workshop
solarisyougood
 
EMC Atmos for service providers
EMC Atmos for service providersEMC Atmos for service providers
EMC Atmos for service providers
solarisyougood
 
Cisco prime network 4.1 technical overview
Cisco prime network 4.1 technical overviewCisco prime network 4.1 technical overview
Cisco prime network 4.1 technical overview
solarisyougood
 
Ibm aix technical deep dive workshop advanced administration and problem dete...
Ibm aix technical deep dive workshop advanced administration and problem dete...Ibm aix technical deep dive workshop advanced administration and problem dete...
Ibm aix technical deep dive workshop advanced administration and problem dete...
solarisyougood
 
Ibm power ha v7 technical deep dive workshop
Ibm power ha v7 technical deep dive workshopIbm power ha v7 technical deep dive workshop
Ibm power ha v7 technical deep dive workshop
solarisyougood
 
Power8 hardware technical deep dive workshop
Power8 hardware technical deep dive workshopPower8 hardware technical deep dive workshop
Power8 hardware technical deep dive workshop
solarisyougood
 
Power systems virtualization with power kvm
Power systems virtualization with power kvmPower systems virtualization with power kvm
Power systems virtualization with power kvm
solarisyougood
 
Power vc for powervm deep dive tips & tricks
Power vc for powervm deep dive tips & tricksPower vc for powervm deep dive tips & tricks
Power vc for powervm deep dive tips & tricks
solarisyougood
 
Emc data domain technical deep dive workshop
Emc data domain  technical deep dive workshopEmc data domain  technical deep dive workshop
Emc data domain technical deep dive workshop
solarisyougood
 
Ibm flash system v9000 technical deep dive workshop
Ibm flash system v9000 technical deep dive workshopIbm flash system v9000 technical deep dive workshop
Ibm flash system v9000 technical deep dive workshop
solarisyougood
 
Emc vnx2 technical deep dive workshop
Emc vnx2 technical deep dive workshopEmc vnx2 technical deep dive workshop
Emc vnx2 technical deep dive workshop
solarisyougood
 
Emc isilon technical deep dive workshop
Emc isilon technical deep dive workshopEmc isilon technical deep dive workshop
Emc isilon technical deep dive workshop
solarisyougood
 
Emc ecs 2 technical deep dive workshop
Emc ecs 2 technical deep dive workshopEmc ecs 2 technical deep dive workshop
Emc ecs 2 technical deep dive workshop
solarisyougood
 
Emc vplex deep dive
Emc vplex deep diveEmc vplex deep dive
Emc vplex deep dive
solarisyougood
 
Cisco mds 9148 s training workshop
Cisco mds 9148 s training workshopCisco mds 9148 s training workshop
Cisco mds 9148 s training workshop
solarisyougood
 
Cisco cloud computing deploying openstack
Cisco cloud computing deploying openstackCisco cloud computing deploying openstack
Cisco cloud computing deploying openstack
solarisyougood
 
Se training storage grid webscale technical overview
Se training   storage grid webscale technical overviewSe training   storage grid webscale technical overview
Se training storage grid webscale technical overview
solarisyougood
 
Vmware 2015 with vsphereHigh performance application platforms
Vmware 2015 with vsphereHigh performance application platformsVmware 2015 with vsphereHigh performance application platforms
Vmware 2015 with vsphereHigh performance application platforms
solarisyougood
 
Emc recoverpoint technical
Emc recoverpoint technicalEmc recoverpoint technical
Emc recoverpoint technical
solarisyougood
 
Emc vmax3 technical deep workshop
Emc vmax3 technical deep workshopEmc vmax3 technical deep workshop
Emc vmax3 technical deep workshop
solarisyougood
 
EMC Atmos for service providers
EMC Atmos for service providersEMC Atmos for service providers
EMC Atmos for service providers
solarisyougood
 
Cisco prime network 4.1 technical overview
Cisco prime network 4.1 technical overviewCisco prime network 4.1 technical overview
Cisco prime network 4.1 technical overview
solarisyougood
 
Ibm aix technical deep dive workshop advanced administration and problem dete...
Ibm aix technical deep dive workshop advanced administration and problem dete...Ibm aix technical deep dive workshop advanced administration and problem dete...
Ibm aix technical deep dive workshop advanced administration and problem dete...
solarisyougood
 
Ibm power ha v7 technical deep dive workshop
Ibm power ha v7 technical deep dive workshopIbm power ha v7 technical deep dive workshop
Ibm power ha v7 technical deep dive workshop
solarisyougood
 
Power8 hardware technical deep dive workshop
Power8 hardware technical deep dive workshopPower8 hardware technical deep dive workshop
Power8 hardware technical deep dive workshop
solarisyougood
 
Power systems virtualization with power kvm
Power systems virtualization with power kvmPower systems virtualization with power kvm
Power systems virtualization with power kvm
solarisyougood
 
Power vc for powervm deep dive tips & tricks
Power vc for powervm deep dive tips & tricksPower vc for powervm deep dive tips & tricks
Power vc for powervm deep dive tips & tricks
solarisyougood
 
Emc data domain technical deep dive workshop
Emc data domain  technical deep dive workshopEmc data domain  technical deep dive workshop
Emc data domain technical deep dive workshop
solarisyougood
 
Ibm flash system v9000 technical deep dive workshop
Ibm flash system v9000 technical deep dive workshopIbm flash system v9000 technical deep dive workshop
Ibm flash system v9000 technical deep dive workshop
solarisyougood
 
Emc vnx2 technical deep dive workshop
Emc vnx2 technical deep dive workshopEmc vnx2 technical deep dive workshop
Emc vnx2 technical deep dive workshop
solarisyougood
 
Emc isilon technical deep dive workshop
Emc isilon technical deep dive workshopEmc isilon technical deep dive workshop
Emc isilon technical deep dive workshop
solarisyougood
 
Emc ecs 2 technical deep dive workshop
Emc ecs 2 technical deep dive workshopEmc ecs 2 technical deep dive workshop
Emc ecs 2 technical deep dive workshop
solarisyougood
 
Cisco mds 9148 s training workshop
Cisco mds 9148 s training workshopCisco mds 9148 s training workshop
Cisco mds 9148 s training workshop
solarisyougood
 
Cisco cloud computing deploying openstack
Cisco cloud computing deploying openstackCisco cloud computing deploying openstack
Cisco cloud computing deploying openstack
solarisyougood
 
Se training storage grid webscale technical overview
Se training   storage grid webscale technical overviewSe training   storage grid webscale technical overview
Se training storage grid webscale technical overview
solarisyougood
 
Vmware 2015 with vsphereHigh performance application platforms
Vmware 2015 with vsphereHigh performance application platformsVmware 2015 with vsphereHigh performance application platforms
Vmware 2015 with vsphereHigh performance application platforms
solarisyougood
 

Recently uploaded (20)

Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
 
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptxDevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
Justin Reock
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
How analogue intelligence complements AI
How analogue intelligence complements AIHow analogue intelligence complements AI
How analogue intelligence complements AI
Paul Rowe
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx
Samuele Fogagnolo
 
Drupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy ConsumptionDrupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy Consumption
Exove
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
BookNet Canada
 
AI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global TrendsAI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global Trends
InData Labs
 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 
Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 
Mobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi ArabiaMobile App Development Company in Saudi Arabia
Mobile App Development Company in Saudi Arabia
Steve Jonas
 
Build Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For DevsBuild Your Own Copilot & Agents For Devs
Build Your Own Copilot & Agents For Devs
Brian McKeiver
 
tecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdftecnologias de las primeras civilizaciones.pdf
tecnologias de las primeras civilizaciones.pdf
fjgm517
 
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptxDevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptx
Justin Reock
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
How analogue intelligence complements AI
How analogue intelligence complements AIHow analogue intelligence complements AI
How analogue intelligence complements AI
Paul Rowe
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx
Samuele Fogagnolo
 
Drupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy ConsumptionDrupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy Consumption
Exove
 
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...
Impelsys Inc.
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
BookNet Canada
 
AI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global TrendsAI and Data Privacy in 2025: Global Trends
AI and Data Privacy in 2025: Global Trends
InData Labs
 
Semantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AISemantic Cultivators : The Critical Future Role to Enable AI
Semantic Cultivators : The Critical Future Role to Enable AI
artmondano
 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
 
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...
SOFTTECHHUB
 
Generative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in BusinessGenerative Artificial Intelligence (GenAI) in Business
Generative Artificial Intelligence (GenAI) in Business
Dr. Tathagat Varma
 
Cyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of securityCyber Awareness overview for 2025 month of security
Cyber Awareness overview for 2025 month of security
riccardosl1
 

Vmware thin app architecture

  • 1. © 2009 VMware Inc. All rights reserved VMware ThinApp™ Fundamentals Architecture
  • 2. 2 Download full SET  Student Guide & Internal & Confidential Update Daly https://goo.gl/VVmVZ0 -- VMware ThinApp 4 Fundamentals Release Notes - R3.2 http://ouo.io/EZknL 00 ThinApp 4 Fundamentals Services Kit Document Map http://ouo.io/ton36w 01 ThinApp Fundamentals Consultant Overview http://ouo.io/RdoIZR 02 ThinApp Fundamentals Consultant FAQ http://ouo.io/IEuvM 03 ThinApp Fundamentals Demo Environment Build Procedures http://ouo.io/qcCXB 04 ThinApp Fundamentals Sample Demo Procedures http://ouo.io/j5g4L 05 Technical Overview - Microsoft App-V 4.6 http://ouo.io/3rahxZ 06 Technical Overview - Citrix XenApp 6 http://ouo.io/SG8ptm A1 ThinApp Jumpstart Overview http://ouo.io/X179NA A2 ThinApp Overview http://ouo.io/4gblv A3 ThinApp Architecture http://ouo.io/4SafK A4 Using ThinApp http://ouo.io/p95Xy A5 ThinApp Administration http://ouo.io/6E57G A6 Basic Application Concepts http://ouo.io/H3Mifk
  • 3. 3 Agenda  In This Presentation We Will • Review ThinApp Architecture and key concepts • Review the different Isolation Modes • Discuss different package formats and deployment methods • Provide an overview of the Capture and Build environment
  • 4. 4 VMware ThinApp Virtualized App Architecture Windows Operating System ThinApp Compressed Container (EXE) Virtual OS (VOS) Application Registry Access File Access Virtual Registry Virtual File System Physical Registry Physical File System Sandbox
  • 5. 5  ThinApp Compressed Container • Encapsulates applications and their associated dependencies into a single EXE or MSI file • Comprised of: • Very small (~600K) client built into each EXE package • Allows for clientless execution of ThinApp application packages • Virtual operating system (VOS) • Virtual file system (VFS) • Virtual registry (VREG) VMware ThinApp Virtualized App Components Windows Operating System ThinApp Compressed Container (EXE) Virtual OS (VOS) Application Registry Access File Access Virtual Registry Virtual File System Physical Registry Physical File System Sandbox Windows Operating System Physical Registry Physical File System Sandbox ThinApp Compressed Container (EXE) Virtual Registry Virtual File System Virtual OS Application Registry Access File Access
  • 6. 6 VMware ThinApp Virtualized App Components  VOS (Virtual Operating System) • Uses virtual file system (VFS) and virtual registry (VREG) to transparently merge virtual system environment with physical system environment • Controls the ability of the virtualized application to access the resources of the underlying physical OS • Allows ThinApp packages to be OS independent • ThinApp runtime operations • Process loading • DLL loading • Thread and process management Windows Operating System Physical Registry Physical File System Sandbox ThinApp Compressed Container (EXE) Virtual Registry Virtual File System Virtual OS Application Registry Access File Access
  • 7. 7 VMware ThinApp Virtualized App Components  Sandbox • Private, per-user and per-app directory where all application runtime changes are stored • User configurable settings (such as web browser home page or favorites, Word default template customizations or custom dictionary) • Allows user settings to persist • Can be managed using third-party persona management tools • Location is configurable • Default is %AppData%Thinstall • Network share (for example, home drive) • Removable USB volume • VMware View™ user data disk • Return apps to default behavior by deleting the sandbox Windows Operating System Physical Registry Physical File System ThinApp Compressed Container (EXE) Virtual OS Application Registry Access File Access Virtual Registry Virtual File System Sandbox
  • 8. 8 VMware ThinApp Virtualized App Components  Virtual File System (VFS) • VFS embedded in application package (read-only) • File system sandbox (read-write) • Holds runtime changes by application • Embedded virtual files extracted to sandbox if any file modification operation takes place • Changing file timestamp or attributes • Opening file with write access • Truncating file • Renaming file • Moving file Windows Operating System Physical Registry Physical File System Sandbox ThinApp Compressed Container (EXE) Virtual OS Application Registry Access File Access Virtual Registry Virtual File System
  • 9. 9 VMware ThinApp Virtualized App Components  Virtual Registry • Stores registry settings used by application/VOS • Three manifestations • Application project files • Unicode text files • Files and related keys can be modified • Application package • Embedded VREG (read-only) • Compressed format • VREG sandbox (read-write) • Stores differences from embedded format as application makes registry writes Windows Operating System Physical Registry Physical File System Sandbox ThinApp Compressed Container (EXE) Virtual OS Application Registry Access File Access Virtual File System Virtual Registry
  • 10. 10 VMware ThinApp Architecture  Kernel Mode versus User Mode • Kernel mode – Most privileged level of access • Application has full access to all underlying resources • Application instability can impact other applications or result in catastrophic system failure (BSOD) • User mode – Restricted level of access • Application is prevented from accessing underlying resources without first making a request through a system call to the kernel  ThinApp Applications Operate Entirely in User Mode • Requisite permissions are encapsulated during application capture and build • Includes applications that require local admin rights when installed natively • Allows for hardening of the app without having to soften the desktop
  • 11. 11 VMware ThinApp File System Isolation Modes  File System Isolation Modes • When system elements outside of a ThinApp package are modified, isolation modes determine the level of interaction between the native file system and the virtual environment • Three isolation modes – Merged, WriteCopy, and Full • Can be set on a per-directory and per-registry subtree basis • Configured during application capture or post-capture • Virtual elements within the ThinApp package, when modified, are always written to the sandbox
  • 12. 12 Windows Operating System ThinApp Compressed Container (EXE) Virtual OS Application Registry Access File Access Virtual Registry Virtual File System Physical Registry Physical File System Sandbox (defaults to user’s profile) VMware ThinApp File System Isolation Modes  Merged (Full Write Access) • Applications have visibility to and can modify physical system elements outside of the ThinApp package as needed • Allows users to create, modify, and save files in familiar locations (such as Desktop, My Documents, C:User) • Recommended for applications (such as Microsoft Office) that write to standard system directories ThinApp package has visibility to physical file system/ registry Data written to physical file system/registry Reads Writes
  • 13. 13 VMware ThinApp File System Isolation Modes  WriteCopy (Restricted Write Access) • ThinApp copies changes to the file system and registry to the sandbox so that only copies are modified, not the actual physical data • Excludes changes in Desktop and My Documents • Recommended for legacy or untrusted applications, or locked down desktops • Useful in multiuser environments where write operations to the file system can impact more than one user Windows Operating System ThinApp Compressed Container (EXE) Virtual OS Application Registry Access File Access Virtual Registry Virtual File System Physical Registry Physical File System Sandbox (defaults to user’s profile) Write operations intended for physical file system/registry written to Sandbox instead ThinApp package has visibility to physical file system/ registry Reads Writes
  • 14. 14 VMware ThinApp File System Isolation Modes  Full (No Read/Write Access) • Provides complete isolation from all physical system elements • Manual user access to network, file, and print are still available • Recommended for avoiding conflicts between coexisting copies of applications • Useful if another version of the application is already natively installed • Can only be configured post-capture in package.ini or attributes.ini files Windows Operating System ThinApp Compressed Container (EXE) Virtual OS Application Registry Access File Access Virtual Registry Virtual File System Physical Registry Physical File System Sandbox (defaults to user’s profile) ThinApp package has no visibility to physical file system/ registry Write operations intended for physical file system/registry written to Sandbox instead Writes Reads
  • 15. 15 VMware ThinApp File System Isolation Modes  File System Isolation Modes in Summary Isolation Mode System Elements Virtual Elements Merged mode (Full Write Access) App can read and modify system elements App can create and modify virtual elements in sandbox WriteCopy mode (Restricted Write Access) App can read system elements Changes to system elements modified on copy in sandbox App can create and modify virtual elements in sandbox Full mode (No Read/Write Access) App cannot read or modify system elements App can create and modify virtual elements in sandbox
  • 16. 16 Deploying VMware ThinApp Packages  Deploying ThinApp Packages • Determine package format • EXE, MSI, or DAT • Determine deployment method • Stream from network share • Deploy locally using electronic software distribution (ESD) solution • Use portable media • Deliver to virtual desktops using VMware View
  • 17. 17 Deploying VMware ThinApp Packages  ThinApp Package Format • EXE file • Local storage on laptops and workstations • USB flash media • VMware View virtual desktops • MSI file • Distribute through third-party electronic software distribution (ESD) solutions • VMware View virtual desktops • Required format for View 4.5 integration • Same as copying the EXE to the local machine and registering it using Thinreg.exe • DAT • Use if EXE files will be greater than 200MB • Windows XP and 2000 cannot show shortcut icons for large EXE files
  • 18. 18 Deploying VMware ThinApp Packages  Support for MSI Packages • ThinApp allows for deploying application packages larger than 2GB in a single MSI file • Native MSI and CAB files do not support sizes greater than 2GB • Does not require separate CAB files or data files for content greater than 2GB • MSI package must be created using ThinApp • ThinApp MSI files are compatible with all versions of Windows Installer • No requirement for a particular version to be installed on the client
  • 19. 19 Deploying VMware ThinApp Packages  Deployment Methods – Electronic Software Distribution (ESD) • Deploy ThinApp packages in MSI format through existing ESD solutions to managed desktops • Selectively deploy applications and dependencies to users and computers according to a wide range of administrator-set criteria • Leverage existing process and workflow • ESD solutions do not differentiate ThinApp MSI files from traditionally packaged MSI files • Application performance based on local resources
  • 20. 20 Deploying VMware ThinApp Packages  Deployment Methods – Streaming • Stream from Windows fileserver share • No desktop client or specialized server infrastructure required • Users double-click icon on UNC path or shortcut to launch application • Stream is optimized for fastest launch • Block-level delivery • Additional code is streamed as needed • Packages load directly into memory • No disk I/O required • Excludes sandbox activity • Beneficial for VMware View environments • Read-only network share is only infrastructure requirement • Use DFS or other namespace-based access and replication technologies for branch offices
  • 21. 21 Deploying VMware ThinApp Packages  Deployment Methods – Using Portable Media • Run applications from portable media devices on any endpoint • Enable workforce mobility and full application portability without compromising security • No install required • User mode execution allows for deployment on locked down PCs
  • 22. 22 Deploying VMware ThinApp Packages  Deployment Methods – VMware View • Simplify software delivery • Eliminate application conflicts • Integration without dedicated server infrastructure • Streamline patch updates • Modify one package for an entire environment • Perform in-place upgrades • Reduce storage • Reuse templates • Reduce image size and complexity • Deliver applications from network
  • 23. 23 Deploying VMware ThinApp Packages  View 4.5 Further Simplifies Application Management Through Integrated Application Assignment • Application Dashboard provides: • Inventory of ThinApp applications managed by VMware View • Optimized assignment process per application group • Visibility into ThinApp status on desktops, event auditing, and the like • Assign ThinApp applications to: • Individual View desktop • Pool of View desktops • Deliver ThinApp applications as: • Full – deployed to the end user device as a self-contained executable • Streaming – streamed to the end user device from a network share on-demand • Packages must be MSI format
  • 24. 24 VMware ThinApp Features  Scripting Substantially Extends the Power and Flexibility of ThinApp • Change the behavior of the virtualized application by executing custom code before starting a packaged application, during runtime, or after an application exits • Examples • Timeout an application on a specific date • Run a .bat file from a network share inside the virtual environment • Import a .reg file at runtime • Stop a virtual service when the main application quits • Copy an external system configuration file into the virtual environment on startup • ThinApp supports Microsoft Visual Basic Scripting Edition (VBScript) • A VBScript is added to root of package project folder before building • Called when each and every parent process (entry point) and child process is executed (unless using callback functions) • Scripts in other languages can be called from a primary VBScript
  • 25. 25 VMware ThinApp Features  Scripting (cont.) • Scripts are executed for every process; however, to ensure proper timing execution, ThinApp has callback functions that are executed only when one of the four application timings are triggered: • OnFirstSandboxOwner • Called when the first ThinApp application is launched (that is, the sandbox becomes locked) • Not called when a second ThinApp application is launched from the same ThinApp package as long as the first ThinApp application is still running • OnFirstParentStart • Called prior to the ThinApp application being launched • Occurs whether or not another application has the sandbox locked open • OnFirstParentExit • Called when the parent process (entry point) is closed • OnLastProcessExit • Called when the very last process in the application exits (whether parent or child process)
  • 26. 26 VMware ThinApp Features  Scripting (cont.) • ThinApp API functions execute ThinApp-specific actions and interact with ThinApp runtime • Allow for additional configurations that would otherwise not be possible or would take an extensive amount of VBScript code to accomplish • Can be used in a script or configured as a package.ini parameter • Examples • ExpandPath – Converts a path from macro format to system format • AddForcedVirtualLoadPath – Loads DLLs from a specified path as virtual DLLs • WaitForProcess – Waits until the designated process has finished running • RemoveSandboxOnExit – Deletes the sandbox when the application closes • ExecuteExternalProcess – Runs a command that exists outside the virtual environment
  • 27. 27 VMware ThinApp Features  Memory Sharing • Memory pages from one instance of an application are shared with other instances of the same application • Application packages must be run from the same location • Applies to shared, multiuser environments such as Terminal Server • Shared even when users are logged into different sessions • Example: Microsoft Office loads common DLLs into different applications • One copy of MSO.dll loaded for all Office apps App Instance #2 App Instance #1 Shared Memory Page Unique Page Unique Page Unique Page
  • 28. 28 ThinApp 4.5 ThinApp 4.6 VMware ThinApp Features  Boot Time Services Support • Captured applications that contain Windows services can now have virtualized services start automatically during boot time • Virtual service is captured during packaging, but can be registered on the physical machine as a physical service using ThinReg • When the physical machine boots, the service is started using the natively installed service management tools • Offers faster launch times than if application had to wait for virtual service to launch • Services are available to all users using the virtual application • Configured in package.ini file • In ThinApp versions before 4.6, services could be started using entry points that manually start services natively
  • 29. 29 VMware ThinApp Features  Application Link (AppLink) • Dynamically combine ThinApp packages at runtime on end‐user systems • Allows shared components and dependent applications to be kept in separate packages • Create single package for interdependent application components (such as Acrobat Reader, Java, .NET) • Create application update packages without modifying the base package • Packages can be any size • AppLink follows a “chain” through other AppLinked ThinApp packages DependencyPrimary Application Primary Application
  • 30. 30 VMware ThinApp Features  AppLink (cont.) • Configured as required or optional in package.ini file • RequiredAppLinks – If a dependent application fails to launch, base application closes with error message • OptionalAppLinks – Ignores errors and the main application is launched even when an import operation fails • Sandbox changes made to linked packages are stored in the base package’s sandbox • Changes made to AppLinked Adobe package are not visible when Adobe is launched as standalone • Use common sense when using AppLinks • Be mindful of introducing unnecessary operational complexity • As the number of AppLinks increases, negative impacts to application launch time are possible
  • 31. 31 ThinApp 4.5 ThinApp 4.6 VMware ThinApp Features  AppLink (cont.) • Supports use of wildcards for both directories and filenames • Allows greater flexibility in specifying target dependency locations • Example – Link a single virtualized instance of IE6 with a directory containing all relevant IE plug-ins • OptionalAppLinks=plugins**.dat
  • 32. 32 ThinApp 4.5 ThinApp 4.6 VMware ThinApp Features  ThinDirect • Associate URL with specific ThinApp browser package • End users continue using native browser and virtual browser will appear when necessary • No longer need to remember which Web pages or apps require virtual browser • A browser helper object is installed in the native instance of Internet Explorer • Native IE is completely unaffected by ThinDirect (and remains fully supported by Microsoft) • ThinApp is user-mode execution only and no system drivers installed
  • 33. 33 ThinApp 4.5 ThinApp 4.6 VMware ThinApp Features  ThinDirect (cont.) • Plug-in is configured during app packaging process and embedded in ThinApp package • User-defined URLs control when virtual browser is launched • Packaged browser redirects to the native browser after user is done (also referred to as “FatDirect”) • Similar to a file type association for browsers • Works with multiple browsers • ThinDirect can redirect to Chrome, Firefox, Opera, and Safari • Admin controlled URLs through GPO • Computer Configuration • User Configuration
  • 34. 34 VMware ThinApp Packaging Environment  Capture and Build (CnB) Environment • Use the ThinApp application Setup Capture • Pre-installation and post-installation snapshot • ThinApp project created using differences between snapshots • Use a virtual machine if possible • Ideal for provisioning baseline desktop OS images and reverting back to the same pristine state between captures • If traditional desktop must be used, access to third-party disk imaging utility for creating clean restore point (such as Symantec Ghost or Acronis TrueImage) is recommended • Packaging machine known as “CnB source” VMware Workstation ThinApp Utilities on Network Share CnB Source Desktop VM (Install candidate application here) Mounted drive Capture and Build (CnB) Environment Setup Capture Template (Baseline OS)
  • 35. 35 VMware ThinApp Packaging Environment  Setup • VM templates • Create a library of CnB source VMs if multiple client operating systems exist • Oldest OS and patch level supported for application is used during capture • Each CnB source VM: • C drive (base OS + service packs and hot fixes + free space) • Size depends on application (typically 20-30GB) • Avoid installing antivirus software • Take VM snapshot prior to packaging application • ThinApp utilities • Store on central network share • Default project save location matches the launch location of the Setup Capture utility • If run from CnB source, remember to copy the project folders off the CnB source before discarding the snapshot
  • 36. 36 VMware ThinApp Fundamentals VMware, Inc. 3401 Hillview Ave Palo Alto, CA 94304 Tel: 1-877-486-9273 or 650-427-5000 Fax: 650-427-5001