You
can´t start a
GUI application from a service in Vista.
To display
GUI from service you must start a non visible application with the service and this application have to start the
GUI elements.
If you need data of interaction you have to implement communication between service and non-visible application e.g.
TCP.
[Service] <------> [Non-Visible-App] <------> [
GUI-App]