문제

I am trying to install a Windows service just created in Visual Studio 2008. The Install.log file tells me the following again and again:

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

My service has an installer "serviceInstaller1" which is Public and has the correct service name. It also has a serviceProcessInstaller1 that is also Public.

Why can't InstallUtil find the installer in my service assembly?

도움이 되었습니까?

해결책

Turns out everything works when the service.exe is on the C drive.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top