How to set user access during installation
Hi.
I am working on the .NET project, which uses database file (firebird embeded). After installation on WinXP it works only for user, which installed that software. Another users don't have rights for writing. (group users has only access for executing and reading).
I have tried to move DB file into application data folder for all users but the same results.
However I need to set on that one file access for writing also.
How can I set those access permissions with using NSIS?
heartfelt thanks