Support custom file operations during ISO extraction
Author: pbatardCreated Apr 28, 2014Updated Oct 22, 2024
Labelsenhancementdeferred
This could go something like this:
- User would create a text file with the same name as the ISO but with a specific extension. For instance, if you use
en_windows_8_1_x64_dvd_2707217.isoyou would create aen_windows_8_1_x64_dvd_2707217.rufor something in the same directory - The
.ruffile would contain simple commands like:
d /sources/cversion.ini
r /sources/boot.wim C:/mydir/myboot.wim
i C:/mydir/EI.cfg /sources/EI.cfgto delete, replace or insert a file onto the target USB during ISO extraction.
Source: pbatard/rufus