how to ask user to select a disk drive
During my installation I want to show a dialog (or some UI control) to let the user select a disk drive as the installation destination. But this must be a disk drive ONLY and it can't be a directory. The user is presented with all logical disk drives (like D: E:...) but won't be able to drill down. After the user makes the selection, the script gets the selection and continues. Appreciate it if someone can give me some help to write it. Thanks!!