Files
windows-itpro-docs/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-50-for-a-specific-user.md
VSC-Service-Account 858476cf2f CI Update
2019-06-04 22:13:57 +00:00

63 lines
2.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.0 for a Specific User
description: How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.0 for a Specific User
ms.assetid: dad25992-3c75-4b7d-b4c6-c2edf43baaea
ms.reviewer:
manager: dansimp
ms.author: dansimp
author: dansimp
ms.pagetype: mdop, appcompat, virtualization
ms.mktglfcycl: deploy
ms.sitesec: library
ms.prod: w10
ms.date: 06/21/2016
---
# How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.0 for a Specific User
*Note:** App-V 4.6 has exited Mainstream support.
Use the following procedure to migrate packages created with App-V using the user configuration file.
**To convert a package**
1. Locate the user configuration file for the package you want to convert. To set the policy, perform the following updates in the **userConfiguration** section: **ManagingAuthority TakeoverExtensionPointsFrom46="true" PackageName=<Package ID>**.
The following is an example of a user configuration file:
<?xml version="1.0" ?>
<UserConfiguration PackageId=<Package ID> DisplayName=<Name of the Package>
xmlns="<http://schemas.microsoft.com/appv/2010/userconfiguration"&gt>; &lt;ManagingAuthority TakeoverExtensionPointsFrom46="true"
PackageName=&lt;Package ID&gt;
&lt;/UserConfiguration&gt;
2. To add the App-V 5.0 package type the following in an elavted PowerShell command prompt:
PS&gt;**$pkg= Add-AppvClientPackage Path** &lt;Path to package location&gt;
PS&gt;**Publish-AppVClientPackage $pkg -DynamicUserConfiguration** &lt;Path to the user configuration file&gt;
3. Open the application using FTAs or shortcuts now. The application should open using App-V 5.0.
The App-V SP2 package and the converted App-V 5.0 package are published to the user, but the FTAs and shortcuts for the applications have been assumed by the App-V 5.0 package.
**Got a suggestion for App-V**? Add or vote on suggestions [here](http://appv.uservoice.com/forums/280448-microsoft-application-virtualization). **Got an App-V issu**e? Use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/home?forum=mdopappv).
## Related topics
[Operations for App-V 5.0](operations-for-app-v-50.md)