Log In  
 
 
Cart: 0 items
  Currency:
 
 


  Search SoftwareCasa
 
      
homeAbout Softwarecasasoftwarecasa blogMy accountsoftwarecasa support
VMware ThinApp
Version: 4.0
Publisher: VMware
Delivery Type: Download
Operating System: Windows NT, 2000, 2000 Server, XP, XPE, 2003 Server, Vista
Language: English
Price: $46.95
Options:
Quantity:
100% Secure Ordering
Request Multi User Quote Upgrade Your Software

VMware ThinApp 4 - Package and Run Applications without Installation Headaches

Run any version of virtually any application on a single operating system without conflicts. You can even run multiple versions of the same application. Plug VMware ThinApp, formerly known as Thinstall, into your existing management infrastructure and accelerate your software development and desktop deployment. Deliver and deploy applications more efficiently, more securely, and more cost-effectively with agentless application virtualization.

  • Run applications from any media without needing admin privileges for secure mobile computing
  • Maximize uptime during application migration and updates
  • Ensure regulatory compliance while managing application provisioning

Eliminate Installation Conflicts with Application Virtualization

Application virtualization encapsulates the applications from the OS and each other; eliminating costly regression testing and conflicts from badly behaving applications. Just plug in an .MSI or .EXE file to deploy a virtual system environment, including registry keys, DLLs, third-party libraries, and frameworks without requiring any installation of agents or applications on the underlying operating system.

Package Once, Deploy Everywhere (Network, USB, Physical or Virtual Desktops)

Deploy virtualized applications in user mode, without administrative rights. No device drivers are installed and no registry changes are made because the entire application and its virtual OS are delivered as a single EXE file. Transparently stream large applications from a shared network drive with no server or client software to install. Upgrade or roll-back applications while they’re running. The new version will execute the next time the user starts the application.
VMware ThinApp

Cater to Your Mobile Workforce

Let your users run applications on virtually any computer they have access to, including kiosk and hotel PCs. They won’t need to install software or device drivers and won’t need admin rights. Applications run directly from portable storage devices, including Flash drives.

Improve Your Software Distribution Process

Deliver software that protects the local OS from modifications that might cause instability or breach security using your existing configuration management tools. Even restricted user accounts can safely run virtualized applications without requiring a local installation, making it much more appetizing for IT staff concerned about security.

Ease OS and Application Migrations

ThinApp agentless application virtualization eases OS migrations by enabling applications to run side by side on the same operating system. Users can continue with business as usual without disruption from problematic applications. Furthermore, if an application needs to be removed from the endpoint—it is a simple file-remove with no mess left to clean up in the system registry.

VMware ThinApp 4 Features and Other Information

VMware ThinApp 4 features

100% Agentless Application Virtualization

Conflict-free Application Delivery

Simplified Application Packaging

For IT Directors

Upgrade operating systems without having to upgrade or replace legacy applications. Generate MSI files that can be registered with the underlying host OS to easily plug into your existing desktop management systems without painful integrations.

Key Benefits for IT Directors:

  • Streamline application migration and upgrades
  • Reduce regression testing costs with independent sandboxes
  • Reduce the cost of maintaining secure locked-down desktops
  • Consolidate Terminal Server and MetaFrame servers
  • Enhance work-force mobility with the ability to run applications offline directly on any external media including USB Flash, CDROM, and unattached laptops
  • Upgrade operating systems without having to upgrade or replace legacy applications
  • Protect PCs against changes to the file systems and registry

For Developers

Don’t limit your development environment to end user environments. You can use the latest runtimes, frameworks, and components for faster development time with ThinApp, by linking virtual applications with key components like Java or .Net. Deploy the latest technologies to restricted user accounts with zero installation or impact on other applications. Deliver your application as a USB application.

VMware ThinApp for Developers

Key Benefits for Developers:

  • Package your applications in standard EXE and MSI files
  • Deliver a zero-footprint application that doesn’t need an install
  • Convert traditional applications to virtualized applications quickly and easily
  • Streamline your regression testing with sandboxing and snapshot capabilities
  • Package or link any runtime you want directly with your application
  • Eliminate risks and conflicts with other applications on the endpoint

