Hi,

I want to lock the directory, but not the drive.

I have tried this, but it locks the dir and the drive:

! The Wizard Loop displays the dialog screens that the user sees in the
installation
Loop Wizard
Wizard Auto Break
If %_SB_DIALOGNEXTID% Equals "2" Then
Disable Control ID $DESTINATION_EDIT1$
Disable Control ID $DESTINATION_BROWSE$
End
End


Thanks,
René