473,385 Members | 1,445 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Auto updaters

Hey guys

When you get software on your machine that does this.

1) You load the software
2) it connects to its server
3) You get a message saying 'a new version of this software exists click to
download'
4) you click to download and then it downloads all the files updates your
software and then loads the app

I have that requirement for my software so that it can auto update itself.

Can anyone point me in the right direction? Give me tips? Explain the best
method for implementing this, how it works etc? Any help or advice would be
great thanks

D
Aug 17 '06 #1
4 1326
Have you looked at ClickOnce deployment? Else the updater block?

For the latter, consider
http://www.microsoft.com/downloads/d...displaylang=en
or http://www.codeproject.com/csharp/Va...daterBlock.asp, but the former
(ClickOnce) takes away most of the pain.

Marc
Aug 17 '06 #2

This is what you are looking for :

http://msdn.microsoft.com/library/de.../updaterv2.asp

Steph.
"Daniel" <Da*****@vestryonline.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
Hey guys

When you get software on your machine that does this.

1) You load the software
2) it connects to its server
3) You get a message saying 'a new version of this software exists click
to
download'
4) you click to download and then it downloads all the files updates your
software and then loads the app

I have that requirement for my software so that it can auto update itself.

Can anyone point me in the right direction? Give me tips? Explain the best
method for implementing this, how it works etc? Any help or advice would
be
great thanks

D


Aug 17 '06 #3
To The Steph,

I use net framework 2.0 not 1.1 There is a newer enterprise block download
for .net 2.0 however it does not have a deployment block. Any ideas? I cant
find it anywhere, is this only available if you are using the 1.1 framework
or is it backwards compatible and i need to install both?

Thanks for your help

"Daniel" <Da*****@vestryonline.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
Hey guys

When you get software on your machine that does this.

1) You load the software
2) it connects to its server
3) You get a message saying 'a new version of this software exists click
to download'
4) you click to download and then it downloads all the files updates your
software and then loads the app

I have that requirement for my software so that it can auto update itself.

Can anyone point me in the right direction? Give me tips? Explain the best
method for implementing this, how it works etc? Any help or advice would
be great thanks

D

Aug 17 '06 #4
Marc

I misunderstood, just looked up ClickOnce which is for .net 2.0 and is the
replacement for the updaterblock. I will look into that, thanks for the
pointer.
"Daniel" <Da*****@vestryonline.comwrote in message
news:u5**************@TK2MSFTNGP03.phx.gbl...
To The Steph,

I use net framework 2.0 not 1.1 There is a newer enterprise block download
for .net 2.0 however it does not have a deployment block. Any ideas? I
cant find it anywhere, is this only available if you are using the 1.1
framework or is it backwards compatible and i need to install both?

Thanks for your help

"Daniel" <Da*****@vestryonline.comwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
>Hey guys

When you get software on your machine that does this.

1) You load the software
2) it connects to its server
3) You get a message saying 'a new version of this software exists click
to download'
4) you click to download and then it downloads all the files updates your
software and then loads the app

I have that requirement for my software so that it can auto update
itself.

Can anyone point me in the right direction? Give me tips? Explain the
best method for implementing this, how it works etc? Any help or advice
would be great thanks

D


Aug 17 '06 #5

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

Similar topics

2
by: Manlio Perillo | last post by:
Hi. This post follows "does python have useless destructors". I'm not an expert, so I hope what I will write is meaningfull and clear. Actually in Python there is no possibility to write code...
1
by: Glabbeek | last post by:
I'm changing the layout of my site. Instead of using tables, I will use DIVs. It's working fine, except for 1 thing: In IE6 some DIVs are not the correct width. Mozilla and Opera are showing the...
20
by: Vijay Kumar R. Zanvar | last post by:
Hello, Unlike register, auto keyword can not be used to declare formal parameter(s). Is there any specific reason for this? Kind regards, Vijay Kumar R. Zanvar
6
by: Alpha | last post by:
I retrieve a table with only 2 columns. One is a auto-generated primary key column and the 2nd is a string. When I add a new row to the dataset to be updated back to the database. What should I...
5
by: Samuel | last post by:
Hi, I am running into a problem of mixing UICulture = auto and allowing users to select culture using a dropdown list. I am detecting a querystring, "setlang", and when found, setting the...
17
by: Dino M. Buljubasic | last post by:
I am building an applicatin that will be able to automatically update itself from an FTP server. I'd like to be able to determine which version of application is newer, the one currently running...
5
by: marfi95 | last post by:
I want to implement into my application a mechanism to retrieve the "latest updates" to my app. I'm looking for various ways to accomplish this and how to get around the fact that you are running...
5
by: maya | last post by:
at work they decided to center divs thus: body {text-align:center} #content {width: 612px; text-align:left; margin: 0 auto 0 auto; } this works fine in IE & FF, EXCEPT in FF it doesn't work if...
21
by: JOYCE | last post by:
Look the subject,that's my problem! I hope someone can help me, thanks
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...

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.