mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 14:05:22 -04:00
[wue] improve Windows version reporting from ISO/.wim
* Pick the version and build number directly from the install[.wim|.esd] XML index. This forces us to mount the ISO during scan, but it's the only way to get an accurate Build number... * Also drop linking to version.dll (along with the whole version.dll delay-loading shenanigans).
This commit is contained in:
parent
4d6c8b72d8
commit
8814944c35
11 changed files with 147 additions and 102 deletions
|
@ -30,3 +30,4 @@ BOOL ApplyWindowsCustomization(char drive_letter, int flags);
|
|||
int SetWinToGoIndex(void);
|
||||
BOOL SetupWinPE(char drive_letter);
|
||||
BOOL SetupWinToGo(DWORD DriveIndex, const char* drive_name, BOOL use_esp);
|
||||
BOOL PopulateWindowsVersion(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue