I need to install a windows service using Visual Studio. The destination location for the installation is handled by the "DefaultLocation" property in the Visual Studio setup project. I used the [AppDataFolder] tag to install the application. As a result, it was installed in the folder "C: \ Users [username] \ AppData ** Roaming **". I cannot figure out how to change the "DefaultLocation" property so that the application is installed in the C: \ Users [username] \ AppData ** Local ** folder. Any idea how to do this?
c # installation visual-studio-2010
Michael
source share