I have a .exe Setup file which i created using Microsoft Setup and Deployment application.Now as per my requirement i have to add my database backup file also along with the setup So that while installing backup file should also be stored in the database.
I have the tested codes of the restoring mysql database using c# but that is from the hardcoded path to find the backup.If it is in Setup what filepath name i can give to restore .
Please help me..