سؤال

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