mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-19 01:15:12 -04:00
[iso] add download & replace of obsolete vesamenu.c32
* adds http/https download capabilities * closes #46
This commit is contained in:
parent
e0f209a128
commit
7426573dc1
16 changed files with 1042 additions and 83 deletions
|
@ -760,11 +760,12 @@ DWORD WINAPI FormatThread(LPVOID param)
|
|||
// Issue another complete remount before we exit, to ensure we're clean
|
||||
RemountVolume(drive_name[0]);
|
||||
// NTFS fixup (WinPE/AIK images don't seem to boot without an extra checkdisk)
|
||||
if ((dt == DT_ISO) && (fs = FS_NTFS))
|
||||
if ((dt == DT_ISO) && (fs == FS_NTFS))
|
||||
CheckDisk(drive_name[0]);
|
||||
}
|
||||
|
||||
out:
|
||||
SendMessage(hISOProgressDlg, UM_ISO_EXIT, 0, 0);
|
||||
safe_unlockclose(hLogicalVolume);
|
||||
safe_unlockclose(hPhysicalDrive);
|
||||
PostMessage(hMainDialog, UM_FORMAT_COMPLETED, 0, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue