Skip to content

Commit 700b05d

Browse files
committed
Better dependency check
1 parent e5a8b79 commit 700b05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin_KinectOne/RuntimeInstaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public bool IsInstalled
5858
try
5959
{
6060
// Well, this is pretty much all we need for the plugin to be loaded
61-
return File.Exists(
61+
return File.Exists(@"C:\Windows\System32\Kinect20.dll") && File.Exists(
6262
@"C:\Windows\Microsoft.NET\assembly\GAC_64\Microsoft.Kinect\v4.0_2.0.0.0__31bf3856ad364e35\Microsoft.Kinect.dll");
6363
}
6464
catch (Exception)

0 commit comments

Comments
 (0)