gpt4 book ai didi

windows-services - 运行 Installutil 以在共享文件夹上安装 Windows 服务

转载 作者:行者123 更新时间:2023-12-04 08:34:37 29 4
gpt4 key购买 nike

-你好,

我正在尝试从这样的共享文件夹安装 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 日志文件中没有日志,当我尝试从本地路径安装服务时,它安装成功。

所以我想知道是否可以从共享路径在 PC 上安装 Windows 服务?

感谢您的帮助。

最佳答案

你试过添加

<runtime>
<loadFromRemoteSources enabled="true" />
</runtime>

在installutil.config中installutil.exe所在的位置?

您也可以尝试右键单击 dll 和服务 exe -> 属性 -> 取消阻止。

关于windows-services - 运行 Installutil 以在共享文件夹上安装 Windows 服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14683618/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com