For Software Vendors (ISVs)

Deliver software that protects the local OS from modifications that might cause instability or breach security. Even restricted user accounts can safely run virtualized applications without requiring a local installation, making it much more appetizing for IT staff concerned about security. And with the ThinApp Virtual OS component a mere 400k on disk and occupying as little as 1 MB RAM at runtime, there is no noticeable impact on runtime performance.

Key Benefits for ISVs:

  • Shorten your QA cycle by packaging your application, registry keys and DLLs, into an EXE file
  • Deliver your application from any media, including USB drive or network to physical or virtual desktops
  • Run in virtually any environment, including terminal servers, Citrix MetaFrame, locked-down desktops
  • Reduce support costs by delivering an application that doesn't modify registry values or file systems

System Requirements

Supported Operating Systems and Applications

ThinApp supports the following operating systems, and applications:
  • 32-bit platforms: Windows NT, Windows 2000, Windows 2000 Server, Windows XP, Windows XPE, Windows 2003 Server, Windows Vista
  • 64-bit platforms: Windows XP 64 bit, Windows 2003 64 bit, Windows Vista 64 bit
  • 16-bit applications running on 32-bit Windows operating systems
  • 32-bit applications running on 32-bit and 64-bit Windows operating systems
  • Terminal Server and Citrix Metaframe
  • In addition, ThinApp supports the following items:

  • Single-package support on all platforms
  • Automatic migration for Windows NT or Windows 2000 to Windows XP and Windows XP to Windows Vista
  • ThinApp does not support the following operating systems and applications:

  • 16-bit or non-x86 platforms such as Windows CE
  • 64-bit applications running on 32-bit or 64-bit Windows operating systems
  • 16-bit applications running on 64-bit Windows operating systems

Printers

A captured application has full access to any printer that is installed on the PC it is running on. Captured applications and system-installed applications have the same printing ability. You cannot use ThinApp to virtualize printer drivers. You must manually install printer drivers on a PC.

Applications that ThinApp Cannot Capture

ThinApp does not support the capture of all applications and in some cases application functions might be degraded. The following is a list of software that you typically must deploy using traditional installation technologies:
  • Applications requiring installation of kernel-mode device drivers (ODBC drivers work because they are user-mode).
  • Products such as anti-virus and personal firewalls.
  • Scanner drivers and printer drivers.
  • Some VPN clients.

The following sections list some known limitations.

Device Drivers

Applications that require device drivers do not work when they are packaged with ThinApp. You must natively install those device drivers on the host PC. Antivirus, VPN clients, personal firewalls, and disk and volume mounting-related utilities are usually not good candidates for ThinApp to capture. In addition, applications that make their features available by installing printer drivers cannot include a printer driver when ThinApp packages them.

Shell Integration

Some applications that ThinApp captures, such as applications that provide shell integration, might have reduced functions. When they are captured they are no longer integrated with other applications on the system. Network-Visible DCOM Services ThinApp isolates COM and DCOM. Applications that install network-accessible DCOM services are accessible on the local PC only by other captured applications running in the same sandbox. ThinApp supports virtual DCOM and COM on the same PC but does not support network DCOM.

Global Hook DLLs

Some applications use the SetWindowsHookEx API function to add a DLL to all processes on the host PC. The added DLL can intercept Windows messages. This method captures keyboard and mouse input from other applications. ThinApp ignores requests from applications that use SetWindowsHookEx to try to install Global Hook DLLs.

VMware ThinApp Product FAQs

How Does VMware ThinApp Work?

VMware ThinApp simplifies application delivery by isolating applications from the underlying operating system and plugging directly into existing virtual and physical desktop management tools and infrastructure. ThinApp encapsulates applications inside a Virtual OS that transparently merges a virtual system environment with the real system environment while providing the following services:

Process loading. The Virtual OS loads a starting EXE file from the Virtual File System and allows it to execute any other EXE directly from the Virtual File System or from the normal file system.

DLL loading. TThe Virtual OS loads any DLL dependencies the EXE/DLL/ OCX files may have directly from archive when instructed.

Thread and process management. The Virtual OS tracks all processes and threads created inside the virtual machine including out-of-process COM and utility applications.

