mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-19 09:25:12 -04:00
[vhd] fix an issue when extracting WIM with 7z
* 7z has a quirk in that one MUST specify the image index when a WIM has multiple images, but the same index MUST be omitted if there is only one. * Because of this, Windows 7 Enterprise images reported a (nonfatal) extraction error when trying 7z. * Closes #680 * Also fix a typo in registry.h
This commit is contained in:
parent
3b8b7fb7be
commit
1f2b73dfac
4 changed files with 40 additions and 28 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Rufus: The Reliable USB Formatting Utility
|
||||
* Standard User I/O Routines (logging, status, etc.)
|
||||
* Copyright © 2011-2015 Pete Batard <pete@akeo.ie>
|
||||
* Copyright © 2011-2016 Pete Batard <pete@akeo.ie>
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue