Is it possible to set up a Visual Studio Installer - Setup project so that the generated Setup.msi can be installed without requiring administrator privileges, i.e. install the app for the local user only?
All of my files are placed in the User's Application Data Folder and I tried to completely remove the Application Folder from the File System view but Visual Studio won't let me do that. I don't modify any registry settings or anything else, that would require elevated permissions.
I checked all of the properties of the Deployment Project node but couldn't find any setting relating to UAC.