I have to set ACL of "C:" folder (only this folder, not its subfolders!) to accept read/write from all users. Is it possibile by Inno setup script?
you can use icacls.exe from inno setup to set permissions
icacls.exe
try to execute the following with the Exec or shellexec functions in the inno-setup
icacls "C:" /grant Users:F
this might helpful, please check icacls Information
1.4m articles
1.4m replys
5 comments
57.0k users