I have an application that is installed on Vista PC's by a user with elevated user rights (and administrator via UAC elevation prompt).
The installer writes some files to a folder in the %APPDATA% folder.
When the user (without elevated user rights) run the application, the files (and created folders) in the shared %APPDATA% (c:\ProgramData in Vista) not Accessible.
The files are written by a 3rd party component. If the component is used without elevated user rights, the files er accessible (and writable).
I have tried to change the access rights the files are written without luck.
Is there a way to make the files default access right full control for everyone?