#DLLs on Windows

9 messages · Page 1 of 1 (latest)

fathom knot
#

Hi, how can I distribute additional DLLs with Tauri app? I need them to be copied on the system path during my app installation. Thanks

quick pumice
fathom knot
#

ok, but this will not copy DLLs on system path that I can use it from my app right?

river atlas
#

Can you get a bit more specific about your use-case? Why do the dlls need to be on the system path? So far i only saw people putting it next to the exe and call it a day, so i'm interested to hear what's different hear to cause this requirement

fathom knot
#

I expected to copy the DLL to system path to share it with other apps. But maybe ok, I can have in in my app dir and they can use it from there

fathom knot
#

@quick pumice can you advice how to include the DLL?

#
      "resources": [
        "my.dll"
      ],
#

this will not include the file. I am not sure why. I have a project with workspace and having one member with tauri.conf.json and tauri.windows.conf.json