I am making a WPF app in .netframework 4.7.2 on a local db which is mysql I want to deploy this db local to my system to the clients machine ,exactly 6 computers There was already a Db in ms access and I had to create a new db and insert values into it I have modeled and designed the db on my system and also inserted the data column by column aprox its 9000 record plus validation so there is no question of going to my clients place and replicating the process
I do not wish to voilate the guidlines but I have two questions and both are related to each other, if these still violate the guidlines please edit it out
is there a way to include the mysql db in like a single setup.exe thats installs everything on all the systems (i have seen this in .net core but cannot find a way in .NF)
the target systems are diffrent two are windows 7 another is an 8 and rest are 10 mine is also windows 10, so will this method be compatible to all ( do i have to install .net framework or MySQL on the target systems )