App-V User Registry is not loading on the first start

Jens2020 21 Reputation points
2020-12-01T15:34:41.503+00:00

Hello,

I´m new with App-V 5 and I have a sequenced application. We are using PowerShell to distribute the packages.

I publishing the application with the following command:

Add-AppvClientPackage -Path 'C:\temp\Dassault Systemes SOLIDWORKS eDrawings 2020 SP5\Dassault Systemes SOLIDWORKS eDrawings 2020 SP5.appv' -DynamicDeploymentConfiguration 'C:\temp\Dassault Systemes SOLIDWORKS eDrawings 2020 SP5\Dassault Systemes SOLIDWORKS eDrawings 2020 SP5_DeploymentConfig.xml' | Publish-AppvClientPackage -Global

When I click on the Shortcut in the Starmenu, the application is starting, but the user registry values where sequenced, are not loaded. I close then the application and remove the user registry values:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\AppV\Client\Packages\E98DBE3C-6B8A-4C78-8039-6F15A10A836A

When I starting again the application, the sequenced registry values are loaded.

I´dont understand why it´s not loading on the first time.

When I starting only a cmd box, then there is also not loaded the registry values for the application. I have thinked, when the App-V package is loading, all user settings are also loaded, they have sequenced.

Any ideas for me?

Best regards!

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,406 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jenny Yan-MSFT 9,336 Reputation points
    2020-12-02T09:26:57.73+00:00

    Hi,
    Thanks for your posting and just a kind reminder, adding correct tag will help you to receive more timely assistance on the Q&A forum.

    1.How did you found the user data missing under registry key? Is there any error message received?

    2.Per my search, the first time that a package is run by any user on the OS, the complete registry staging occurs. It is at this time, delaying the app launch, which the pre-staged DAT file is read and a copy of its contents is placed under the key:
    HKLM/SOFTWARE/Microsoft/App-V/Client/Packages/PkgGUID/Versions/PkgVerGuid/REGISTRY
    This is a read-only copy used by the client.

    3.Below is a blog related to "User Registry Setting missing 06-0000000E" for your reference:
    https://learn.microsoft.com/zh-cn/archive/blogs/virtualshell/app-v-5-user-registry-setting-missing-06-0000000e


    Hope this helps and please help to accept as Answer if the response is useful.

    Thanks,
    Jenny