Re: [DOTNET] Deployment of a windows service

2002-05-13 Thread Blain Timberlake
Huh...I didn't even get that note. :/ Something wonky with the list? =Blain -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Peter Foreman Sent: Monday, May 13, 2002 12:18 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Deployment of a windows se

Re: [DOTNET] Deployment of a windows service

2002-05-13 Thread Peter Foreman
--- Ted Faison <[EMAIL PROTECTED]> wrote: > For detailed information on creating and installing Windows Service > components, you might also want to check the new book > "Component-based Development in Visual C#". In the chapter on Services, it Hey, sounds good, who's the author? Oh, it's you.

Re: [DOTNET] Deployment of a windows service

2002-05-13 Thread Ted Faison
For detailed information on creating and installing Windows Service components, you might also want to check the new book "Component-based Development in Visual C#". In the chapter on Services, it shows how to create Installers for services. It also shows how to create Service Control Programs, wh

Re: [DOTNET] Deployment of a windows service

2002-05-10 Thread Kelly Summerlin
If you are using VS.Net it will create an installer class for your service for you. Bring up your server code so that you have the designer view, not the code view. Right click the designer window and you will see an option to Add Installer. This will create an installer class for your service. Y

Re: [DOTNET] Deployment of a windows service

2002-05-10 Thread Blain Timberlake
: Friday, May 10, 2002 2:35 AM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Deployment of a windows service Thought of using a commercial installation setup package? I suggest you have a look at the WISE product :-) Regards Thomas Tomiczek THONA Consulting Ltd. (Microsoft MVP C#/.NET

Re: [DOTNET] Deployment of a windows service

2002-05-09 Thread Thomas Tomiczek
To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Deployment of a windows service Steve, yeah I got that working great. I'm trying to create an install package will take care of that all for me though. I.e. just one .msi file that will install all the stuff it needs, AND install the service wit

Re: [DOTNET] Deployment of a windows service

2002-05-09 Thread Blain Timberlake
Blain -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Steve Holak Sent: Thursday, May 09, 2002 1:12 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Deployment of a windows service Blain , >From an article in one of last year's MSDN mags: "The

Re: [DOTNET] Deployment of a windows service

2002-05-09 Thread Blain Timberlake
ry for the inane question here. :) =Blain -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Marsh, Drew Sent: Thursday, May 09, 2002 1:01 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] Deployment of a windows service Blain Timberlake [mailto:[EMAIL PROTECT

Re: [DOTNET] Deployment of a windows service

2002-05-09 Thread Marsh, Drew
Blain Timberlake [mailto:[EMAIL PROTECTED]] wrote: > Has anyone done a deployment of a windows service in .net yet? > > From the help file it seems like I need to create a custom > action for my package, but I'm just getting my feet wet in > .net and not sure I know everything to do. > > To insta

Re: [DOTNET] Deployment of a windows service

2002-05-09 Thread Steve Holak
discussion Subject: Re: [DOTNET] Deployment of a windows service <[EMAIL PROTECTED]

[DOTNET] Deployment of a windows service

2002-05-09 Thread Blain Timberlake
Has anyone done a deployment of a windows service in .net yet? >From the help file it seems like I need to create a custom action for my package, but I'm just getting my feet wet in .net and not sure I know everything to do. To install the service from a .exe there is the installutil file that y