473,382 Members | 1,752 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,382 software developers and data experts.

Live Update Application guidlines

Hi all,
I am trying to do some work like the All antivirus software do. -i-e
LIVE UPDATE. for my software, wot is the starting point or any guidelines
to start this thing ... I always did the Server side stuff so have no
experience in such Windows application ... which will be running all the
time and will check the server periodically and will update my software if
any update found from the server...

any help would be highly appriciatable

thanks
aSIM.
Dec 4 '06 #1
3 3198
Hi,

Asim Qazi wrote:
Hi all,
I am trying to do some work like the All antivirus software do. -i-e
LIVE UPDATE. for my software, wot is the starting point or any guidelines
to start this thing ... I always did the Server side stuff so have no
experience in such Windows application ... which will be running all the
time and will check the server periodically and will update my software if
any update found from the server...

any help would be highly appriciatable

thanks
aSIM.
There are many ways to do that.

One possibility is to deploy your application using Microsoft's
ClickOnce. This relatively new deployment scheme allows an application
to be published to a website, and then downloaded and installed (using
IE). You can configure it so that it will check the server periodically
(there are different options, for example each time that the application
starts or that it stops, etc...). If a newer version is found, the user
can be asked if he wants to download and install it. You can even
specifiy a minimum version to run, to make an upgrade compulsory.
However, ClickOnce has limitations, for example you may not modifiy the
registry, the application is installed for the current user only, etc...

Another way is to use a web service that your application checks. Using
..NET, connecting to a web service is very easy using the web references.
So you can create a web service returning the application's last
version, and have your client application check this, and react accordingly.

I hope this gets you started.

HTH,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch
Dec 4 '06 #2
Hi Asim

Have a look at this document:
http://www.theserverside.net/tt/arti...UpdateAppBlock

Sam

Dec 4 '06 #3
thanks Friends, i will look into the provided guidelines. n will b back with
more problems :).

aSIM.

"Laurent Bugnion" <ga*********@bluewin.chwrote in message
news:eV**************@TK2MSFTNGP02.phx.gbl...
Hi,

Asim Qazi wrote:
Hi all,
I am trying to do some work like the All antivirus software do. -i-e
LIVE UPDATE. for my software, wot is the starting point or any
guidelines
to start this thing ... I always did the Server side stuff so have no
experience in such Windows application ... which will be running all the
time and will check the server periodically and will update my software
if
any update found from the server...

any help would be highly appriciatable

thanks
aSIM.

There are many ways to do that.

One possibility is to deploy your application using Microsoft's
ClickOnce. This relatively new deployment scheme allows an application
to be published to a website, and then downloaded and installed (using
IE). You can configure it so that it will check the server periodically
(there are different options, for example each time that the application
starts or that it stops, etc...). If a newer version is found, the user
can be asked if he wants to download and install it. You can even
specifiy a minimum version to run, to make an upgrade compulsory.
However, ClickOnce has limitations, for example you may not modifiy the
registry, the application is installed for the current user only, etc...

Another way is to use a web service that your application checks. Using
.NET, connecting to a web service is very easy using the web references.
So you can create a web service returning the application's last
version, and have your client application check this, and react
accordingly.
>
I hope this gets you started.

HTH,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch

Dec 5 '06 #4

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

Similar topics

14
by: Guy Hocking | last post by:
Hi there, I am having trouble with an ASP login that uses sessions to control access to certain pages. However the sessions are not being carried accross upon using response.redirect. I realise...
0
by: chan | last post by:
how to apply online update function into program (the effect just like Norton system work live update) The situation is below: I want to develop a program that contains some product...
3
by: pkumar | last post by:
How to implement live update, like stock ticker updates shown in TV .
2
by: Carl Howarth | last post by:
Sorry to repost, but I am fairly desparate to get this issue resolved! Please see below, when it hangs if I leave it long enough I get a 'General Network Error', or something similar. Could this...
2
by: Stephen Brown | last post by:
We've been using dotNet for a couple of years now and have been updating our live server by just overwriting (Explorer drag and drop) the aspx and assembly files until we had some errors reported...
8
by: Lars-Erik Aabech | last post by:
Hi! We've got an ASP.NET application that runs swell on development PC's and one live production server. Another prod. server though crashes a couple of times a week. Either something that...
2
by: Mark | last post by:
I have been developing a new application (FE on local drive) which is attached to tables in a BE on a server. For testing purposes I had a copy of the BE in the same folder as the live BE and the...
2
by: Jassim Rahma | last post by:
how can i make a live update feature for my application?
9
by: =?windows-1252?Q?=22=C1lvaro_G=2E_Vicario=22?= | last post by:
I’ve been using Subversion for a while to maintain the PHP web apps and sites I develop in my Windows box. But when I want to publish a new release I update the live site manually and I want to...
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
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:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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.