views:

44

answers:

2

I have a file created by installer as Administrator owner. Is there any API that can change the ownership of file on Vista?

+1  A: 

Here's an MSDN article describing how to do that: Taking Object Ownership in C++ (Windows)

ho1