in reply to Re^2: Win32API::Registry::RegGetKeySecurity how to unpack the structure of $pSecDesc? (misc)
in thread Win32API::Registry::RegGetKeySecurity how to unpack the structure of $pSecDesc?

Thank you. I'm already using TieRegistry and one thing I've not found there is SETTING desired permissions.

http://search.cpan.org/~jdb/libwin32-0.26/FileSecurity/FileSecurity.pm - can this help me?
  • Comment on Re^3: Win32API::Registry::RegGetKeySecurity how to unpack the structure of $pSecDesc? (misc)

Replies are listed 'Best First'.
Re^4: Win32API::Registry::RegGetKeySecurity how to unpack the structure of $pSecDesc? (misc)
by tye (Sage) on Jan 16, 2006 at 07:16 UTC

    You can call RegSetKeySecurity() on Win32::TieRegistry objects. No, Win32::FileSecurity only works on files, unfortunately.

    - tye