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」があります。また、パブリックでもあるserviceProcessInstaller1もあります。
InstallUtilがサービスアセンブリでインストーラーを見つけられないのはなぜですか?