I want to create a Visual Studio 2010 setup project that deploys some files to a folder where my application can use it from. I want it so, that all users h
Visual Studio setup projects do not have a predefined folder for common Application Data. However, you can install files in it like this:
[CommonAppDataFolder]
During install CommonAppDataFolder will be automatically resolved by Windows Installer.