Share via

3rd Party Excel Add-ins in Azure Virtual Desktop do not want to stay enabled.

Saul Rodriguez 1 Reputation point
2022-07-26T14:49:02.617+00:00

I am working in a non-persistent host pool with fslogix profile and office containers set up. There are a handful of 3rd party add-ins that get installed in Excel and Word when their applications get installed. The add-ins will not stay enabled for standard users. However, when disabling fslogix for those users and forcing them to use a local profile on the hosts, the add-ins work. The add-ins also work for admin accounts.

I have reached out to Microsoft Support and they have not been able to find a resolution. I still have a case open with them.

Has anyone run into this issue? If so, can you please share the resolution?

Also, if you have not run into this issue, do you recommend checking any settings that may be causing this issue? (group policy, fslogix configuration, etc)

Azure Virtual Desktop
Azure Virtual Desktop

A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.


2 answers

Sort by: Most helpful
  1. karim Emam 5 Reputation points
    2025-06-13T10:16:01.7733333+00:00

    Good day,

    I encountered a similar issue with VSTO-based Excel add-ins such as OpenText ALM and SAP Analysis for Microsoft Office on non-persistent virtual machines using FSLogix.

    The root cause was traced to the Redirections.xml configuration, which included the following exclusion:

    AppData\Local\assembly

    This exclusion prevented the necessary .NET assemblies from being persisted in the user's FSLogix profile container, causing the add-ins to function correctly during the initial login but become disabled on subsequent logins.

    To resolve the issue, I removed the above exclusion from the Redirections.xml file. After doing so, all VSTO add-ins continued to work properly across user sessions.

    If you're experiencing similar behavior, please check your FSLogix configuration and remove the AppData\Local\assembly path from exclusions.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. KarishmaTiwari-MSFT 20,857 Reputation points Microsoft Employee Moderator
    2022-07-27T16:58:58.47+00:00

    @Saul Rodriguez

    I would recommend to check the following and let me know your observations.

    1. Please check the installation path of those add-ins and where in the registry they manifest themselves.
      You can compare the behavior for a local profile and an FSLOGIX profile to see if, for example, the registry path is incorrectly set.
    2. Make sure you are using the latest FSLogix version.
    3. Check also if a redirection.xml has been set up to exclude specific folders. The redirections.xml file is used to control what folders are redirected out of the profile container to the C: drive.
      If it exists, the file is located inside <ProfileRoot>\AppData\Local\FSLogix

    Profile Container content - FSLogix | Microsoft Learn

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

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