VMware Horizon Community
MadisonSteve
Contributor
Contributor

Has anyone used UEM to capture the User Configuration information for Microsoft Excel & Word Viewers v12 so that the user isn't prompted to execute the first time configuration each time these applications are executed.

I have used "Application Profiler" to capture this user configuration information, but it wasn't completed because the user still has to perform the first time user configuration for  Microsoft Excel & Word Viewers v12

Reply
0 Kudos
3 Replies
ijdemes
Expert
Expert

Hi MadisonSteve​,

I did a quick test. Start with the following and work from there.

[IncludeRegistryTrees]

HKCU\Software\Microsoft\Office\11.0\Common

HKCU\Software\Microsoft\Office\11.0\Word

HKCU\Software\Microsoft\Office\11.0\Wordview

HKCU\Software\Microsoft\Office\12.0\Common

HKCU\Software\Microsoft\Office\12.0\Excel

HKCU\Software\Microsoft\Office\12.0\Excel Viewer

HKCU\Software\Microsoft\Office\12.0\User Settings

HKCU\Software\Microsoft\Office\Common

I tested the above keys and they worked for me, but please adjust/test yourself. For me Word Viewer is version 11.x and Excel Viewer is 12.x.

Please let me know if this worked for you.


\\ Ivan
---
Twitter: @ivandemes
Blog: https://www.ivandemes.com
Reply
0 Kudos
MadisonSteve
Contributor
Contributor

Hello ijdemes;

Thanks for your assistance with the Microsoft Excel & Word Viewer first time execution user configuration information for UEM.

It worked great.

==============================================================

I'm trying now to obtain the information need for UEM to be used to capture the Microsoft Access 2010 first time execution user configuration information.

The following are the settings I have captured.

[IncludeRegistryTrees]
HKCU\Software\Microsoft\Office\14.0\Access
HKCU\Software\Microsoft\Office\14.0\Common
HKCU\Software\Microsoft\Office\Access
HKCU\Software\Microsoft\Office\OfficeAddins
HKCU\Software\ODBC
HKCU\Software\Microsoft\
HKCU\Software\Microsoft\MSDAIPP
HKCU\Software\Microsoft\Windows\CurrentVersion
HKCU\Software\Microsoft\Office\Common
HKCU\Software\Microsoft\Office\14.0\User Settings

[IncludeFolderTrees]
<LocalAppData>\Microsoft\Office
<AppData>\Microsoft


Reply
0 Kudos
ijdemes
Expert
Expert

Hi MadisonSteve​,

I would start with the built in UEM templates for Access 2010 / Office 2010 Shared Settings. Below you will find the expanded settings for these two templates combined in one config file.

#

# Expanded settings for the Microsoft Office 2010 Application Templates 'Access' and 'Shared':

#

[IncludeRegistryTrees]

HKCU\Software\Microsoft\Office\14.0\Access

HKCU\Software\Microsoft\Office\14.0\Common

HKCU\Software\Microsoft\Office\14.0\Registration

HKCU\Software\Microsoft\Office\14.0\User Settings

HKCU\Software\Microsoft\Office\Access

HKCU\Software\Microsoft\Office\Common

HKCU\Software\Microsoft\Shared Tools\Proofing Tools

HKCU\Software\Microsoft\VBA

[IncludeFolderTrees]

<AppData>\Microsoft\AddIns

<AppData>\Microsoft\Office

<AppData>\Microsoft\Proof

<AppData>\Microsoft\Templates

<AppData>\Microsoft\UProof

<LocalAppData>\Microsoft\Office\ONetConfig

[IncludeFiles]

<LocalAppData>\Microsoft\Office\Access.officeUI


\\ Ivan
---
Twitter: @ivandemes
Blog: https://www.ivandemes.com
Reply
0 Kudos