|
-
Mar 8th, 2007, 07:29 AM
#1
Thread Starter
Addicted Member
windows registry service
hi to all. i have developed one software. i want to automate the running of the software. so that it can easy to setting the condition one time(otherwise it will take more time to seting the user infromation).how to create the windows service for that. so plz help me for that. if anybody know plz help me.
With thanks
MMary
-
Mar 8th, 2007, 07:48 AM
#2
Hyperactive Member
Re: windows registry service
you might need to explain your situation some more.
-
Mar 8th, 2007, 07:53 AM
#3
Thread Starter
Addicted Member
Re: windows registry service
i want to create the windows service for my application. how to create the windows service and also, i need to register the windows service. how to do that?
plz if u know help me.
i want to run the application when the system is boot up.
with thanks and regards
MMary
-
Mar 8th, 2007, 12:01 PM
#4
Re: windows registry service
-
Mar 8th, 2007, 02:55 PM
#5
Re: windows registry service
To start an application, use System.Diagnostics.Process.Start
-
Mar 8th, 2007, 05:24 PM
#6
Re: windows registry service
It's still a little foggy exactly what you want. Are you saying that you want to turn your existing application into a service, or that you want to write a service to somehow control your existing application? If you mean the second option, what would this control involve? Are you saying that you just want to start your application when Windows starts, or that you want to run it at specific intervals, or something else?
-
Mar 9th, 2007, 12:17 AM
#7
Thread Starter
Addicted Member
Re: windows registry service
thank all for the reply. i want to create the window service for the existing application . i am clearly telling my situation. i have developed one software. fist time only(when i am running the software first time) i want to get the information from the user. next time onwards(when boot up or start up of the system), it will hidden some place and run automatically. user can't see the window. this is my situation. so, plz help me to solve the problems.
With thanks and Regards
MMary
-
Mar 14th, 2007, 08:49 AM
#8
Re: windows registry service
Create two applications. One can be the actual windows service (so the window is not visible), one serves as a configuration utility. Whenever your windows service starts, check to see if configuration values have been loaded and if they haven't, run the configuration utility for the user to fill out.
-
Mar 14th, 2007, 09:22 AM
#9
Thread Starter
Addicted Member
Re: windows registry service
thank u for ur reply.
With thanks and regards
MMary
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|