Questions tagged [serviceinstall]

18 questions
0
votes
1 answer

Create ServiceInstall in Wix on exe from unknown ahead path

I have a problem that I'd appropriate your assistance with . I'm using wix (with vs 2013) to create installer that does the following : Copy all files from folder A to folder B (both user editable) . If it contains some specific file create a…
maximbu
  • 19
  • 3
0
votes
0 answers

ServiceInstall does not successfully start mywindowsservice

I am trying to create a WIX installer that will install a Windows Service. For the Windows service, I create a service exactly how it's outlined http://tech.pro/tutorial/895/creating-a-simple-windows-service-in-csharp. In my wxs installer file, I…
loganwol
  • 97
  • 1
  • 9
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
1
2