Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)sirchrisDecember 22, 2004 at 7:46 PM#File/Folder PermissionsHow can you set file permissions and folder permissions and hopefully all files/folders ina tree recursively with NSIS?
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)JoelDecember 22, 2004 at 11:37 PM#How about System plugin with SetFileAttributes .
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)flizebogenDecember 23, 2004 at 5:55 AM#As KichiK mentioned in a previous post there is a powerful command line tool called SetACL. You can find it here: http://setacl.sourceforge.net/ I used it several times and it worked very well. Remember that you need admin privilegues to use it!!!
Abstract Avatars for All Creative Profile UseMatt Houserhttps://www.figma.com/community/file/1249154526125777853https://creativecommons.org/licenses/by/4.0/Remix of “Abstract Avatars for All Creative Profile Use” (https://www.figma.com/community/file/1249154526125777853) by “Matt Houser”, licensed under “CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)TakhirDecember 23, 2004 at 7:16 AM#Please note. http://setacl.sourceforge.net/ : Requirements SetACL works on all Windows NT based operating systems from Windows 2000 onwards. The newer, the better. MSDN: Windows NT: Requires version 3.1 or later. Windows: Unsupported. Windows CE: Unsupported.