|
-
Sep 2nd, 2010, 08:52 AM
#1
Thread Starter
Frenzied Member
Application Auto Update
Hi Peeps,
I have been asked if its possible for an application that sits on a network folder for multiple users and check online to see if there is a newer version. If there is prompt the user to download it and load the new version.
Thanks for any guidence,
Jiggy!
-
Sep 3rd, 2010, 05:31 AM
#2
Re: Application Auto Update
I would suggest that you look into ClickOnce deployment, which is what you're using if you publish your project in VS. It was created specifically to make deployment of Windows apps easier. You tell the app where and when to look for updates and it can automatically download them when they're available.
-
Sep 3rd, 2010, 06:14 AM
#3
Thread Starter
Frenzied Member
Re: Application Auto Update
Nice one; thank you very much. Is it part of the deploy in VS?
-
Sep 3rd, 2010, 12:39 PM
#4
Thread Starter
Frenzied Member
Re: Application Auto Update
Hi, I have been looking at the ClickOnce but I want each of my applications to do the check and if a new version is there ftp it down. It looks like the ClickOnce you have to go to a web link.
Any idease please?
Jiggy!
-
Sep 3rd, 2010, 12:45 PM
#5
Fanatic Member
Re: Application Auto Update
Hiya Jigabyte.
I think you've misunderstood how ClickOnce deployment works.
It works like something like this:
You deploy/publish your application to a webhost (via ftp) and you set the update location to the public URL. Then when you deploy the next version of your application (to the same paths and URLs), your application will automatically download these.
For example; lets say you deploy a project to
C:\xampp\htdocs\MyApplication1\
And set the update URL to
http://external_IP/MyApplication1/
The application will automatically download the new files when you deploy a new version to
C:\xampp\htdocs\MyApplication1\
(This example is on a local webserver but it works similar on an external webhost where you upload your files via eg. FTP)
-
Oct 6th, 2010, 10:44 AM
#6
Thread Starter
Frenzied Member
Re: Application Auto Update
Hi,
I have now got this working but my problem is how to add an access database and also I've been told it is user specific but this was from an article in 2006. I want it to install in c:\program files\app name and the if doesnt exist install \data\database.mdb
Is this possible?
Thanks for any help,
Jiggy!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|