Skip to content
⌘ NSIS Forum Archive

List of all available folders in Destination Folder edit field.

3 posts

cam2009#

List of all available folders in Destination Folder edit field.

Hello,

In MUI_PAGE_DIRECTORY when you type, for example C:\, in Destination Folder edit field it gives a list of all available folders.

I created custom dialog instead of MUI_PAGE_DIRECTORY.
For an edit field I used:
${NSD_CreateDirRequest} 10u 15u 70% 14u $INSTDIR

The problem is that I do not get list of all available folders when I type in edit field.

Thank you