VCL3D / VolumetricCapture

A multi-sensor capture system for free viewpoint video.
https://vcl3d.github.io/VolumetricCapture
487 stars 66 forks source link

Unable to install remote eye service (plus workaround) #94

Open cwidisgroup opened 1 year ago

cwidisgroup commented 1 year ago

Following the instructions I run install_remote_eye_service.bat as Administrator, but I get an error:


C:\WINDOWS\system32>cd C:\Capturer\remote_eye_service

C:\Capturer\remote_eye_service>c:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe remote_eye_service.exe
Microsoft (R) .NET Framework Installation utility Version 4.8.4084.0
Copyright (C) Microsoft Corporation.  All rights reserved.

Exception occurred while initializing the installation:
System.IO.FileLoadException: Could not load file or assembly 'file:///C:\Capturer\remote_eye_service\remote_eye_service.exe' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515).

C:\Capturer\remote_eye_service>net start remote_eye_service
The service name is invalid.

More help is available by typing NET HELPMSG 2185.

C:\Capturer\remote_eye_service>PAUSE

The workaround is to once run it by double-clicking. That will bring up the Windows Defender dialog where you can allow it. Then re-run the installer script as Administrator and it works.