문제

How can I change folder permissions on Windows using InstallAnywhere?

도움이 되었습니까?

해결책

Since nobody answered yet, I found a possible solution.

On Install menu, click on Add Action... | Execute Command.

Fill the Command Line field with:

takeown /r /d y /f "\my_folder\*"

Add another Execute Command Action with:

icacls "\my_folder" /t  /grant Everyone:F 

Anybody found a easier way to do that?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top