windows-itpro-docs/windows/application-management/app-v/appv-configure-connection-groups-to-ignore-the-package-version.md
2021-09-28 16:34:40 -04:00

3.3 KiB
Raw Blame History

title, description, author, ms.pagetype, ms.mktglfcycl, ms.sitesec, ms.prod, ms.date, ms.reviewer, manager, ms.author, ms.topic
title description author ms.pagetype ms.mktglfcycl ms.sitesec ms.prod ms.date ms.reviewer manager ms.author ms.topic
How to make a connection group ignore the package version (Windows 10/11) Learn how to make a connection group ignore the package version with the App-V Server Management Console. greg-lindsay mdop, appcompat, virtualization deploy library w10 06/18/2018 dansimp greglin article

How to make a connection group ignore the package version

[!INCLUDE Applies to Windows client versions]

You can use Application Virtualization (App-V) to configure a connection group to use any version of a package, simplifying package upgrades and reducing the number of connection groups you need to create.

You can also configure a connection group to accept any version of a package, so that you can upgrade the package without having to disable the connection group.

  • If the connection group has access to multiple versions of a package, App-V will use the latest version.

  • If the connection group contains an optional package with an incorrect version, App-V ignores the package and wont block the connection groups virtual environment from being created.

  • If the connection group contains a non-optional package that has an incorrect version, App-V won't be able to create the connection groups virtual environment.

Make a connection group ignore the package version with the App-V Server Management Console

  1. In the Management Console, select Connection Groups.

  2. Select the correct connection group from the Connection Groups library.

  3. Select Edit in the Connected Packages pane.

  4. Select the Use Any Version check box next to the package name, then select Apply.

For more about adding or upgrading packages, see How to add or upgrade packages by using the Management Console.

Make a connection group ignore the package version from the App-V client on a stand-alone computer

  1. Create the connection group XML document.

  2. Set the Package tag attribute VersionID to an asterisk (*) to upgrade the package.

  3. Enter the following cmdlet (including the path to the connection group XML document) to add the connection group:

    Add-AppvClientConnectionGroup
    

    For more information about how to use the Add-AppvClientConnectionGroup cmdlet, see Add-AppvClientConnectionGroup.

  4. When you upgrade a package, use the following cmdlets to remove the old package, add the upgraded package, and publish the upgraded package:

For more information, see How to manage App-V packages running on a stand-alone computer by using Windows PowerShell.