Questions tagged [service-installer]
19 questions
0
votes
1 answer
Why ServiceInstaller is not available in my "WPF App(.NET Framework)" projetct?
I would like to install and uninstall a windows service programmably, But i can not use ServiceInstaller in my "WPF App(.NET Framework)" project.
Did i miss some references?
user13431110
0
votes
1 answer
InstallShield 2016 Pro, service won't install with multiple features
I've created a installer to publish a web application. That works without any issue. I've created a separate installer to install a windows service. That also works without any issue.
Since they are tightly related from a business perspective, I…

Jason
- 31
- 3
0
votes
0 answers
Service cannot be started. The service process could not connect to the service controller when start service
I create a service like this :
private SocketDataRepository socketRepository = new SocketDataRepository();
SerivceIPconfigRepository serivceIPconfigRepository=new SerivceIPconfigRepository();
public AsyncCallback pfnWorkerCallBack;
…

Ehsan Akbar
- 6,977
- 19
- 96
- 180
0
votes
1 answer
Set windows service account in config
I need to set the serviceaccount for a windows service in the config file. But I cannot access the config values in the installer. I read this question but I do not want to use install parameters. Is there any way to do this?
EDIT:
And I also tried…

Aditi
- 1,188
- 2
- 16
- 44