Hi Minkyu
Okay, then yes, you should distribute that Visual C++ 2015 redistributable and that API dll, there is no restrictions on you doing that . . .
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The file below is essential for the program I created to run. Is there any problem if I bundle the dll files below into my app and distribute them? Or is there an obligation to notify the copyright?
VCRUNTIME140.dll
api-ms-win-core-path-l1-1-0.dll
MSVCP140.dll
MSVCP140_1.dll
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Hi Minkyu
Okay, then yes, you should distribute that Visual C++ 2015 redistributable and that API dll, there is no restrictions on you doing that . . .
I'm using Python Pyinstaller. Windows 7 is not supported since Python 3.9 version, but if I manually copy the file, I found out that it is supported and tried to manually copy and distribute it.
Hi Minkyu
Yes, you can re-distribute that API dll, there is no restrictions on re=distributing an API DLL
What programming environment are you using, are you using Visual Studio to create your software, and if so, if you add those DLL's to your project, are you able to select a 'Local Copy' of the DLL's?
api-ms-win-core-path-l1-1-0.dll
https://ko.dll-files.com/api-ms-win-core-path-l1-1-0.dll.html
This is the dll file included with the Windows operating system. Can this file be distributed free of charge by a commercial developer?
Hi Minkyu
I am Dave, an Independent Advisor, I will help you with this . . .
The DLL's you list come are part of the Visual C++ 2015 Redistributable and you are free to bundle that with your software
Generally, the way to include that with your software, is to provide an installer for your software, and make that redistributable a pre-requisite to install your software, you can bundle the redistributable in the installer, where it would be installed before your software