Installutil一直告诉我“找不到公共安装人员”。有任何想法吗?

时间:2011-10-20 09:38:22

标签: windows-services installutil

我正在尝试安装刚刚在Visual Studio 2008中创建的Windows服务.Install.log文件一次又一次地告诉我以下内容:

No public installers with the RunInstallerAttribute.Yes attribute could be found in the [correct path to my assembly] assembly.

我的服务有一个安装程序“serviceInstaller1”,它是Public并具有正确的服务名称。它还有一个serviceProcessInstaller1,它也是Public。

为什么InstallUtil无法在我的服务程序集中找到安装程序?

1 个答案:

答案 0 :(得分:-2)

当service.exe在C盘上时,一切正常。