windows-itpro-docs/windows/application-management/app-v/appv-migrating-to-appv-from-a-previous-version.md
2021-09-28 17:15:06 -04:00

10 KiB
Raw Blame History

title, description, author, ms.pagetype, ms.mktglfcycl, ms.sitesec, ms.prod, ms.date, ms.reviewer, manager, ms.author
title description author ms.pagetype ms.mktglfcycl ms.sitesec ms.prod ms.date ms.reviewer manager ms.author
Migrating to App-V from a Previous Version (Windows 10/11) Learn how to migrate to Microsoft Application Virtualization (App-V) for Windows 10/11 from a previous version. greg-lindsay mdop, appcompat, virtualization deploy library w10 04/19/2017 dansimp greglin

Migrating to App-V from previous versions

[!INCLUDE Applies to Windows client versions]

To migrate from App-V 4.x to App-V for Windows 10/11, you must upgrade to App-V 5.x first.

Improvements to the App-V Package Converter

You can now use the package converter to convert App-V 4.6 packages that contain scripts, and registry information and scripts from source .osd files are now included in package converter output.

You can also use the OSDsToIncludeInPackage parameter with the ConvertFrom-AppvLegacyPackage cmdlet to specify which .osd files information is converted and placed within the new package.

New in App-V for Windows client Prior to App-V for Windows 10

New .xml files are created corresponding to the .osd files associated with a package; these files include the following information:

  • environment variables

  • shortcuts

  • file type associations

  • registry information

  • scripts

You can now choose to add information from a subset of the .osd files in the source directory to the package using the -OSDsToIncludeInPackage parameter.

Registry information and scripts included in .osd files associated with a package were not included in package converter output.

The package converter would populate the new package with information from all of the .osd files in the source directory.

Example conversion statement

To understand the new process, review the following example ConvertFrom-AppvLegacyPackage package converter statement.

If the source directory (\\OldPkgStore\ContosoApp) includes the following:

  • ContosoApp.sft

  • ContosoApp.msi

  • ContosoApp.sprj

  • ContosoApp_manifest.xml

  • X.osd

  • Y.osd

  • Z.osd

And you run this command:

ConvertFrom-AppvLegacyPackage SourcePath \\OldPkgStore\ContosoApp\ 
-DestinationPath \\NewPkgStore\ContosoApp\
-OSDsToIncludeInPackage X.osd,Y.osd

The following is created in the destination directory (\\NewPkgStore\ContosoApp):

  • ContosoApp.appv

  • ContosoApp.msi

  • ContosoApp_DeploymentConfig.xml

  • ContosoApp_UserConfig.xml

  • X_Config.xml

  • Y_Config.xml

  • Z_Config.xml

In the above example:

These Source directory files… …are converted to these Destination directory files… …and will contain these items Description
  • X.osd

  • Y.osd

  • Z.osd

  • X_Config.xml

  • Y_Config.xml

  • Z_Config.xml

  • Environment variables

  • Shortcuts

  • File type associations

  • Registry information

  • Scripts

Each .osd file is converted to a separate, corresponding .xml file that contains the items listed here in App-V deployment configuration format. These items can then be copied from these .xml files and placed in the deployment configuration or user configuration files as desired.

In this example, there are three .xml files, corresponding with the three .osd files in the source directory. Each .xml file contains the environment variables, shortcuts, file type associations, registry information, and scripts in its corresponding .osd file.

  • X.osd

  • Y.osd

  • ContosoApp.appv

  • ContosoApp_DeploymentConfig.xml

  • ContosoApp_UserConfig.xml

  • Environment variables

  • Shortcuts

  • File type associations

The information from the .osd files specified in the -OSDsToIncludeInPackage parameter are converted and placed inside the package. The converter then populates the deployment configuration file and the user configuration file with the contents of the package, just as App-V Sequencer does when sequencing a new package.

In this example, environment variables, shortcuts, and file type associations included in X.osd and Y.osd were converted and placed in the App-V package, and some of this information was also included in the deployment configuration and user configuration files. X.osd and Y.osd were used because they were included as arguments to the -OSDsToIncludeInPackage parameter. No information from Z.osd was included in the package, because it was not included as one of these arguments.

Converting packages created using a prior version of App-V

Use the package converter utility to upgrade virtual application packages created using versions of App-V prior to App-V 5.0. The package converter uses Windows PowerShell to convert packages and can help automate the process if you have many packages that require conversion. App-V packages created with App-V 5.x don't need to be converted.

Important   After you convert an existing package you should test the package prior to deploying the package to ensure the conversion process was successful.

What to know before you convert existing packages

Issue Workaround

Virtual packages using DSC are not linked after conversion.

Link the packages using connection groups. See Managing Connection Groups.

Environment variable conflicts are detected during conversion.

Resolve any conflicts in the associated .osd file.

Hard-coded paths are detected during conversion.

Hard-coded paths are difficult to convert correctly. The package converter will detect and return packages with files that contain hard-coded paths. View the file with the hard-coded path, and determine whether the package requires the file. If so, it is recommended to re-sequence the package.

When converting a package check for failing files or shortcuts, locate the item in App-V 4.6 package. It could possibly be a hard-coded path. Convert the path.

Note   It is recommended that you use the App-V sequencer for converting critical applications or applications that need to take advantage of features. See How to Sequence a New Application with App-V.

If a converted package does not open after you convert it, it is also recommended that you re-sequence the application using the App-V sequencer.

How to Convert a Package Created in a Previous Version of App-V

Migrating the App-V Server Full Infrastructure

There is no direct method to upgrade to a full App-V infrastructure. Use the information in the following section for information about upgrading the App-V server.

Task More Information

Review prerequisites.

App-V Server prerequisite software.

Enable the App-V client.

Enable the App-V desktop client.

Install App-V Server.

How to Deploy the App-V Server.

Migrate existing packages.

See Converting packages created using a prior version of App-V earlier in this topic.


For App-V issues, use the App-V TechNet Forum.

Other resources for performing App-V migration tasks