windows-itpro-docs/mdop/appv-v4/how-to-publish-a-virtual-application-on-the-client.md
2016-06-16 11:04:55 -07:00

2.6 KiB
Raw Blame History

title, description, author, ms.assetid, ms.pagetype, ms.mktglfcycl, ms.sitesec, ms.prod
title description author ms.assetid ms.pagetype ms.mktglfcycl ms.sitesec ms.prod
How to Publish a Virtual Application on the Client How to Publish a Virtual Application on the Client jamiejdt 90af843e-b5b3-4a71-a3a1-fa5f4c087f28 mdop, appcompat, virtualization deploy library w8

How to Publish a Virtual Application on the Client

When you deploy Application Virtualization by using an electronic software distribution system, you can use one of the following procedures to publish an application package to your users.

To publish a package using a stand-alone Windows Installer file

  1. The client should be installed with the REQUIREAUTHORIZATIONIFCACHED parameter set to 0 (zero). For more information about setting this parameter, see Application Virtualization Client Installer Command-Line Parameters

  2. Copy the Windows Installer file and the SFT file to same folder on the target computer.

  3. Run the following command on the computer:

    Msiexec.exe /I “packagename.msi” /q

To publish a package using Windows Installer and the package manifest

  1. Copy the Windows Installer file to the target computer and the SFT file to the CONTENT share on the streaming server.

  2. Run the following command on each users computer:

    Msiexec.exe /I “\\pathtomsi\packagename.msi” MODE=STREAMING OVERRIDEURL=”\\\\server\\share\\package.sft” LOAD=TRUE /q

    Important   For OVERRIDEURL all backslash characters must be escaped using a preceding backslash, or the OVERRIDEURL path will not be parsed correctly. Also, properties and values must be entered as uppercase except where the value is a path to a file.

     

To publish a package using SFTMIME

  • For an example of how to publish an application for all users on a computer, run the following command on the users computer:

    SFTMIME ADD PACKAGE:package-name /MANIFEST manifest-path [/GLOBAL] [/LOG log-pathname | /CONSOLE | /GUI]

    For additional details about these and other SFTMIME commands, see SFTMIME Command Reference.

Determine Your Publishing Method

Electronic Software Distribution-Based Scenario

SFTMIME Command Reference

Stand-Alone Delivery Scenario for Application Virtualization Clients