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 services
api).  Wix does not change a typical console application into a windows
service.  Wix is a set of tools to create MSI based installers.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/can-WiX-be-used-to-create-windows-service-for-any-console-application-tp7595731p7595735.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


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
> 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 installer for windows service
> application.
> 
> i did create installer for windows service for the console application, and
> while installing i get stuck in the middle
> 
> and after a while it shows following error:
> 
> Service failed to start. Verify that you have sufficient privileges to
> start system services
> --
> Open source business process management suite built on Java and Eclipse
> Turn processes into business applications with Bonita BPM Community Edition
> Quickly connect people, data, and systems into organized workflows
> Winner of BOSSIE, CODIE, OW2 and Gartner awards
> http://p.sf.net/sfu/Bonitasoft
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users