Blog Post

FSLogix Blog
2 MIN READ

FSLogix and APP-V

Philip_McLoughlin's avatar
Jun 16, 2022

Hello FSLogix Nation,

 

Phil here from the FSLogix and APP-V team.

 

I wanted to share the following with you after we had a few customers contact Microsoft when using FSLogix and APP-V.

 

If you are using APP-V with FSLogix then you may have encountered some issues when launching APP-V applications.

 

You also may have encountered White Icons being displayed on the desktop or Start Menu.

 

You may also want to ensure that you roam the COW to every machine on logon for a number of APP-V applications. 

 

Well to address the above you need to ensure that you have a FSLogix Redirections.xml configured with the following entries:

 

<?xml version="1.0" encoding="UTF-8"?>

<FrxProfileFolderRedirection ExcludeCommonFolders="0">

  <Excludes>

    <Exclude Copy="0">AppData\Local\Microsoft\Appv\Client</Exclude>

  </Excludes>

  <Includes>

<Include>AppData\Local\Microsoft\AppV\Client\VFS</Include>

  </Includes>

</FrxProfileFolderRedirection

 

Remember: When we use an exclude we may want to use an include of the subfolder whose parent folder we are excluding

Includes are only necessary when the folder is in the exclude folder or further down the path of the exclude folder.

 

Also as the Integration points get broken on logoff with FSlogix (as we remove the whole users profile), you should also have this APP-V setting configured:

 

PreserveUserIntegrationsOnLogin

  • Configure in the Registry under HKEY_LOCAL_MACHINE \ Software \ Microsoft \ AppV \ Client \ Integration.
  • Create the DWORD value PreserveUserIntegrationsOnLogin with a value of 1.
  • Restart the App-V client service or restart the computer running the App-V Client.

Hope the above helps!

UPDATE 23.3.2025:

Please refer to this article for an update.

Updated Mar 23, 2025
Version 5.0

5 Comments

  • Drizz_coop's avatar
    Drizz_coop
    Brass Contributor

    Are the above resolved with the latest FSlogix 2210 release? do we still need these in the redirections.xml ? and or Registry entries 

  • FrankMan you would need to check what that application is doing with the profile data and if FSlogix is collecting this. Have you placed an exclusion in the redicrections.xml to exclude this application ? have you excluded 

    <Exclude Copy="0">AppData\Local\Packages</Exclude>

     

    If you are still having issues please raise a ticket with Microsoft support to investigate further.

  • Renanlira31 are you referring to Windows Server RDS ? Then Yes. Or are you referring Windows 10 Enterprise for Virtual Desktops 64-bit?  Answer also Yes. App-v will still work in this environment 

  • FrankMan's avatar
    FrankMan
    Copper Contributor

    Hi. Is there something similar for MSIX based setups? Currently have a re-packed application that works fine without FSLogix. And with FSLogix I see 0xC0000279 errors in a ProcMon trace when the application tries to access an ini file.