If everyone had mysql 5 you could probably do it easy. Unfortunately.....
I just increment the version number by 0.0.1 for bugfixes and consolidate older version installs as time goes by.
Also. You should be putting your db codes between these vb functions.
PHP Code:
$db->hide_errors();
//code here
$db->show_errors();
Then it will do as you want if the user clicks "overwrites on". It will ignore all errors.