[python-win32] Re: Folder Permissions - Inherit problem

2006-03-27 Thread Roger Upole
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

[python-win32] Distributing a Python app using MSI

2006-03-27 Thread Emlyn Jones
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

[python-win32] Folder Permissions - Inherit problem

2006-03-27 Thread Feiock, Dennis
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