|
-
Feb 8th, 2008, 02:20 AM
#1
Thread Starter
New Member
how to upgrade package via web
Hi ,
I have made an application in vb.net and now i want my users to upgrade the package via web , I mean i want them to update the package without reinstalling it.
so kindly suggest me better way to do this as i am not much aware in vb.net
Regards
-
Feb 8th, 2008, 12:34 PM
#2
Re: how to upgrade package via web
Well, can you give us more information regarding your package? What kind of application is it and how many components are there? What did you use to setup the package (ClickOnce?)?
-
Feb 11th, 2008, 12:14 AM
#3
Thread Starter
New Member
Re: how to upgrade package via web
Thanks !!!
This application is basically and vb.net application which fetch some data from a central server having public ip , so what i am looking for is if have added or modify some code in the application , how i can have user update their old application with my new build.
so is it possible that since its an public ip i can keep in some folder where that users will have access and application with download the updated file or build and install automatically so that users don't have to do the process of uninstall and install.
Regards
-
Feb 11th, 2008, 11:14 AM
#4
Re: how to upgrade package via web
 Originally Posted by digitaldxb
so is it possible that since its an public ip i can keep in some folder where that users will have access and application with download the updated file or build and install automatically so that users don't have to do the process of uninstall and install.
Yes and that will depend on what installation package you use, but it certainly is possible.
I'm not sure about ClickOnce (have never used it)
-
Feb 11th, 2008, 03:52 PM
#5
Re: how to upgrade package via web
ClickOnce can automatically check a site and download and install updates for the application. It's actually pretty nice (other than the fact that it puts the application into the app cache folder).
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
|