Я пытаюсь установить службу windows с помощью настройки windows. На полпути установка зависает и никогда не завершается.
After a few minutes (4-5 mins) it throws the following error.
verify that you have enough privileges to start system services
The install.log is stuck at here.
Service1.cs class
public partial class Service1 : ServiceBase
{
public Service1()
{
InitializeComponent();
ServiceName = "MSPmateAgentService";
}
protected override void OnStart(string[] args)
{
}
protected override void OnStop()
{
}
}
product.wxs file
<?xml version="1.0" encoding="UTF-8"?>
WixSetUpProject НЕ установлен
Я что-то здесь пропустил?