I have done a little app in C# .Net and it uses a Access database. The app is finished but I have a little problem when I try to install it by install Shield. I did some research and the problem seems to be permissions. The database is short and is in the app folder (C:Programs/app Folder). In my PCs, I install and run it successfuly because I am the administrator of the system, but when I install it in other PCs the app can read data fom database but it can´t insert data.
My question is: How I can give permissions to write on database keeping the database on the app directory?
thanks in advance