VMware Horizon Community
rwulffenstein
Contributor
Contributor

Adobe Acrobat DEM config

Hello, 

I am looking for a DEM config file for Adobe Acrobat specifically to exclude log files. 

One of our users has a large writable due to log files that are being saved and I would like to be able to exclude the saving of log files for Adobe Acrobat using DEM. 

Is this possible?

What would the entries look like for the DEM config file?

Thank you,

Rachel

Reply
0 Kudos
3 Replies
vBritinUSA
Hot Shot
Hot Shot

Hi @rwulffenstein 

You are best to use the application profiler that comes with the DEM install files. I think it's under the tools folder in the zip you download.

Introduction to VMware Dynamic Environment Manager Application Profiler

Clone an image to create a AppProfiler VM, install the app profiler, shutdown and snap. Then power up and install Adobe. Then run and profiler and Start Session, launch Adobe. Make changes then close Adobe.

Under File System you will see "Manage Exclusions", make your changes and save and copy the files to your DEM Config share and test.

Exclusions (vmware.com)

Good luck

Please mark helpful or correct if my answer resolved your issue.
Reply
0 Kudos
rwulffenstein
Contributor
Contributor

Hi @vBritinUSA ,

Thank you for the response.  I already  have a AppVolume package for Acrobat; that is how the application is getting assigned to the user. 

I am looking for the exclusions that should be applied to the DEM configuration for Acrobat.

Thanks.

Rachel

Reply
0 Kudos
jhol5
Enthusiast
Enthusiast

You can use the following to exclude a file type. So in your case *.log will exclude all files with the extension "log" within all folders that are part of your "Include" section headers.

 

[ExcludeFiles]
*.txt
*.nupkg
*.log

Reply
0 Kudos