-你好,
我正在尝试从这样的共享文件夹安装 Windows 服务:
installutil "\\\10.1.5.120\Path1\Path2\MyService.exe"
并出现此错误:
Exception occurred while initializing the installation:
System.IO.FileLoadException: Could not load file or assembly 'file://\\10.1.5.120\Path1\Path2\MyService.exe' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515).
installutil 日志文件中没有日志,当我尝试从本地路径安装服务时,它会成功安装。
所以我想知道是否可以从共享路径在电脑上安装 Windows 服务?
谢谢你的帮助。