|
-
Oct 21st, 2005, 05:59 PM
#1
Thread Starter
Lively Member
windows app and win service together ??
Hi guys.....
I have 2 project:
one is a typical windows application (with forms)
the other one is a windows service.
both works fine with no errors.
My questions are:
Can I deploy an application that contain both projects?
How can I install the windows server during setup ?
-
Oct 21st, 2005, 09:15 PM
#2
Re: windows app and win service together ??
fasttrack,
You should start with an installer package to create your installation. You can deploy that contains both projects. To install the server basically all you need to do is register it as a service and windows will take care of the rest.
You could start with ********** and Inno Setup and go from there or use any of the many installers available.
-
Oct 22nd, 2005, 04:36 AM
#3
Thread Starter
Lively Member
Re: windows app and win service together ??
when you say..."register".... you mean installing the service ?
to install it manually I use installutil from .net command....
there is a way to install it during setup in automatic way without user action?
thank
-
Oct 22nd, 2005, 04:40 AM
#4
Re: windows app and win service together ??
fasttrack,
Of course there is. I don't know .net (you should have mentioned that in your heading). Search the .net forum.
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
|