cyan Posted July 29, 2003 Posted July 29, 2003 If I have users connecting to a server daily, how can I have the user's pc detect whether an upgraded version of my VB.NET application exists on the server and if so then download it and re-install? All of this has to be done as automatically as possible because the users are not computer savvy and we don't want to confuse them. (The application has to be on the user pc because they will use it offline and there are over 1000 pc's that will use this application.) Any suggestions would be appreciated! Quote
mshadix Posted August 1, 2003 Posted August 1, 2003 According to one Microsoft document, I and tried this and it works, they suggest that you place the exe and dll's on the server, then your users use the internet explorer to access the program on the server. IE will take care of downloading what it needs to run the application. New dll's whatever. Downside is you have another window, (IE), open so your frame is smaller. And your users have to have the address of the directory on the server or some other URL. If you find a better way let me know. I also am searching for a better solution Quote
cyan Posted August 2, 2003 Author Posted August 2, 2003 That would be possible if the users were constantly connected to the server. However, they will connect to the server at a hotsite only once a day to receive email, etc. then drive away (the pc's are in their cars) and work on the application offline. So that's why it's necessary to download the application to the pc's. Quote
Administrators PlausiblyDamp Posted August 2, 2003 Administrators Posted August 2, 2003 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/updater.asp?frame=true maybe worth a read as well. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.