I\'m making an app that will be installed and run on multiple computers, my target is to make an empty local database file that is installed with the app and when user uses
What are you considering as a database? From what little you've provided in your question, I'd suggest SQLite.
You can get sample code from their site Sqlite.NET