First I will explain my problem. I am updating software to fit the needs for Windows 10 users. Currently we are using C:\ProgramData
to store Product databases and product pricing databases. Each quarter we release new version of the software that has updated product pricing databases and maybe a new and/or edited product database that the user installs. Should this data continue to be stored in ProgramData or should we switch it to store in C:\Users\user1\AppData
?
I have been looking through questions between the difference between Program Data and AppData. StackOverflow Question The data for the user downloading the software isn't customized so AppData doesn't seem like the correct place but would like this to be verified.
Thank you in advanced.