G
Guest
Hi,
I need my program to save settings somewhere (.NET 2.0, Vista, XP). These
settings should be common for all users. I am going to save settings to
Environment.SpecialFolder.CommonApplicationData folder (which is
c:\ProgramData under Vista). I am going to create a folder <ProgramName>
under that folder and modify its account control to allow all users to
read/write into it.
Is it the right idea? Or is it not recommended?
I do not want to use settings feature of VS2005. My older project was saving
settings into Program Files\ProgramName folder. It's not a good idea any more
under Vista because of Virtualization, isn't it
Any response would be appreciated
Thank you,
Mikhail
I need my program to save settings somewhere (.NET 2.0, Vista, XP). These
settings should be common for all users. I am going to save settings to
Environment.SpecialFolder.CommonApplicationData folder (which is
c:\ProgramData under Vista). I am going to create a folder <ProgramName>
under that folder and modify its account control to allow all users to
read/write into it.
Is it the right idea? Or is it not recommended?
I do not want to use settings feature of VS2005. My older project was saving
settings into Program Files\ProgramName folder. It's not a good idea any more
under Vista because of Virtualization, isn't it
Any response would be appreciated
Thank you,
Mikhail