Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想以编程方式安装和卸载 Windows 服务,但我无法在我的“WPF App(.NET Framework)”项目中使用ServiceInstaller 。
我错过了一些参考资料吗?
在以 .NET Framework 为目标的项目中,您应该System.ServiceProcess在 Project->Add Reference->Assemblies->Framework 下添加对的引用。
System.ServiceProcess
该类ServiceInstaller在 .NET Core 或 .NET 5 中不可用。
ServiceInstaller