Jump to content

JFX

Member
  • Posts

    1,271
  • Joined

  • Last visited

  • Days Won

    6
  • Donations

    0.00 USD 

Everything posted by JFX

  1. These errors in setuperr.log are normal for patched files. Version 2.3.4.0 is up. It fixed quite same bugs and should also solve your SFC problem.
  2. It don't create a log, it just causes dwm.exe to restart. EDIT: Sorry, the two dll's also needs to be in system32 folder, than the hook works.
  3. So anybody want to share the redistributable msvcr110d.dll ?
  4. First command line option must be one of the following: /NT5, NT6 or /VHD all others don't need any order. WinNTSetup2_x86.exe /NT5 /DisableSFC should work.
  5. It does not seems to occur in the recent beta 6, but happens here in SuRun1211b5.zip
  6. HI pytex, I don't remember the exact issue without setting DosDevices, but there were some problems. WinNTSetup always clears the MountedDevices key and calculate DosDevices value for the system drive. If the user don't specific a letter the last will be used. It' chosen from registry: Software\Microsoft\Windows NT\CurrentVersion, Path
  7. Updated v2.3.3.0 Final - unattended file selection remembers last location (now command line also) - better PBR detection - language detection using default section, instead first found (Thanks wimb) - if source has EFI boot files, both BCD store are create and used (Thanks wimb) - Win7 Native USB 3 support check box hidden for non win7 OS installs - new tweak to disable win8 lockscreen Happy new year everyone!
  8. No, it don't capture pagefile, well maybe older imagex captures the new swapfile.sys.But if you use custom exclusion list you need in include the default one again. The reason that the install grow so much, is that old components aren't deleted. It exist here with usefull data on my full Windows 7, too. Hmm, one special thing of Dart I can think off is the Hotfix uninstaller. Not sure there is any alternative, but actually one very rarely need it. Should be save to delete this folder, it's a temporary download location for updates. Installed updates go into WinSxS folder and are registered in the registry.
  9. Audit mode would be the best solution. If you finished with installing updates, enable the "Generalize" check box and shutdown. Such image captured with imagex or dism can be used with WinNTSetup without any problem. BTW: here's a wimscript.ini ExclusionList with unneeded files, that I think should not be captured. [ExclusionList] \$ntfs.log \Boot \BootNXT \EFI \Bootmgr \Recovery \PerfLogs \hiberfil.sys \pagefile.sys \swapfile.sys "\System Volume Information" \$RECYCLE.BIN \RECYCLER \Windows\CSC \Windows\Logs \Windows\Prefetch \Windows\SoftwareDistribution \Windows\Temp \Windows\WinNTSetup.log \Windows\WindowsUpdate.log \Windows\setupact.log \Windows\setupapi.log \Windows\setuperr.log
  10. Hi vladislays, there is an older version 2.2.1.1 on mediafire link in first post, but I really don't think that the problem is caused by newer version.
  11. Hmm, not so sure about how hardware compatible a XP sysprep image can be, but it should be possible to create a wim file and use winntsetup to apply it to disk. Escorpiom seems to have success with it, but i have not tried it myself.
  12. I have setup quite some window 8 multi boot systems, but I never had such partition hide magic Is there a registry key called HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices\Offline in your registry?
  13. I think you right with the boot order. That really a bit strange. Only thing i hear is that bootmgfw.efi does support USB devices and bootmgr.efi does not. Somehow EFI looks chaotic, I mean why are there 3 loaders?! Also \EFI\Boot\bootx64.efi and \EFI\Microsoft\Boot\bootmgfw.efi are identical images. Whoever designed the EFI boot stuff must be on the same wave as the Windows 8 UI designers.
  14. Thanks for confirming Yes, better I hide it next version.But currently no problem it won't do anything if the OS to install is not windows 7.
  15. Your right the default section should be used. have made following changes to version 2.3.3 beta 1 - unattended file selection remembers last location (now command line also) - better PBR detection - language detection using default section, instead first found - if source has EFI boot files, both BCD store are create and used. WinNTSetup 2.3.3 Beta 1
  16. Oh, why are there so many inside? But it's also strange that en-GB is default. Have no idea how WinNTSetup, should understand that nl-nl is the right one. Some PBR are not correctly detected, guess it was created with bootice or any other tool. Will try to improve it.
  17. Interesting, I never got VmWare in EFI mode to boot from MBR disk. Seems there is no real way to detect, if a pc have an uEFI BIOS. The only thing one can detect is with which one it was currently booted. The XML is inside the metadata of a *.wim file.You can display it with imagex.exe. imagex -info "wimfile"
  18. @Scampy82 Sorry, i forgot about command line option here, will fix it in next version. @Wimb the language issue is strange, it only display what's between <LANGUAGE> and </LANGUAGE> inside the wim XML description. The uEFI part is really a bit buggy, it actually should process both BCD stores equal but currently don't. Hmm, still have no EFI Board here, 1 thing I wonder about. A uEFI bootable hard disk have to be formated as GPT so it actually can't boot on an old bios PC. Does this mean BIOS sees the disk as MBR and use the protected MBR in the 0 sector? Then how does the booted OS see it?
  19. Sorry, did not noticed you meant installing windows 8. Well no, the file protecting is only a "feature" of windows XP and 2003.
  20. Hmm, the entire T-9 til T-3 time phase of GUIMode setup should be skipped. This should save ~ 3 minutes.
  21. Hi alacran, what exactly do you mean by $oem$ file?
  22. Can not reproduce with Ghost 11.5, but you right with PhotoShop 5.5. Pagefile on RAMDisk makes no sense, as pagefile is only used if physical RAM is on its limit. See You
  23. Ohh, that one I fixed already, but the final *.zip file was not recreated cause by silly AV software that didn't like the mpress packer. Okay re-uploaded and version remains the same.
  24. Well, the tweaks in the red group should not be used if there is no specific reason For example, I disable UAC because after installation I have to set up a lot stuff and don't want every time an UAC prompt. But after all done I set UAC to maximum level. Or I disable Hibernate cause I have too much RAM and my old TV-card don't survive a wakeup form hibernate state. DisablePagefile should generally not be disable, but I often need to install Windows in a VM with very limited space and i sure there is no need for a pagefile. With my PC that have 16GB RAM I actually could disable it, but i don't. I set it to a small minimum size. Often people say, that some program needs a pagefile to work, but if you ask them which program they instantly get some Alzheimer attack Well I never found such a program, but a small configured pagefile don't hurt
  25. No coincidence, for today release. Thought about our version of Sinterklaas called Nikolaus. Thanks for the dism tip, there are definitively too many icons on the Metro screen.
×
×
  • Create New...