473,657 Members | 2,401 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 3218
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*********@bl uewin.chwrote in message
news:eV******** ******@TK2MSFTN GP02.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
1995
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 that this is the case that DNS names and IP addresses vary upon whether it works or not, however how can i get around using sessions live on the internet? and make them work>? Hope you guys can help
0
1411
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 information (in the database) for customer choosing.
3
2097
by: pkumar | last post by:
How to implement live update, like stock ticker updates shown in TV .
2
1422
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 be down to the web servers being on the DMZ, or perhaps some configuration value in the web.config file? Any help would really be appreciated as I am due to put the system live ASAP.
2
2256
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 to us a couple of months ago that some clients received application server errors at the moment we updated (if I remember correctly, they were sharing or process in use errrors). Since then, we've been paranoid about ensuring that there is no...
8
1792
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 should be bound reports that column X isn't found, or that the IListSource does not contain any datasources. We get the solution up again by restarting aspnet_wp. This may happen if aspnet_wp is at 40 mb or 400mb, so it's not memory related. The SQL...
2
1515
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 application and forms loaded quickly. The application is now ready to go live and using the linked table manager I have tried relinking the tables to the live BE. The tables (around 50) relink but it takes a while through the linked table...
2
2480
by: Jassim Rahma | last post by:
how can i make a live update feature for my application?
9
5996
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 improve this process. I can’t simply export to a fresh directory and upload all files because that won’t handle renames and deletions (and the upload will take forever anyway). I typically use WinMerge to find out what files changed but there’re...
0
8315
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8508
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8608
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7341
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6172
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5633
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4164
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4323
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1962
muto222
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.