Then i want to limit the permissions to the file so the Users group will have no permissions on the file.
this is my code:
I tried various functions, with various parameters but nothing seems to strip the permissions from the Users group
SetOutPath $INSTDIR
File "try.txt"
AccessControl:😁isableFileInheritance "$INSTDIR\try.txt"
AccessControl::setOnFile \
"$INSTDIR\try.txt" "(S-1-5-32-545)" ""
Thanks