C
Cory J. Laidlaw, Beyond01.com
I am trying to find an easy way to deploy my windows service (written in VB,
Visual studio 2008)
I have created my deployment project, and to the Service Project I added a
ServiceProcessInstaller and a ServiceInstaller by adding them to my toolbox
and then dragging them over to my main project. I then set all the properties
and told the serviceinstallers parent is the processinstaller. (note, I did
not add any code for these items)
I build the project, and get my output. I then run the setup program and it
creates the folders and installes the Executable under program files, but
does not install it as a service.(e.g. I can't see the service in the
Services control panel applet.)
I am sure I am doing somehting wrong here, but am clueless, and a newbie at
this.
Help is appreciated! Thanks!
Cory
Visual studio 2008)
I have created my deployment project, and to the Service Project I added a
ServiceProcessInstaller and a ServiceInstaller by adding them to my toolbox
and then dragging them over to my main project. I then set all the properties
and told the serviceinstallers parent is the processinstaller. (note, I did
not add any code for these items)
I build the project, and get my output. I then run the setup program and it
creates the folders and installes the Executable under program files, but
does not install it as a service.(e.g. I can't see the service in the
Services control panel applet.)
I am sure I am doing somehting wrong here, but am clueless, and a newbie at
this.
Help is appreciated! Thanks!
Cory