How to Migrate Extension Points From an App-V 4.6 SP2 Package to App-V 5.0 for a Specific User
Gäller för: Application Virtualization 5.0, Application Virtualization 5.0 SP1, Application Virtualization 5.0 SP2, Application Virtualization 5.0 SP3
Use the following procedure to migrate packages created with App-V using the user configuration file.
To convert a package
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="https://schemas.microsoft.com/appv/2010/userconfiguration"> <ManagingAuthority TakeoverExtensionPointsFrom46="true"
PackageName=<Package ID>
</UserConfiguration>
To add the App-V 5.0 package type the following in an elavted PowerShell command prompt:
PS>$pkg= Add-AppvClientPackage –Path <Path to package location>
PS>Publish-AppVClientPackage $pkg -DynamicUserConfiguration <Path to the user configuration file>
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.
Got an App-V issue? Use the App-V TechNet Forum.
Se även
Andra resurser
-----
You can learn more about MDOP in the TechNet Library, search for troubleshooting on the TechNet Wiki, or follow us on Facebook or Twitter.
-----