VMware Horizon Community
gambi_man
Contributor
Contributor

Excel Store Add-in

Excel Store Add-in is not saving. Does anyone know the exact location where this is being saved? The add-in is not listed in avtive add-in list within excel. 

Below is what I am capturing in DEM. 

[IncludeRegistryTrees]
HKCU\Software\Microsoft\Office\16.0\Excel
HKCU\Software\Microsoft\Office\Excel

[IncludeFolderTrees]
<AppData>\Microsoft\Excel
<AppData>\Microsoft\AddIns

[IncludeFiles]
<LocalAppData>\Microsoft\Office\Excel.officeUI

Reply
0 Kudos
4 Replies
lansti
Enthusiast
Enthusiast

Hi, make an export of your registry of these keys when you have the correct settings:
HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Excel\Addins\
HKEY_LOCAL_MACHINE\software\Wow6432Node\microsoft\office\Excel\Addins

And after a log off/log on, verify that your settings is gone, and do another export of the keys and compare them

If these settings are located in the HKLM, you may deploy them with a GPO..

Best regards
Lansti
Reply
0 Kudos
BenTrojahn
Enthusiast
Enthusiast

Is this a recent issue?  just this week I was getting the same unexpected result.  If you add it from a network or otherwise persistent location it will load in consistently, at least for us


Reply
0 Kudos
gambi_man
Contributor
Contributor

So I was able to find the issues, below is the location need to be captured

%userprofile%\AppData\Local\Microsoft\Office\16.0\Wef\{some-guid}\{opaque-hash}\Manifests\AppId_{version-number}

 

<LocalAppData>\Microsoft\Office\16.0

 

 

gambi_man
Contributor
Contributor

So I was able to find the issues, below is the location need to be captured

%userprofile%\AppData\Local\Microsoft\Office\16.0\Wef\{some-guid}\{opaque-hash}\Manifests\AppId_{version-number}

 

<LocalAppData>\Microsoft\Office\16.0

 

Reply
0 Kudos