Archive: Exist chmod 777 ???


Exist chmod 777 ???
Hello all, I am new at this forum and new with Nsis installer too.
I am making a installer for my webapp on a IIS server, the problem is about directory permisions, that the installer when it completes the installation must respect the 777 permission that the directory has.

How can I force a directory to have the unix permission (chmod 777) directly from nsis installer?.

Best regards from Spain
Ricardo


while nsis installers only run on windows-systems, there's no possibility to work with chmod. if u want to set permissions, work with api calls using the system.dll plugin.


http://nsis.sourceforge.net/archive/...php?pageid=212