I am using VB.Net Express 2008, and would like to update a local Access database file I'm referencing in my application (i.e. "C:\[Path]...\AppDatabase .mdb")
How can I add to the update process (in addition to setup.exe) a way to automatically copy over the latest mdb file from where the application setup is saved on the network?
I'd basically like to run a simple VBScript to update this file before the application...