The following procedures list the steps that are necessary to add a virtual application package to the Application Virtualization (App-V) Client on a specific computer.
To add a virtual application package for a specific user
To add a virtual application package for all users
To add a package using an electronic software distribution system
-
If you are using an electronic software distribution system that runs the commands under the computer’s SYSTEM account, the package is published for that account only, unless you use the /GLOBAL switch. Run the following command to add and publish the package for all users on the computer:
SFTMIME ADD PACKAGE:”name” /MANIFEST <manifest-path> /GLOBAL
-
If you want to add the package for specific users only, run the ADD PACKAGE command, and then explicitly publish the package for each user by running the following PUBLISH PACKAGE command under each person’s user account:
SFTMIME ADD PACKAGE:”name” /MANIFEST <manifest-path>
SFTMIME PUBLISH PACKAGE:”name” /MANIFEST <manifest-path>
Publishing the package without the GLOBAL parameter grants the user access to the applications in the package and publishes the file types and shortcuts that are listed in the manifest to the user’s profile. Permissions required are “Manage file type associations” (ManageTypes) and “Publish shortcuts” (PublishShortcut).
See Also