PDA

View Full Version : Permission on Installation Folder


lmenaria
6th February 2006, 09:31
Hello Everyone,

I have created a Installer pacakge using NSIS Script, I want to Add Network-Service Permission on That Installation Folder, How I added Security on that, pls Suggest Me.

Thanks
lMenaria

Comperio
7th February 2006, 03:25
You might be able to use the Access Control Plugin (http://nsis.sourceforge.net/AccessControl_plug-in) (The docs only mention files, though, so I'm not sure--may have to ask the author...)

Also, Windows includes a command line tool called Cacls (http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/cacls.mspx) that might help.