Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 InstallAnywhere 在 Windows 上更改文件夹权限?
由于还没有人回答,我找到了一个可能的解决方案。
在Install菜单上,单击Add Action...| Execute Command.
Install
Add Action...
Execute Command
填写该Command Line字段:
Command Line
takeown /r /d y /f "\my_folder\*"
添加另一个执行命令操作:
icacls "\my_folder" /t /grant Everyone:F
有人找到更简单的方法吗?