; @HomeDrive = Drive letter of drive containing current user's home directory. ; $here = path to CardTricks programLocal $illegal = StringLeft(@HomeDrive,1) & StringLeft(@SystemDir, 1) & StringLeft($here, 1)Do $card_drive = FileSelectFolder( "Select your SD Card drive - Please note that only 'Removable' or" & @CRLF & _ "'Unknown' (and 'Fixed' if selected) drive types will be" & @CRLF & _ "accepted; select Cancel if no drive selectable.", _ "::{20D04FE0-3AEA-1069-A2D8-08002B30309D}", 2, "", $cardmenu ) ; 'My Computer' If $card_drive = "" Then ExitLoop $card_drive = StringLeft($card_drive, 3) ; ignore selected subdir Switch DriveGetType($card_drive) Case "Removable", "Unknown" $acceptable = True Case "Fixed" If IsChecked($chk_fix_disk) Then $acceptable = True Else $acceptable = False EndIf Case Else $acceptable = False EndSwitchUntil ( StringInStr($illegal, StringLeft($card_drive, 1)) = 0 ) And $acceptable
i will refrain from more comments
How I reproduced this behavior
which OS are you using ?
That is a good boy, now you are starting to behave.
Windows XP Professional SP3 in real computer,
Windows 7 beta in virtual machine
Finally, do you know which key you pressed ?
So, you will be able to test the modified sdminst.exe safely ?
QuoteThat is a good boy, now you are starting to behave.I sincerely hope they find a cure for whatever you have soon.
gave it a quick try
Here is new version of the SDM installer.
Suggestion: make drive selection combobox read-only.