Determine Your Publishing Method

After you sequence an application by using the Application Virtualization Sequencer, you need to publish that application to your users. Publishing the application consists of delivering the icons, package definition information, and content source location to each computer where the Application Virtualization Client has been installed. The following table describes publishing methods that are supported when you deploy Application Virtualization by using an electronic software distribution (ESD) system.

Method Advantages Disadvantages

Generate a Windows Installer file during sequencing, as a stand-alone solution.

  • Very simple to use.

  • Package loaded into cache locally on each computer.

  • Icons displayed to user.

  • Similar to traditional software deployment.

  • No need for streaming servers.

  • No flexibility in location of package contents on computers—same location on all computers.

  • Must use only Add/Remove Programs or msiexec to remove applications.

  • Removal and replacement with new version required for package updating.

Generate a Windows Installer file during sequencing, used with MODE, LOAD, and OVERRIDEURL command-line properties and the package manifest.

  • Simple to use but with added flexibility.

  • Icons displayed to user.

  • SFT file containing the applications can be placed on a streaming source location, with clients configured to use that location.

  • Limited flexibility—only the location of the package content can be controlled at run time.

  • Must use only Add/Remove Programs or msiexec to remove the application.

  • Removal and replacement with new version required for package updating, unless using streaming server.

Run SFTMIME commands.

  • Complete flexibility—full control of all package management functions.

  • Commands must be scripted for use with the ESD system.

  • Commands must be run on each computer in correct sequence.

  • Detailed understanding of command language and careful planning required.

 

For more information about using these publishing methods, see How to Publish a Virtual Application on the Client.

Determine Your Streaming Method

Electronic Software Distribution-Based Scenario

Electronic Software Distribution-Based Scenario Overview

How to Publish a Virtual Application on the Client

SFTMIME Command Reference