From 52c7445a795a623bc326699a5c465e8fa5294425 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 15 Sep 2015 23:12:56 +0200 Subject: 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. --- src/Format/Tcformat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Format') diff --git a/src/Format/Tcformat.c b/src/Format/Tcformat.c index 7dd34196..54196dee 100644 --- a/src/Format/Tcformat.c +++ b/src/Format/Tcformat.c @@ -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", -- cgit v1.2.3