Dennis Feiock wrote:
> When I tested using AddAccessAllowedAceEx on a folder, I noticed that the
> existing subfolders that have inheritance enabled do
> not automatically take on the added permission. When creating a new folder,
> it added the ACE as it should. Any suggestions?
> Here is the
> On 3/28/06, Emlyn Jones <[EMAIL PROTECTED]> wrote:
> > On 3/28/06, Mark Mc Mahon <[EMAIL PROTECTED]> wrote:
> > > Hi Emlyn,
> > >
> > > On 3/28/06, Emlyn Jones <[EMAIL PROTECTED]> wrote:
> > > > Hello,
> > > > This maybe better suited to the Distutils-SIG, but for now I'll try it
> > > > here.
>
Hi,
I am sure Mark Hammond or someone else knowledgable can answer - but I
am sure that there are registry entries for PyWin32 also (for all that
COM/OLE stuff :-)
I just did a quick search of my registry for win32com and that led me to...
HKEY_CLASSES_ROOT\Python.Interpreter
That looks like it
On 3/28/06, Mark Mc Mahon <[EMAIL PROTECTED]> wrote:
> Hi Emlyn,
>
> On 3/28/06, Emlyn Jones <[EMAIL PROTECTED]> wrote:
> > 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
> 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>