I have written a simple windows service which will launch a exe specified in the onstart() method of the service. After starting the service the exe got launch
onstart()
Services are not interactive by definition, so you shouldn't expect any user interface elements to show when you launch an application from a service.
It's by design...