I developed a windows form project in vb net where I use EF 6 to make code first of the database. What I want to do is that every time I install the system on a new computer, when the main menu is executed, the migration is executed so that the database is Recreate using EF's code first any ideas?