Sandbox environments for terminal services. VMware ThinApp has been successfully implemented over the ICA protocol in Citrix Terminal Services environments, and applications packaged with ThinApp can be sandboxed to run in a terminal services environment so that multiple users can run their own sandboxed VMware ThinApp applications.

Block-by-block memory streaming. Applications virtualized with ThinApp execute as soon as the minimum amount of code required to run the application is available on the desktop in memory. For example with the Oracle CRM client (950MB), only 350MB of the application needs to be physically streamed to the client in order for it to run.

Application Sync. This feature, unique to ThinApp, updates virtual applications via file share/http/https over the LAN or WAN and leverages existing software delivery systems, making it easier to deliver application updates to mobile users and third parties on the corporate extranet while helping to ensure compliance with configuration policies and reducing patch risks to machines that are taken “off the network.”

100% Agentless Application Virtualization

Virtual Operating System. The core feature of VMware ThinApp is the Virtual OS, a unique, lightweight embedded virtual registry and file system delivers high degree of application isolation, eliminating installation and runtime conflicts while increasing application portability.

Zero-runtime execution. VMware ThinApp does not leave a footprint on endpoint devices and allows applications to run directly from the compressed state without first caching data to the hard disk, enhancing performance and data security and eliminating single points of failure.

100% User Mode execution. Applications packaged with ThinApp run completely in User Mode, allowing users to use and customize their applications without installation or administrative access.

Broad application compatibility. VMware ThinApp is compatible with a broad range of applications, from Adobe Reader to complex applications from vendors such as Oracle and SAP (see Web site for complete list of compatible applications).

Conflict-Free Application Delivery

Agentless, infrastructure-free architecture. ThinApp works without the need for additional client agents or backend servers, and it integrates seamlessly with Microsoft Active Directory, LANDesk and countless other third-party management solutions

VMware VDI compatibility. ThinApp makes a perfect complement to VMware Virtual Desktop Infrastructure, and applications packaged with ThinApp can easily be deployed and managed on centralized virtual machines in the datacenter.

Get Started Today with VMware ThinApp

VMware ThinApp is available in the following purchase options:

  • The VMware ThinApp Suite contains the ThinApp Packager, 1 license of Workstation for Windows for creating clean packages, plus 50 client licenses.
  • Additional client licenses can be purchased for $39 per license with no limit to increments.

VMware ThinApp Purchase Options

  VMware ThinApp Suite VMware ThinApp Client
VMware ThinApp Packager checkmark
VMware ThinApp Client Licenses checkmark

(50 included)

checkmark

(sold individually)

VMware Workstation for Windows checkmark
Support Requirements

Support and Subscription (SnS)
Required & Sold Separately

Support and Subscription (SnS)
Required & Sold Separately

VMware ThinApp 4 Suite

Eliminate application conflicts.

VMware ThinApp makes it possible to run virtually any version of an application on a single operating system without conflicts and to securely package applications for physical and virtual desktops. You’ll get a solution for the office or for the road that offers agent-less application virtualization, plugging into your existing infrastructure for maximum efficiency, security, convenience and cost savings.

VMware ThinApp:

  • Accelerates time-to-value of applications in the development cycle
  • Eliminates interoperability and compatibility testing of applications to save time and money
  • Provides access to any application from anywhere on virtually any device, including USB smart drives and thin clients.
  • Works with existing desktop management solutions

VMware VMware ThinApp 4 Client License

Eliminate application conflicts.

VMware ThinApp makes it possible to run virtually any version of an application on a single operating system without conflicts and to securely package applications for physical and virtual desktops. You’ll get a solution for the office or for the road that offers agent-less application virtualization, plugging into your existing infrastructure for maximum efficiency, security, convenience and cost savings. VMware ThinApp:

  • Accelerates time-to-value of applications in the development cycle
  • Eliminates interoperability and compatibility testing of applications to save time and money
  • Provides access to any application from anywhere on virtually any device, including USB smart drives and thin clients
  • Works with existing desktop management solutions

Clients who bought this also browsed these titles:

Softwarecasa Moneyback Guarantee
softwarecasa new Software

Bestsellers




Categories



: