473,473 Members | 1,581 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

distributing windows services

I have written a windows service which I want to deploy company wide to all
machines. What is the best way to do this? Most users are remote users.

Any ideas are appreciated.
Nov 20 '05 #1
8 830
* "Brent Burkart" <Br***********@wvmb.com> scripsit:
I have written a windows service which I want to deploy company wide to all
machines. What is the best way to do this? Most users are remote users.


317421 - HOW TO: Create a Setup Project for a Windows Service in
Visual Basic .NET
<http://support.microsoft.com/?scid=kb;en-us;317421>

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet/>
Nov 20 '05 #2
Hey thanks, that helped a bunch.

Do you know of any examples on how to deploy this over the internet? In
other words, a "download button" to install all that needs to be installed.

Thanks
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:c1*************@ID-208219.news.uni-berlin.de...
* "Brent Burkart" <Br***********@wvmb.com> scripsit:
I have written a windows service which I want to deploy company wide to all machines. What is the best way to do this? Most users are remote
users.
317421 - HOW TO: Create a Setup Project for a Windows Service in
Visual Basic .NET
<http://support.microsoft.com/?scid=kb;en-us;317421>

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet/>

Nov 20 '05 #3
Brent,

* "Brent Burkart" <Br***********@wvmb.com> scripsit:
Do you know of any examples on how to deploy this over the internet? In
other words, a "download button" to install all that needs to be installed.


I feel sorry, I don't have any sample for doing that and I wouldn't
install a Windows Service from the internet ;-).

--
Herfried K. Wagner [MVP]
<http://dotnet.mvps.org/>
Website Address Changed!
Nov 20 '05 #4
I'm curious, why wouldn't you install a windows service from the internet?
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:c1*************@ID-208219.news.uni-berlin.de...
Brent,

* "Brent Burkart" <Br***********@wvmb.com> scripsit:
Do you know of any examples on how to deploy this over the internet? In
other words, a "download button" to install all that needs to be
installed.
I feel sorry, I don't have any sample for doing that and I wouldn't
install a Windows Service from the internet ;-).

--
Herfried K. Wagner [MVP]
<http://dotnet.mvps.org/>
Website Address Changed!

Nov 20 '05 #5
* "Brent Burkart" <Br***********@wvmb.com> scripsit:
I'm curious, why wouldn't you install a windows service from the internet?


I prefer installers.

:-)

--
Herfried K. Wagner [MVP]
<http://dotnet.mvps.org/>
Website Address Changed!
Nov 20 '05 #6
Brent,
Put a link to the .msi file itself on a web page.

Your users would need to click the above link, which will start Windows
Setup with the .msi file, and install your Windows Service.

Note: the .msi file is output from the Setup Project.

Hope this helps
Jay

"Brent Burkart" <Br***********@wvmb.com> wrote in message
news:O5**************@TK2MSFTNGP09.phx.gbl...
Hey thanks, that helped a bunch.

Do you know of any examples on how to deploy this over the internet? In
other words, a "download button" to install all that needs to be installed.
Thanks
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:c1*************@ID-208219.news.uni-berlin.de...
* "Brent Burkart" <Br***********@wvmb.com> scripsit:
I have written a windows service which I want to deploy company wide
to
all machines. What is the best way to do this? Most users are remote

users.

317421 - HOW TO: Create a Setup Project for a Windows Service in
Visual Basic .NET
<http://support.microsoft.com/?scid=kb;en-us;317421>

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet/>


Nov 20 '05 #7
Jay,

I would also like to redistribute the .NET framework. I was attempting to
put a setup together with a Bootstrapper. But because there is an
accompanying settings file, I was not sure how to do this on a web page.

Have you experienced this before?

Thanks,
Brent
"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Brent,
Put a link to the .msi file itself on a web page.

Your users would need to click the above link, which will start Windows
Setup with the .msi file, and install your Windows Service.

Note: the .msi file is output from the Setup Project.

Hope this helps
Jay

"Brent Burkart" <Br***********@wvmb.com> wrote in message
news:O5**************@TK2MSFTNGP09.phx.gbl...
Hey thanks, that helped a bunch.

Do you know of any examples on how to deploy this over the internet? In
other words, a "download button" to install all that needs to be

installed.

Thanks
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:c1*************@ID-208219.news.uni-berlin.de...
* "Brent Burkart" <Br***********@wvmb.com> scripsit:
> I have written a windows service which I want to deploy company wide

to
all
> machines. What is the best way to do this? Most users are remote

users.

317421 - HOW TO: Create a Setup Project for a Windows Service in
Visual Basic .NET
<http://support.microsoft.com/?scid=kb;en-us;317421>

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet/>



Nov 20 '05 #8
Brent,
To the best of my knowledge the Bootstrapper is for CD-ROM distribution not
Web Page.

I would suggest two links on the page 1. Framework, 2. Windows Service.

Of course I would also include detailed instructions on what to do with the
above 2 links...

Hope this helps
Jay

"Brent Burkart" <Br***********@wvmb.com> wrote in message
news:ee**************@TK2MSFTNGP10.phx.gbl...
Jay,

I would also like to redistribute the .NET framework. I was attempting to
put a setup together with a Bootstrapper. But because there is an
accompanying settings file, I was not sure how to do this on a web page.

Have you experienced this before?

Thanks,
Brent
"Jay B. Harlow [MVP - Outlook]" <Ja************@msn.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Brent,
Put a link to the .msi file itself on a web page.

Your users would need to click the above link, which will start Windows
Setup with the .msi file, and install your Windows Service.

Note: the .msi file is output from the Setup Project.

Hope this helps
Jay

"Brent Burkart" <Br***********@wvmb.com> wrote in message
news:O5**************@TK2MSFTNGP09.phx.gbl...
Hey thanks, that helped a bunch.

Do you know of any examples on how to deploy this over the internet? In other words, a "download button" to install all that needs to be

installed.

Thanks
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:c1*************@ID-208219.news.uni-berlin.de...
> * "Brent Burkart" <Br***********@wvmb.com> scripsit:
> > I have written a windows service which I want to deploy company
wide to
all
> > machines. What is the best way to do this? Most users are remote
users.
>
> 317421 - HOW TO: Create a Setup Project for a Windows Service in
> Visual Basic .NET
> <http://support.microsoft.com/?scid=kb;en-us;317421>
>
> --
> Herfried K. Wagner [MVP]
> <http://www.mvps.org/dotnet/>



Nov 20 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Rick | last post by:
Hi all, I am writing a small PHP accounting and office management application and would like to learn how to "package" it for distribution. It requires the use of a small MySQL database which is...
5
by: NEWS | last post by:
Can I install Python on a networked server and have any user run Python programs without having to go through the 9Mb client install? What are my options for distributing Python programs to my...
2
by: Job Lot | last post by:
I have created an application which creates a financial plan for our customers. Now my financial planner wants to distribute a copy of application to our customer with their respective plans and...
0
by: BorisDotNet | last post by:
Hi there I think I've seen an article recently on how to use Automatic Windows Update Services to distribute and apply updates to .NET applications. But now when I need it I can't find the...
2
by: John Welch | last post by:
It happens much too often that I have to tell a client how to fix up missing references when I send them an application, especially if the client is distributing it to different users. It makes me...
0
by: BallCOMET | last post by:
I have an application that I built with Visual Studio 2005 and for which I enabled OpenMP. If I open the compiled binary in Visual Studio, this is the manifest that is embedded in the executable...
11
by: Tina I | last post by:
Hi list, Is there a preferred way to distribute programs that depends on third party modules like PyQt, Beautifulsoup etc? I have used setuptools and just having the setup script check for the...
0
AmberJain
by: AmberJain | last post by:
Windows Autorun FAQs: Overview NOTE- This complete article on "Windows Autorun FAQs" applies theoretically to all Windows NT-based OSes till Windows Vista (and probably Vista's successors too)....
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.