Hello guys
I'm developing a small WFP + C# application that has a copy of Sqlite database for individual user preferences.
How do I insure that the software copies the database to individual user's AppData folder (eg: C:\Users\rajesh\AppData\Roaming\MySoftware\my.db) during the first run from the current installation path?
Please help