With the new Windows 7 restrictions (well, new to Windows Vista anyways), we can no longer install demo projects to *%ProgramFilesFolder%\OurApplication\demo\* since restricted users will not be able to open and modify these projects.
Is there a "correct" place to install these files now?
The two alternatives that I am aware of would be:
- %AppDataFolder%\OurApplication\demo\
- %PersonalFolder%\OurApplication\demo\
(in XP: %PersonalFolder% = My Documents)