Jump to content











Changes in QuickPE 0.9.3

Version 0.9.3
  • 0.2
  • -make4.cmd will generate a winpe4.iso (using MS ADK)
  • -make3.cmd will generate a winpe3.iso (using MS AIK)
  • 0.3
  • -winre.cmd will generate a winre.iso (using local WINRE)
  • 0.4
  • -any files/folders in \pe_extra will be added in the wim file in the \tools folder
  • -winre.cmd renamed to make_re.cmd to be consistent with make_pe3.cmd and mape_pe4.cmd
  • -added setres to the zip file.
  • 0.5
  • -added make_re_from_iso.cmd which will generate a winpe iso based from a windows 7 or 8 iso.
  • -added make_re_from_dvd.cmd which will generate a winpe iso based from a windows 7 or 8 dvd.
  • -added a dpinst GUI so that one can easily load drivers from a driverspack.
  • 0.6
  • -added : compatibility with x64 hosts for winpe4
  • 0.7
  • -added : add-pack3.sample, add-pack4.sample (rename to cmd to add a winpe package in winpe3 or winpe4)
  • -added : _run_me.cmd as a main menu
  • 0.8
  • -added : x64 tinyshell
  • 0.9
  • -modified : reviewed code so that it fully works on x64 platforms
  • -added : add-drivers3.sample, add-drivers4.sample (rename to cmd to add a windows drivers in winpe3 or winpe4 from the drivers folder)
  • -updated : wimlib 1.6.1
  • -fixed : would not work with currentpath deeper than one folder. now using relative path with wimlib.
  • -updated : wimlib 1.6.3
  • -added : extra.sample (to be renamed to extra.cmd), will execute what ever batch you define before creating the iso
  • -updated : wimlib 1.7.7
  • -added : support for UEFI
  • -fixed : generated iso is UEFI compliant