I’m trying to compile a script that grants users full permission to a folder that I install
I tried using Permissions: users-full and Exec(‘icacls.exe’, ExpandConstant(‘{app}’) + ‘ /grant Users:F /t’, ”, SW_HIDE, ewWaitUntilTerminated, ResultCode); and It doesn’t change the permissions.
Does anyone have any idea?
I’m using Inno Setup 6.3.3
New contributor
Blas López Calero is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1