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
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.
Good luck
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
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
