![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Dear Access gurus, May I know if it is possible to have a software update feature for Access application? |
#3
| |||
| |||
|
|
Dear Access gurus, May I know if it is possible to have a software update feature for Access application? |
#4
| |||
| |||
|
|
"klar" wrote in message news:f91490a4-5702-4ae6-b252-322ce012e655 (AT) r16g2000prr (DOT) googlegroups.com... Dear Access gurus, May I know if it is possible to have a software update feature for Access application? |
|
Yes I do this all the time. The users see this setup: http://www.kallal.ca/ridestutorialp/upgrade.html While I use a built in FTP library, for several years I used some real simple code, and just executed a application followhyperlink to a URL and then exited Access. The older code I used was: Application.FollowHyperlink "some url to my inno install" Application.Quit The above thus would start the download from the web site. The inno script I used for updating the application can be found in this article of mine: http://www.kallal.ca/RunTime/Index.html However, my software also have back up routines and other features, so I used a FTP and internet library. One library with much the same features as I used can be found here: http://access.mvps.org/access/modules/mdl0037.htm So you can use simple, or complex, but it not only common, but as noted, not really that hard if you use the inno scrip and the followhyperlink idea. |
#5
| |||
| |||
|
|
"klar" wrote in message news:f91490a4-5702-4ae6-b252-322ce012e655 (AT) r16g2000prr (DOT) googlegroups.com... Dear Access gurus, May I know if it is possible to have a software update feature for Access application? |
|
Yes I do this all the time. The users see this setup: http://www.kallal.ca/ridestutorialp/upgrade.html While I use a built in FTP library, for several years I used some real simple code, and just executed a application followhyperlink to a URL and then exited Access. The older code I used was: Application.FollowHyperlink "some url to my inno install" Application.Quit The above thus would start the download from the web site. The inno script I used for updating the application can be found in this article of mine: http://www.kallal.ca/RunTime/Index.html However, my software also have back up routines and other features, so I used a FTP and internet library. One library with much the same features as I used can be found here: http://access.mvps.org/access/modules/mdl0037.htm So you can use simple, or complex, but it not only common, but as noted, not really that hard if you use the inno scrip and the followhyperlink idea. |
#6
| |||
| |||
|
|
He just means that he has a "library" of routines to deal with FTP and the internet, similar to the link he gave to http://access.mvps.org/access/modules/mdl0037.htm |
| "PW" wrote in message news:atcke75odg6o2o9jvmgu4scigodsjiela8 (AT) 4ax (DOT) com... On Wed, 14 Dec 2011 16:46:11 -0700, "Albert D. Kallal" PleaseNOOOsPAMmkallal (AT) msn (DOT) com> wrote: "klar" wrote in message news:f91490a4-5702-4ae6-b252-322ce012e655 (AT) r16g2000prr (DOT) googlegroups.com... Dear Access gurus, May I know if it is possible to have a software update feature for Access application? Albert, What do you mean by "FTP Library" and "Internet Library"?? -paulw Yes I do this all the time. The users see this setup: http://www.kallal.ca/ridestutorialp/upgrade.html While I use a built in FTP library, for several years I used some real simple code, and just executed a application followhyperlink to a URL and then exited Access. The older code I used was: Application.FollowHyperlink "some url to my inno install" Application.Quit The above thus would start the download from the web site. The inno script I used for updating the application can be found in this article of mine: http://www.kallal.ca/RunTime/Index.html However, my software also have back up routines and other features, so I used a FTP and internet library. One library with much the same features as I used can be found here: http://access.mvps.org/access/modules/mdl0037.htm So you can use simple, or complex, but it not only common, but as noted, not really that hard if you use the inno scrip and the followhyperlink idea. |
#7
| |||
| |||
|
|
He just means that he has a "library" of routines to deal with FTP and the internet, similar to the link he gave to http://access.mvps.org/access/modules/mdl0037.htm |
#8
| |||
| |||
|
|
He just means that he has a "library" of routines to deal with FTP and the internet, similar to the link he gave to http://access.mvps.org/access/modules/mdl0037.htm |
![]() |
| Thread Tools | |
| Display Modes | |
| |