windows-itpro-docs/mdop/appv-v4/publish-package.md
2019-05-30 09:44:34 -03:00

2.9 KiB
Raw Blame History

title, description, author, ms.assetid, ms.reviewer, manager, ms.author, ms.pagetype, ms.mktglfcycl, ms.sitesec, ms.prod, ms.date
title description author ms.assetid ms.reviewer manager ms.author ms.pagetype ms.mktglfcycl ms.sitesec ms.prod ms.date
PUBLISH PACKAGE PUBLISH PACKAGE eavena a33e72dd-194f-4283-8e99-4584ab13de53 dansimp eravena mdop, appcompat, virtualization deploy library w8 06/16/2016

PUBLISH PACKAGE

Publishes the contents of an entire package.

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

Parameter Description

PACKAGE:<package-name>

User-visible and user-friendly name for the package.

/MANIFEST <manifest-path>

The path or URL of the manifest file that lists the applications included in the package and all of their publishing information.

/GLOBAL

If present, the package will be available for all users on this computer.

/LOG

If specified, output is logged to the specified path name.

/CONSOLE

If specified, output is presented in the active console window (default).

/GUI

If specified, output is presented in a Windows dialog box.

 

For version 4.6, the following option has been added.

/LOGU

If specified, output is logged to the specified path name in UNICODE format.

 

Important   The package must already have been added to the Application Virtualization Client, and the manifest file is required.

To use the GLOBAL parameter, the PUBLISH PACKAGE command must be run as local Administrator; otherwise, only ManageTypes and PublishShortcut permissions are needed.

Publishing without the GLOBAL parameter grants the user access to the applications in the package and publishes the file types and shortcuts listed in the manifest to the users profile.

Publishing with the GLOBAL parameter adds the file types and shortcuts listed in the manifest to the “All Users” profile.

If the package is not global before the call and the GLOBAL parameter is used, the package is made global and available to all users.

 

SFTMIME Command Reference