How do I decide which of my application's files go in Program Files (FOLDERID_ProgramFilesX64
) and which go in ProgramData? (FOLDERID_ProgramData
)? I don't understand what the reason is for splitting up my application's fixed files into these two categories or how I should decide which file goes in what.
For example - image files which my application displays, are they "program" or "data"?
Is there any problem with just putting everything under one or the other?
The application is installed for All Users and has no user-specific configuration files or data.