Dennis Feiock wrote:
> Hi all,
>
> I have been trying to write a script to backup/restore NTFS permissions.
> I have come across one problem.
>
> How can I set a folder to inherit its permissions? I am able to detect
> if a folder has inherited permissions by:
>
> 16 & ACE_FLAGS == 16
>
> Whe
Hello,
This maybe better suited to the Distutils-SIG, but for now I'll try it here.
I'm just wondering if anybody on this list has ever used the msilib functions
used to build the Python installer to build an MSI installer for their own
Python application. Sort of like distutils but to install sc
Hi all,
I have been trying to write a script to backup/restore NTFS
permissions. I have come across one problem.
How can I set a folder to inherit its permissions? I
am able to detect if a folder has inherited permissions by:
16 & ACE_FLAGS == 16
When I am stepping through them