Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
34 views

Default location in VB 2008

I need to know how what to put in the box for DefaultLocation to put its files in "C:\My Documents" and create that folder if it doesnt exist. This folder is a custom folder added in and it has files ...
0
votes
1answer
2k views

What should be DefaultLocation property of VS2010 setup to install application in C:\Users\[username]\AppData\Local folder?

I have to install windows service using Visual Studio. Target location for the install is handled by “DefaultLocation” property in Visual Studio setup project. I had used [AppDataFolder] tag to ...
0
votes
2answers
4k views

Visual Studio 2005 Setup project application folder default location on potentially non-existent volume

I have a Visual Studio 2005 solution that includes a setup project. The setup project specifies "d:\somefolder" as the Application Folder DefaultLocation property. When installing on a machine ...