Archive: How to set user access during installation


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


Try the Access Control Plugin or the User Manager plugin.

And you'll probably want to also make sure you have the proper rights to set permissions during the install. (For example, a normal 'user' won't be able to set permissions on other files.)