Application installed using NSIS should accessed by all users -



Application installed using NSIS should accessed by all users -

i have application uses sql server database. have created installer installs sql server , application , created database on server. need on 1 scheme multiple users should access same application different logins. how that? sql server installed users.

you need utilize accesscontrol plugin grant access:

accesscontrol::grantonfile "$instdir\database.db" "(s-1-5-32-545)" "genericread + genericwrite" ; s-1-5-32-545 builtin\users. access rights fullaccess etc

nsis multi-user

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

c# - Create a Notification Object (Email or Page) At Run Time -- Dependency Injection or Factory -

Set Up Of Common Name Of SSL Certificate To Protect Plesk Panel -