PDA

View Full Version : Change/Set NTFS File Permissions?



NewsArchive
01-20-2006, 03:30 AM
Hi Friedrich,

I am wondering if there is any way to set the NTFS permissions on a folder
(e.g. the installation folder) during installation. Ideally I want to allow
full control to the 'everyone' group, or 'power users' or something along
those lines...

Regards,

--
__________________________________
Jeff Botwood
Product Development Manager
Data Design Services Ltd
Lakesbury Mews

Web: http://www.ddssoftware.co.uk

NewsArchive
01-20-2006, 03:30 AM
Jeff,

You can use the cacls command line tool to handle this.

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/cacls.mspx

BTW, we already have built-in functions in our internal source codes to
handle this from within the installer. This feature will be available
in one of the next SetupBuilder builds.

Friedrich

--
Friedrich Linder
CEO, Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 5

NewsArchive
01-21-2006, 05:53 AM
Thanks very much for that Friedrich

Jeff