Questions tagged [defaultlocation]

6 questions
7
votes
1 answer

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 install the application. As the result, it has been…
Michael
  • 211
  • 2
  • 5
2
votes
0 answers

Appropriate location for daemons and launch agents

We're developing a system that consists of a daemon, a server and a gui launch agent. As each of these components are not launched by the user, I'd rather keep them out of the /Applications folder. We will not be distributing via the App…
TheDarkKnight
  • 27,181
  • 6
  • 55
  • 85
1
vote
1 answer

How to get installation path from setup project

I'm working with Visual Studio 2010, .NET4 C# and my solution has a setup project. As you probably know, the installation path of the program can be found in the properties of the application folder inside the File System Editor (DefaultLocation…
CodeMonkey
  • 11,196
  • 30
  • 112
  • 203
0
votes
1 answer

add own path to the targetpath during installation

I want to attach my own folder name to the "DefaultLocation" during msi installation (using VS 2005). Currently all programs installs at "C:\Program Files (x86)". I want to append some "xyz" path to the installation path during installation. So,…
0
votes
2 answers

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 without any partitions mapped to "d:", the resulting…
fakeleft
  • 2,830
  • 2
  • 30
  • 32
-1
votes
1 answer

Script to change the SQL Default database location in windows

Can someone help me with any script like windows script, BAT script or SQLcmd script for changing the default database location of SQL. I am using Windows