With the new Windows 7 restrictions (well, new to Windows Vista anyways), we can no longer install demo projects to %ProgramFilesFolder%OurApplicationdemo 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%OurApplicationdemo
- %PersonalFolder%OurApplicationdemo
(in XP: %PersonalFolder% = My Documents)