deploy windows service

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • gabe

    #1

    deploy windows service

    Does anyone have a resource for deploying a windows service? - creatng a
    setup project to deply a windows service project, getting InstallUtil.exe to
    execute (and reference the correct framework path) after the service is
    installed.

    gabe
  • gabe

    #2
    RE: deploy windows service

    nevermind. found the article i was looking for,
    http://msdn.microsoft.com/library/de...tml/vs05d1.asp

    "gabe" wrote:
    [color=blue]
    > Does anyone have a resource for deploying a windows service? - creatng a
    > setup project to deply a windows service project, getting InstallUtil.exe to
    > execute (and reference the correct framework path) after the service is
    > installed.
    >
    > gabe[/color]

    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: deploy windows service

      "gabe" <gabe@discussio ns.microsoft.co m> schrieb:[color=blue]
      > Does anyone have a resource for deploying a windows service? - creatng a
      > setup project to deply a windows service project, getting InstallUtil.exe
      > to
      > execute (and reference the correct framework path) after the service is
      > installed.[/color]

      HOW TO: Create a Setup Project for a Windows Service in Visual Basic .NET
      <URL:http://support.microso ft.com/?scid=kb;EN-US;317421>

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://classicvb.org/petition/>

      Comment

      Working...