View Single Post
  #2 (permalink)  
Old 02-12-2007, 10:01 AM
vovan
Newsgroup Contributor
 
Posts: n/a
Re: Windows Service Registration

I was able to register the service by using cmd (run as Administrator). But
due to the number of typed characters (cannot use copy/paste in DOS) and
inconvenience I'm still looking for a simpler way to register my service.
Thank you

Vovan

"vovan" <someone@vovan.com> wrote in message
news:OQF90jsTHHA.1552@TK2MSFTNGP05.phx.gbl...[color=blue]
>I created Windows Service in VB 2005.
> Using InstallUtil.exe I register it on any machine with Windows XP,
> Windows 2003 Server without any problem. I even never had to learn that
> process. After registration I see a couple of new files in the folder
> where I have My Service EXE file (MSFaxListener.exe).
> Their names are MSFaxListener.InstallLog and MSFaxListener.InstallState.
> In the list of Services I see MSFaxListener service.
>
> I tried to install my service on the machine with Vista Business. DOS
> window appears for a portion of second. New files do not appear in
> MyServices folder and there is no MSFaxListener service in the list of
> registered services.
> I checked permissions on MyServices Folder. Everything looks OK.
>
> What am I missing? How do I register Windows Service on Vista machine?
>
> Vovan
>
>[/color]


Reply With Quote

 
Old 02-12-2007, 10:01 AM