79384504

Date: 2025-01-24 13:30:42
Score: 1
Natty:
Report link

On my Docker Windows Container, all the above did not work because I could not install Windows Media Feature Pack, probably not available in my container.

I managed to find out the missing dlls, which were:

(You can find them in C:\Windows\System32 on a normal Windows 11 installation, on which you previously installed the Media Feature Pack).

Then I COPY the 4 dlls, thanks to my Dockerfile:

COPY install\\*.dll C:\\Windows\\System32\\
Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): did not work
  • Has code block (-0.5):
Posted by: PJ127