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?
相关问题
- How to restrict VOB read access in ClearCase (Wind
- Inno Setup - Run InstallUtil from .Net 4.5 Locatio
- Windows permissions on a directory: Mercurial - hg
- Is there an event or something i can use when a sh
- run powershell script from anywhere
相关文章
- window端口父进程PID查询
- In inno setup how to set the unins000.exe with pro
- Can you get the parent GTK window from a widget?
- How can I position the window's position on st
- Is it possible to create checkbox tree view in Inn
- How to add a region drop-down in Inno Setup?
- How to get the user login/logoff time by Python fo
- Signing installer of my program generated by Inno
you can use
icacls.exe
from inno setup to set permissionstry to execute the following with the Exec or shellexec functions in the inno-setup
this might helpful, please check icacls Information