I want to give folder rights to one specific user (not user groups). I have seen multiple examples but it give rights to whole user group.
[Dirs]
Name: "{app}"; Permissions: users-full
http://www.jrsoftware.org/ishelp/index.php?topic=dirssection
I tried this, but I received an error
[Dirs]
Name: "{app}"; Permissions: John-full
Error on line 68 in D:\installer.iss: Parameter "Permissions" includes an unknown SID: "John"
Is it possible to give rights to one specific user (hard code string)?