I have an app written in VB6 with a MDB database.
When installing the latest version if user has an older version than I would like to copy the old DB Folder(Program Files/AppName/DATA/) to the new installation instead of setting up the default DB.
The new version will be installed in a new folder Program Files/AppName2/DATA
if datafolder exists in program files/appName/DATA
copy datafolder to Program Files/AppName2/DATA
Any suggestions ?
Thank you
1 Answer