Archive: script that utilizes a drive selector (USB) in place of the normal directory chooser


script that utilizes a drive selector (USB) in place of the normal directory chooser
sorry for my lack of knowledge with nsis, but i trying to something that is probably very basic. i have been trying to create a very basic script that simply displays a list of drives (USB drive preferred if easily possible) in place the directory chooser as the installation location. any script sample that can show this would get me past this hump...

btw, i have dabled with filefunc.nsh and a few other proposed solutions but the lack of my indepth nsis knowledge has prevented me from getting those to work...

---
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_LICENSE "License.txt"
#would like to have a page that displays a list drives (USB) for the installation location in place of below page
#!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH
---

thanka again, any help will be greatly appreciated....


Maybe a plugin that will that :\