Jump to content

JFX

Member
  • Posts

    1,271
  • Joined

  • Last visited

  • Days Won

    6
  • Donations

    0.00 USD 

Everything posted by JFX

  1. I made the popup topmost now, so it should become visible but will bot steal the input focus.
  2. Beta 3 should no longer steal the focus and appends the used time to the popup title.
  3. Thanks, should be fixed in the new Beta version.
  4. I think we had discussed it here, before the server crash. You can set an edition that will be selected by default. [WinNT6] DefaultSKU = Professional The compact mode on windows 7/8 now shows the boot animation. For the Ctrl+Shift+D hotkey look in the Tools\diskpart folder. It's a hidden feature, so I'm not document this one.
  5. JFX

    Beta channel

    With 2.7 the flyout menu textcolor is the same as "StartPanelPriv > ProgramsList" Earlier version had always black text color. Is there any way to change it, keeping the left panel light gray?
  6. Thanks, could reproduce it. Looks like a problem with the file selector dialog. EDIT: fixed in version 3.9.1
  7. Works here. It only checks for "Tools\diskpart\enabled=1".
  8. Oh, fixed now. Seems we lost a lot of content in this topic. I think you asked for an option to exclude some volumes from being mounted. This can now be done in the ini, Choose eihter a dos device name or just a disk number. [Options] BootMountExclude=\Device\HarddiskVolume1|Disk0|Disk1
  9. @bapt You wrong about the resource 40960, it's not the cause. The best solution for now seems to be linking just the one interface to an old version of explorerframe.dll [HKEY_CLASSES_ROOT\CLSID\{1eeb5b5a-06fb-4732-96b3-975c0194eb39}\InProcServer32]
  10. Yes, earlier version did not need that dll, but to support UUP based distributions it's now needed.
  11. It's not a bug, so why not add cabinet.dll to LiveXP.
  12. Doesn't need a genius to get such a list of files. Sysinternals Process monitor and some patience should be enough Filtering Dism.exe and Dismhost.exe process usage of Createfile API. But I wonder why there is so much trouble with mounting process. Sure it's slower than on the good old Vista days, but with SSDs today it's quick enough. I'm using mount/unmount for years in my WinPE builder and also to integrate windows updates into install.wim. Never had any problem. Are you guys still use Anitvirus software?
  13. Nope!
  14. As for these cab files with solid compression, no there won't be much saving.
  15. 28 MB additional download is needed for this 1 KB file.
  16. GWT is written in PureBasic, but it only uses WinAPI for everything to be so small.
  17. Well, if such a program will be useful I might program one. But there is the problem with compression blocks. java -jar re7zip.jar -t=cab -a=http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a32918368eba6a062aaaaf73e3618131.cab -e=fil3a96a4ae37b2d6a62b94d42e1126dde0 -o=fil3a96a4ae37b2d6a62b94d42e1126dde0 That file is the first in block 4, so It will be very quick, though not with my internet connection But loading another file in the same block, needs to download all other files in that block before that file. Example java -jar re7zip.jar -t=cab -a=http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a32918368eba6a062aaaaf73e3618131.cab -e=fil3ae9b0835c65f44ed796fafe895b87c2 -o=fil3ae9b0835c65f44ed796fafe895b87c2 Both needing the same time. Done. Downloaded in 1 minutes and 33 seconds. @erwanl yes getting the information from the cabinets is no big problem, but the decompression is more tricky.
  18. Hmm, never tried re7zip, but I doubt It will be a fast and small download for these cab files. Anyone willing to test it, downloading files from the cab files? http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/a32918368eba6a062aaaaf73e3618131.cab http://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/Installers/9722214af0ab8aa9dffb6cfdafd937b7.cab Anyway, it shouldn't be to hard writing such a tool as a native program.
  19. Hi misty, yes Get WAIK Tools is redistributable, feel free to use it as you like. The range command of GWT is actually only thought for ISO (or other uncompressed) files. Extracting files from inside a cabinet, without loading the complete file, is much more difficult. From the topics, I take it you are looking for the 2 big cab file that hold all the winpe component packages? If so, I don't think it's possible to reduce the download much. They are packed with MSZip compression, with many files in separate blocks.
  20. Yes you have to download the ISO first, there currently no URL support.
  21. try ISO2Offset "%ISOFILE%" -UDF sources\install.wim or ISO2Offset "%ISOFILE%" -UDF *.wim
  22. Use GWT 17.04 to download it. 15063 should be fine for UUP.
  23. What version of imagex.exe are you using? Latest have a bug, so I chose to stay with 10.0,15063,0.
  24. Yes it does, but it will reappear very soon.
  25. XP support is hard to maintain and so it get's often broken. I soon will remove it completely.
×
×
  • Create New...