|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Jun 2004
Posts: 13
|
How to create directory with certain permission set in NSIS?
Hi all:
Anyone know how to create a directory with the ACL permission set at the directory creation time? I know I can create the directory first and then change the ACL but there is a security concern that requires me to create the directory with the ACL set at the creation time. Thanks! Allen |
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
You can manually call CreateDirectory with the System plug-in and pass the ACLs in the second parameter. You could also write a plug-in that'd do the same.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|