How to pack opencv app for windows

I have a windows 10 application that I would like to distribute. I’m having a hard time to run my app on a windows machine without opencv. My app uses opencv_world dll but I can’t register opencv_world dll. All the decencies are on the windows machine.
Any ideas?

“register”? why do you think you need to “register” a dll? registration, in windows, is for special purposes (extending the shell)

you package the DLL and make sure it’s in the same directory as the executable