Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
Chris_
20 discussion posts
I've noticed this for a few different apps, but one that's more common is KLite codec pack.

Whenever I install an update (which is weekly), the k-lite installer will say "Display Fusion process is locking files, preventing update".

I'm required to kill the DF process, click OK on the installer, and re-run DF after the update.

Is it possible that this can be investigated to see if the locking is required, or if the files can be opened in a more permissive way?
Aug 7, 2022  • #1
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
Hi Chris,

DisplayFusion is likely trying to hook into the process it's trying to update. You can add it into the Compatibility tab in DisplayFusion, and turn on "Disable Application Hooks (this application)", and it should fix that up.

Thanks!
Aug 8, 2022  • #2
User Image
Chris_
20 discussion posts
Quote:
Hi Chris,

DisplayFusion is likely trying to hook into the process it's trying to update. You can add it into the Compatibility tab in DisplayFusion, and turn on "Disable Application Hooks (this application)", and it should fix that up.

Thanks!


I use an app which automatically updates a wide range of installed software.

When it runs, it downloads to a temp file and spawns a child process which is the updater.

eg.
C:\Users\Chris\AppData\Local\Temp\eabb0cd9-18af-11ed-8cda-bce256a95a14\target.exe


This is a random path, and only exists for less than a minute while the updater runs.

It looks like the compatibility feature doesnt extend to child processes executed by the parent as a still get the lock.
Aug 10, 2022  • #3
Owen Muhlethaler (BFS)'s profile on WallpaperFusion.com
Hi Chris,

Our compatibility settings support wildcards, so you could use this line to prevent DisplayFusion from hooking any files in that temp path:

Code

C:\Users\Chris\AppData\Local\Temp\*


Thanks!
Aug 12, 2022  • #4
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)