Jump to content

JFX

Member
  • Posts

    1,276
  • Joined

  • Last visited

  • Days Won

    7
  • Donations

    0.00 USD 

Everything posted by JFX

  1. @wimb There are 2 ini files. Tools\WimBootCompress.ini is only used for wimboot/compact applies Tools\WimScript.ini is used for capturing of WIM file.
  2. PinningFolderList is about STORAGE_TIER_CLASS. The files will get performance class. Microsoft is using WimBootCompress.ini for everything, mine is fine for what it's used. @jaclaz Nah, I've a paranoid backup solution, no need to release the source code.
  3. No, for command line you need to add -wimlib.
  4. If I recall correctly there were 2 problems: the UUP apply and the "registry save bug" that only occurred on x86 systems. First one seems to be gone with newer wimgapi.dll but the second one still remains.
  5. Yes, for applying a wim wimgapi is the best solution. Now it even have multi core decompression and supporting "recent" settings like "PinningFolderList". For Capture of course wimlib is much faster so I added a new setting: [Options] UseWimLIB=2
  6. Thanks for the info's, so it will be Bootice version 1.3.3.2. Very sad the he lost the source code, but on the other side good as I though he would have lost interest.
  7. I'll consider adding these 2 to the Final version. Just don't recommend wimlib for apply cases that wimgapi can do. But for BOOTICE i'll prefer a different version. Unless someone can show me a reproducer for a bug that did not exist in 1.3.3.2.
  8. Re-Updated. Should be fixed.
  9. Ok, try beta 6.
  10. Will see about that, but it was never thought to unset already set options. It's unusual that someone uses 2 ini files or actually setup 2 systems in 1 run.
  11. Well, you can remove the first mentioned issue about extended attributes. They are supported by wimgapi and wimlib since a while.
  12. I've updated Beta 5 with command line option. It's similar to imagex.exe. WinNTSetup_x64 capture C:\ X:\install.wim "Name" "Description" -compress lzx -silent or a console version WinNTSetup_x64 capture-cli C:\ X:\install.wim "Name" "Description" -compress lzx -silent -silent switch will automatically close WinNTSetup after capture.
  13. No, there is currently no command line option for capture.
  14. You, right I have removed the replace message in Beta 5. LZMS compressed SWM files are now excluded for multi core applying.
  15. Hmm, this error is properly caused by the multi core decompression used in beta 4. You can disable it in the ini with. [Options] UseMultiCore=0 Can you send me the links for these *swm?
  16. Thanks, reuploaded Beta4 with Italian Translation and a crash fix.
  17. Hi, Sergei. same place, Tools\Win10Builds.ini. You can edit the ini file to your liking.
  18. Version 4 uses half of your CPUs physical cores, which seems the be the best trade off. Using all cores would make the system unusable and it's unlikely that the destination drive is fast enough to actually write all the data in time. @wimb I can't really spot the cause, it never happens with debugger on, so I hope Beta 4 now fixes this bug.
  19. Thanks, It should now be fixed in Beta 3.
  20. Smiley is for the secure boot state. Disabled, enabled or if no smiley the EFI does not support this "feature".
  21. Beta 2 is ready, should fix all mentioned problems.
  22. I've written my own code, but creating a small vss.exe in purebasic will result in huge amount a false positives. I'm still planing to make a tiny vsshelper application in C++, that will be required to get WinNTSetup_x86.exe fully working inside Windows 10 ARM64.
  23. Wimlib's shapshot option does not include any writer components. These are required to correctly read an open data base, like the windows registry. There is a VSHADOW.exe in windows SDK, i guess redistributable , but there is also a simular vscsc on sourceforge.net. Both create "good" shadow copies and have an option called "-exec=" to run a batch file after creation of the shadow and before it's removale.
  24. Hmm, don't really understand. You are the one who checks for the wimboot flag. wimlib-imagex does not care about it. If $linesplit[1] = "WIMBoot compatible" Then $WIMBoot_compatible = StringStripWS($linesplit[2], 3) If $WIMBoot_compatible = "yes" Then $valid = 1 EndIf If you want to use dism/imagex just add this line to your program. EnvSet("WIM_SKIP_WIMBOOT_CHECK", "1") EDIT: be careful with wimlib's --snapshot option it is incomplete and useless for system backup.
  25. All the caption options are not wimboot compatible, WinNTSetup just ignores this when applying a WIM file. I could add wimboot compression option, but i doubt anyone will use it, caused it's as very week compression. I'll fixed the other mention points later.
×
×
  • Create New...