I want to migrate app-v packages to MSIX packages

takashi-7890 0 Reputation points
2025-02-28T01:01:09.83+00:00

Currently, we are using app-v packages to distribute virtual applications to each user.

We would like to migrate to MSIX as app-v will no longer be supported in 2026.

We can convert app-v to MSIX using the MSIX Packaging Tool, but since the reference points such as the registry are different, information set by users within the application will not be migrated.

Is there a way to migrate from app-v to MSIX so that the user settings information of the currently configured application remains?

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,709 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Alex Burlachenko 1,745 Reputation points
    2025-02-28T09:27:37.63+00:00

    Hi takashi-7890,

    yes, Microsoft will end support for App-V in 2026, making it essential to migrate to MSIX for continued application virtualization and management.

    to migrate App-V packages to MSIX while preserving settings

    App-V stores user settings in %APPDATA% and HKCU\Software\Microsoft\AppV, while MSIX uses containerized storage (C:\Users\<User>\AppData\Local\Packages\).

    Export registry settings (reg export), copy user data files to the new MSIX container, and deploy via Intune or GPO.

    Use FileRedirectionFixup to remap legacy paths.

    Run App-V and MSIX in parallel while migrating settings gradually.

    validate & test, deploy to a test group, use ProcMon to track missing settings, and adjust scripts as needed.

    Just in cases https://ctrlaltdel.team/?p=289 here is link to my blog where included PowerShell Script for Migration.

    rgds,

    Alex

    p.s. Please click Accept Answer and upvote if the above was helpful.


  2. anashetty 2,480 Reputation points Microsoft External Staff
    2025-03-03T14:54:00.3166667+00:00

    Hi takashi-7890,

    In addition to Alex Burlachenko, I have provided more information for your query.

    Yes, you can convert your MSIX package into a VHDX file for use with MSIX app attach in Azure Virtual Desktop. This process allows applications to be dynamically attached to user sessions without traditional installation, optimizing resource usage and management.

    Ensure you have a signed MSIX package of your application. Download the MSIXMGR Tool and create the VHDX Image then Add the VHDX to Azure Virtual Desktop.

    Please visit this document for your reference: Create an MSIX image to use with app attach in Azure Virtual Desktop Add and manage app attach and MSIX app attach applications in Azure Virtual Desktop

    If you have any further queries, do let us know. If the answer is helpful, please click "Accept Answer" and "Upvote it."

    User's image


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.