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?
|
|
|
|
|
|
|
I suppose there should be setups available which let you change the destination. Or you could use orca to add in a dialog box which specifies that. Or you could pass it in as a commandline argument if the user is on a commandline interface. |
||||
|
