1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00
rufus/res/loc
Pete Batard 0b1c68635a
[vhd] add experimental save to Full Flash Update (FFU) image support
* Full Flash Update (FFU) image support was added to dism with Windows 10 1709
  and is an alternate way to save a virtual hard disk for restoration.
* While more modern than VHD/VHDX, FFU creation only works for drives with file
  systems that Windows natively recognizes (FAT, NTFS) and that look like Windows
  installation media, so you can forget about FFU'ing a Linux disk.
* The other *intentional* drawback that Microsoft added is that they don't want
  anybody but themselves being able to create and restore FFU images, so, even
  as they have nice FfuApplyImage()/FfuCaptureImage() calls in FfuProvider.dll
  they have decided not to make these public.
* This means that, since we don't have time to spend on figuring and direct
  hooking internal DLL calls for x86_32, x86_64, ARM and ARM64 (and worrying
  that Microsoft may ever so slightly change their DLL between revs to break
  our hooks), we just call on dism.exe behind the scenes to create the FFU.
2023-07-03 23:57:04 +01:00
..
po [ui] change the log icon to something more explicit 2023-05-27 16:18:22 +01:00
pollock [loc] set up Windows Store listing translations (part 1) 2023-02-03 17:03:06 +00:00
test [loc] update for new translation round 2021-03-31 13:21:57 +01:00
ChangeLog.txt [dos] reinstate MS-DOS boot disk creation for Windows 10 and later platforms 2023-05-24 17:55:25 +01:00
embedded.sed [loc] set up Windows Store listing translations (part 1) 2023-02-03 17:03:06 +00:00
Makefile.am [misc] use $(srcdir) in Makefiles 2020-02-10 12:08:04 +00:00
Makefile.in [mingw] use delay loading for DLLs that are subject to side loading 2022-04-12 11:09:59 +01:00
rufus.loc [vhd] add experimental save to Full Flash Update (FFU) image support 2023-07-03 23:57:04 +01:00
translation_check.py [internal] reorganize localization resources 2018-07-16 16:38:40 +01:00