Hi I have this app A that when it is installed is creating the folder A in the Application Folder (c:\program files\). When A is running in Vista it is not permitted to add any files in the A folder. When A is running in XP then this problem does not exist. This is from what I have understood due to how the ACLs is set up differently on Vista/XP.
How can I make my application be permitted to write in the A folder on Vista aswell? I have heard something about principals, could this be a way or is there an even better (simpler) way to change the access control for the folder A (and grant my app write permission)?
