VS.NET gives you a few canned dialogs you can add to the UI. The contents
set properties you can use for folders (you'd need a custom folder).
Advice: My attitude to these kinds of choices are that I'd rather the
installation just chose the "right" one. If the user picks a secured one
you'll get a security error unless running with Admin privilege, for
example. It depends on your clients of course, but developers are notorious
for building installations where every little thing has to have a choice to
be fiddled with.

Signature
Phil Wilson
[MVP Windows Installer]
> I've got a VS.NET installer project where I need to prompt the user
> for a path to use for a cache directory. I currently use one of the
[quoted text clipped - 12 lines]
>
> Thanks...Scott
Scott Zabolotzky - 26 Apr 2004 15:58 GMT
I know about the canned dialogs. Unfortunately none of them meet my
needs (I need a dialog like the Installation Folder dialog, with a
text box for manually typing in the folder and a Browse button for
selecting it with the mouse). Is there any way to use the built-in
Installation Folder dialog for custom purposes (rather than selecting
where the installer is going to copy the files)?
Scott
>VS.NET gives you a few canned dialogs you can add to the UI. The contents
>set properties you can use for folders (you'd need a custom folder).
[quoted text clipped - 20 lines]
>>
>> Thanks...Scott
Phil Wilson - 26 Apr 2004 18:14 GMT
The Windows Installer SDK will let you edit MSI files to do that, but I
suspect you don't want to go there. There are tools here that can add
dialogs, and there might be one that lets you add a dialog to an existing
MSI file.
http://www.installsite.org/pages/en/msi/authoring.htm

Signature
Phil Wilson [MVP Windows Installer]
----
> I know about the canned dialogs. Unfortunately none of them meet my
> needs (I need a dialog like the Installation Folder dialog, with a
[quoted text clipped - 29 lines]
> >>
> >> Thanks...Scott