Visual Studio 2005 Setup project application folder default location on potentially non-existent volume - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T05:15:17Z http://stackoverflow.com/feeds/question/191669 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/191669/visual-studio-2005-setup-project-application-folder-default-location-on-potential 0 Visual Studio 2005 Setup project application folder default location on potentially non-existent volume fakeleft 2008-10-10T14:43:57Z 2009-11-20T00:00:04Z <p>I have a VS2005 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 installer craps out with the message "The volume d:\ is currently unavailable. Please select another.". Trouble is, you don't actually get a chance to select a different install location (on an existing volume). What settings should I use to enable the user of the installer to change the install path, while keeping the default as d:\some_folder?</p> http://stackoverflow.com/questions/191669/visual-studio-2005-setup-project-application-folder-default-location-on-potential/191686#191686 0 Answer by Mostlyharmless for Visual Studio 2005 Setup project application folder default location on potentially non-existent volume Mostlyharmless 2008-10-10T14:48:05Z 2008-10-10T14:48:05Z <p>I suppose there should be setups available which let you change the destination.</p> <p>Or you could use orca to add in a dialog box which specifies that. </p> <p>Or you could pass it in as a commandline argument if the user is on a commandline interface.</p>