My application does not have to perform any administrative tasks, so I want a regular user account to be able to run it. The only thing my application reads and writes to the database file; if a user running Windows 7 (or Vista) installs my application on drive C, setting the default permission set for the drive does not allow my application to write data.
How can I allow my application to write in C :, without requiring full administrative rights?
source
share