Re: [WiX-users] can WiX be used to create windows service for any console application?

2014-07-09 Thread Phill Hogland
A console application is not a windows service, unless it implements code to support the windows services API. The error indicates that the SCM sent an event to the service and it did not respond (which makes sense if it was just a console app and did not have any code to support the windows servi

Re: [WiX-users] can WiX be used to create windows service for any console application?

2014-07-09 Thread Walt Dexter
You probably don't have sufficient permission. Try running your MSI as Administrator. On Jul 9, 2014, at 7:19 AM, Pritesh Acharya wrote: > I am new to WiX and I've been trying to use it to create a installer for a > basic console application which just prints hello world in console and > hang

[WiX-users] can WiX be used to create windows service for any console application?

2014-07-09 Thread Pritesh Acharya
I am new to WiX and I've been trying to use it to create a installer for a basic console application which just prints hello world in console and hangs there. My question is, can WiX be used to create windows service for any console application? I know that it can be used to create service install