fd1
Posts: 21
Joined: Fri Sep 02, 2005 8:12 pm

Setting permissions

Hi,
I'm trying to set permissions on a folder for a user to have all permissions allowed (checked) except for "Full Control" (unchecked).
In the Permission dialog of Advanced Installer, what are the permissions I need to select and not select to accomplish this?
dorel
Posts: 25
Joined: Mon Oct 18, 2004 8:13 am

Hi,
Checking SPECIFIC_RIGHTS_ALL should be enough.
For detailed information about these flags visit http://msdn.microsoft.com/library/defau ... rights.asp in Platform SDK.

Regards
Dorel Pislan
Advanced Installer Team
http://www.advancedinstaller.com
fd1
Posts: 21
Joined: Fri Sep 02, 2005 8:12 pm

Thanks dorel
In addition to checking SPECIFIC_RIGHTS_ALL I had to also check GENERIC_WRITE and DELETE to get what I wanted.

Return to “Common Problems”