Results 1 to 4 of 4

Thread: windows app and win service together ??

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2005
    Posts
    99

    Question 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 ?



  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2005
    Posts
    99

    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

  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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
  •  



Click Here to Expand Forum to Full Width