我有一個項目,其中包括2個窗口服務。我創建一個ProjectInstaller來安裝這些項目,這很好。但我有一個問題;根據下面定義的代碼,項目安裝程序如何知道爲serviceInstaller1安裝哪個服務以及爲serviceInstaller2安裝哪個服務? 它只是基於ServiceName嗎? [RunInstaller(true)]
public partial class Project
我的問題是: 當我嘗試安裝我的Windows服務我得到以下錯誤: 片段: ... No public installers with the RunInstallerAttribute.Yes attribute could be found in the <path to exe> assembly. ... 我遵循這個tutorial 我有一個包含一個Program.fs文件: [<RunIn