mirror of https://github.com/pbatard/rufus.git
Browse Source
[wue] add setup wrapper to add bypasses for in-place upgrades of Windows 11 24H2
[wue] add setup wrapper to add bypasses for in-place upgrades of Windows 11 24H2
* Per https://forums.mydigitallife.net/threads/win-11-boot-and-upgrade-fix-kit-v5-0-released.83724/ Windows 11 24H2 requires new registry bypasses to be applied to perform in-place upgrade on non officially supported platforms, and those need to be enacted before running setup.exe. * In order to streamline this, and because those registry bypasses require elevation, we rename setup.exe to setup.dll and add our own setup.exe wrapper to set the registry and then call the original setup.exe (through setup.dll). * See https://github.com/pbatard/rufus/issues/2568 * Also fix some MinGW build warnings. * Also fix the annoyance of TortoiseGit/Notepad++ altering the copyright symbol of rufus.rc.pull/2589/head

No known key found for this signature in database
GPG Key ID: 38E0CF5E69EDD671
12 changed files with 96 additions and 32 deletions
-
1_pre-commit.sh
-
30res/setup/readme.txt
-
3res/setup/setup.c
-
BINres/setup/setup_arm64.exe
-
BINres/setup/setup_x64.exe
-
2src/hash.c
-
33src/parser.c
-
2src/resource.h
-
10src/rufus.c
-
1src/rufus.h
-
14src/rufus.rc
-
30src/wue.c
Write
Preview
Loading…
Cancel
Save
Reference in new issue