mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 11:28:26 -06:00
Windows: Correctly detect presence of CD/DVD recorder during the creation of Rescue Disk. Check only CD/DVD drives and removable media when looking for rescue disk during its verification.
This commit is contained in:
@@ -7779,7 +7779,7 @@ BOOL CALLBACK MainDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
|
||||
}
|
||||
|
||||
retryCDDriveCheck:
|
||||
if (!bDontVerifyRescueDisk && !BootEncObj->IsCDDrivePresent())
|
||||
if (!bDontVerifyRescueDisk && !BootEncObj->IsCDRecorderPresent())
|
||||
{
|
||||
char *multiChoiceStr[] = { 0, "CD_BURNER_NOT_PRESENT",
|
||||
"CD_BURNER_NOT_PRESENT_WILL_STORE_ISO",
|
||||
|
||||
Reference in New Issue
Block a user