How to migrate extension points from an App-V 4.6 package to a converted App-V 5.0 package for all users on a specific computer
Note
App-V 4.6 has exited Mainstream support.
Use the following procedure to migrate extension points from an App-V 4.6 package to an App-V 5.0 package using the deployment configuration file.
Note
The following procedure does not require an App-V 5.0 management server.
Process
To migrate extension points from a package from an App-V 4.6 package to a converted App-V 5.0 package using the deployment configuration file
Locate the directory that contains the deployment configuration file for the package you want to migrate. To set the policy, make the following update to the
userConfiguration
section:ManagingAuthority TakeoverExtensionPointsFrom46="true" PackageName=<Package ID>
The following is an example of content from a deployment configuration file:
<?xml version="1.0" ?> <DeploymentConfiguration xmlns="<https://schemas.microsoft.com/appv/2010/deploymentconfiguration>" PackageId=<Package ID> DisplayName=<Display Name> <MachineConfiguration/> <UserConfiguration> <ManagingAuthority TakeoverExtensionPointsFrom46="true" PackageName=<Package ID> </UserConfiguration> </DeploymentConfiguration>
To add the App-V 5.0 package, in an elevated PowerShell command prompt type:
$pkg= Add-AppvClientPackage -Path <Path to package location> -DynamicDeploymentConfiguration <Path to the deployment configuration file> Publish-AppVClientPackage $pkg
To test the migration, open the virtual application using associated FTAs or shortcuts. The application opens with App-V 5.0. Both, the App-V 4.6 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.