Skip to content
⌘ NSIS Forum Archive

Exist chmod 777 ???

3 posts

hellblazer#

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
Comm@nder21#
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.