Open christophvw opened 9 months ago
DLLs in maven build are not digitally signed.
https://repo1.maven.org/maven2/com/microsoft/onnxruntime/onnxruntime/1.16.3/
extract [onnxruntime-1.16.3.jar] (https://repo1.maven.org/maven2/com/microsoft/onnxruntime/onnxruntime/1.16.3/onnxruntime-1.16.3.jar)
Browse to onnxruntime-1.16.3\ai\onnxruntime\native\win-x64
View properties of onnxruntime.dll and onnxruntime4j_jni.dll -> the files are not signed
We cannot run unsigned DLLs from user writeable folders.
Windows
.
No response
I can confirm the problem still exists.
Describe the issue
DLLs in maven build are not digitally signed.
https://repo1.maven.org/maven2/com/microsoft/onnxruntime/onnxruntime/1.16.3/
extract [onnxruntime-1.16.3.jar] (https://repo1.maven.org/maven2/com/microsoft/onnxruntime/onnxruntime/1.16.3/onnxruntime-1.16.3.jar)
Browse to onnxruntime-1.16.3\ai\onnxruntime\native\win-x64
View properties of onnxruntime.dll and onnxruntime4j_jni.dll -> the files are not signed
Urgency
We cannot run unsigned DLLs from user writeable folders.
Target platform
Windows
Build script
.
Error / output
.
Visual Studio Version
No response
GCC / Compiler Version
No response