Hi, my installer puts a file in CSIDL_COMMON_APPDATA/Company/data - wonderful. When my program runs, I'm going to overwrite the file, but I get 'access denied' error.

Vista lets my program create the file if it doesn't already exist.

How do I install this data file with write access?

Thanks