Link to home
Start Free TrialLog in
Avatar of scorp8
scorp8Flag for United States of America

asked on

Version update

How do VB programs automatically update themselves when newer versions come out?

Is there a way to do this with an Access 2000 database???

Avatar of rspahitz
rspahitz
Flag of United States of America image

As far as I know, VB programs don't update themselves.  
The best you're likely to get is that their dependencies will get updated when a newer OCX or dll is installed by the user.

Since you mentioned Access, a project I'm working on will rely on the A-2000 DB for most of its updates--by design.  When we ship a new version of the DB, the customers will get the updates.
Avatar of scorp8

ASKER

I'm currently developing a db in A2K and the frontend will set locally, while the backend is on the network...  There will be version updates at least once every two to three weeks, and I don't want to go to every single persons terminal to update their copy on their local drive...  I'm working on a few things to update but not sure how it's going to work...

scorp8
ASKER CERTIFIED SOLUTION
Avatar of DennisBorg
DennisBorg

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Great idea, Dennis!

So to summarize:

Replace the Access link with a link to a Windows/VB program which:
* checks for updates
* downloads and installs those updates as necessary
* starts Access