L
LLcoolQ
I have a desktop application that is distributed to our clients and
has been working for the past few years.
I now have a requirement for an application to start up at windows
startup so that it is running before a user log on. I'm think that a
Windows Service will work.
However, here are some things this application currently does and I am
not sure all of them are supported via a service:
1) Desktop Interaction. Though this is an unattended application,
there can be desktop interaction for changing settings, etc. I think
I can do this by allowing desktop interaction
2) Internet access. This application connects to a Secure FTP server
to see if there are any files to be distributed. At the point that
the login dialog is displayed, does the machine have access to the
internet?
3) Printing - This app has an option to print files as they are
downloaded from the SFTP Server. Are printers available at the point
that the login dialog is displayed.
4) ProcessStartInfo- This application calls an executable to convert a
PDF to Postscript. Can this be done form a service?
As for Application settings, they are currently embedded in the
application. If a service can do all of the above, i am thinking of
creating a second executable just for the purposes of configuration.
Thoughts on any of this? Thanx.....Jay
has been working for the past few years.
I now have a requirement for an application to start up at windows
startup so that it is running before a user log on. I'm think that a
Windows Service will work.
However, here are some things this application currently does and I am
not sure all of them are supported via a service:
1) Desktop Interaction. Though this is an unattended application,
there can be desktop interaction for changing settings, etc. I think
I can do this by allowing desktop interaction
2) Internet access. This application connects to a Secure FTP server
to see if there are any files to be distributed. At the point that
the login dialog is displayed, does the machine have access to the
internet?
3) Printing - This app has an option to print files as they are
downloaded from the SFTP Server. Are printers available at the point
that the login dialog is displayed.
4) ProcessStartInfo- This application calls an executable to convert a
PDF to Postscript. Can this be done form a service?
As for Application settings, they are currently embedded in the
application. If a service can do all of the above, i am thinking of
creating a second executable just for the purposes of configuration.
Thoughts on any of this? Thanx.....Jay