Hi everybody,
Sorry for my english, is not so good.
Please, i need to know how can i modify directory permissions in a directory created by installation script of nsis.
PS.: I create an instalation file for w2k. This installation file create an directory, this directory need permission to read and write of IIS or PWS user ( IUSR_MACHINENAME, i think ) and i don´t do that.
thanks, for all.
Vulpios
Directory permissions
2 posts
W2K cacls.exe utility sets user permissions to files and folders. You can run it using ExecShell(... SW_HIDE), nsExec plug-in - nsis\contrib\nsexec\, or my plug-in http://forums.winamp.com/showthread....hlight=execdos