![]() |
![]() |
![]() |
Check for Updates Anyone know of any good "drop-ins" that will allow me to add a "Check for Updates" feature to my app?
Edward
Currently looking at this to install/update a VB app. Since VB has some prerequisistes, I'm thinking of writing a web-based installer with NSIS which, unlike Inno, supports installs over the Net.
Frederic Faure
I don't know what language you are working in, but libcurl from curl.haxx.se makes doing a quick check pretty easy. If you have a predefined place on your web site where the application can check, it's trivially easy to snarf a file.
Clay Dowling
If the updates are pure data file updates, then it doesn't sound too difficult to code...
SC
Have a look at the Updater Application Block (free code).
Just me (Sir to you)
|