Jump to content

JFX

Member
  • Posts

    1,228
  • Joined

  • Days Won

    6
  • Donations

    0.00 USD 

Everything posted by JFX

  1. @Atari800XL Good observation, there seems to be indeed a difference in how hidden partitions are treated between NT5 and NT6. @alacran Thanks, I've updated both.
  2. Nothing changed as far as I know. All fixed partitions with a drive letter are searched for. It would be possible to also scan hidden partitions, but don't think that would be so useful.
  3. So one last beta WinNTSetup v3 Beta3 (10/15/2013) - Windows 8.x no longer requires to download tools - fixed bootsect.exe not found error when running in Windows 8.x - fixed some problems running x86 version under x64 OS - fixed tweak to disable shortcut icon wasn't working - Help text is now ASCII, so you can edit the language.dll easy with ResHacker Unicode and UTF-8 are still supported of course
  4. Thanks for the info, it's good to hear these huge updates install nicely with DISM. Let's hope a properly coming "Rollup B" will also work with off-line install.
  5. Thanks a lot alacran Coming to think of the small complication with help file translation, the reason I chose Unicode was compatibility. But is this actually necessary, as the language is loaded depending on your current OS. Would not any encoding work here?
  6. Meigyoku, it's not clear to me what you mean with "the software say: Do not see EFI partition" WinNTSetup mounts all EFI system partitions to the highest available drive letter, usually Z: If the disk setup is obvious, it will also set the right EFI partition by default, if not you have to select it. If the 3rd icon is red your selection will not be bootable.
  7. Thanks alacran To translate help resource you can use Reshacker commandline to extract: reshacker -extract 1031.dll, HELP.txt, RCDATA, HELP, And to modify the dll with the new help.txt. reshacker -modify 1031.dll, 1031.dll, HELP.txt, RCDATA,HELP, WinNTSetup v3 Beta2 (10/11/2013) - fixed VHD tooltip wasn't updated after creating VHD - new hotkey Ctrl + Shift + O for offline Windows page - some fixes for running SFX version
  8. You now can install WinXP to an already existing Windows 7 using the same boot partition. WinNTSetup will add a legacy entry to the BCD store for WinXP and change the boot sector on end of XP install, to the bootmgr loader.
  9. WinNTSetup v3 Beta1 (10/08/2013) - fixed OEMPreinstall wasn't always set for NT5 installs - fixed user creation not working correctly - new added Disk space check for NT5 - new logging full stdout of used tools - new it's supported to install a NT5 OS after a NT6 one
  10. This perfect sounds like the usually mistake to also capture the boot files. Mount your wim file rw and remove the \Boot folder and the \bootmgr file in the root. They aren't supposed to be there. And always use bcdboot after apply an image.
  11. WinNTSetup v3 Alpha2 (10/02/2013) - changed format button refreshing boot and install drive if both are the same selection - changed ini file will be saved in WinNTSetup folder - fixed ISO mount option doesn't search for winnt.sif - fixed boot drive icons now refresh after updating boot code - fixed new created VHD will be set as install drive - updated bootice.exe to v1.2.0.1 - changed x64 exe compression from mpress to experimental UPX v3.91
  12. Thanks for reporting all these gui glitches For VHD, you mean after attach or creating a VHD(X) it should be set as Install drive for NT6? Good idea! I don't know about that previous version every did this, at least there never was any code written to do so. v2 was made in Autoit3, but this became more and more a problem. I had to use several work arounds to keep the GUI responding quick enough with all these disk and wim file checks. As more WIMGAPI functions go multi threading, AU3 was no option any more. v3 is written to 100% in PureBasic
  13. Ohh, fixing 1 bug and introduce 2 now Well I don't really understand why your Win 8 doesn't have these files in system32 folder and why my checks tells their are there A newer Alpha 1 is up! - all Win8 download conditions removed - updated bootice to 1.2.0 - fixed VHDX check on Win7 installs
  14. WinNTSetup v3 Alpha1 (30/09/2013) - fixed Product key save button now save all recovered key - fixed CPU check return OK, if none of the requirements are fulfilled - fixed ADK files not downloaded on Win8 - fixed 'Disable Hibernate' show wrong tool tip - fixed winnt.sif not found in source - fixed CMPNENTS folder copied to root instead into the $WIN_NT$.~LS folder - fixed drive details not refresh on initial selection - fixed format button could be used with no drive selected - fixed drive details now refresh after using Format button - fixed NT6 Setup button accepts invalid sources - added MSDN key is now received
  15. Depends if we mean the same, if we use bold, italic and underlined word. Actually, i think is smarter to use XPx64 than Vista or Win8
  16. click-click, yes it crash on WinXP, have again forgot that there are still XP users. Anyway I can't compile a NOD32 friendly version, so use this great tool by woot32: Windows-8-Product-Key-Viewer
  17. Wow 8 bugs at once, thanks a lot wimb Also a good idea to disable the GUI options during setup phase Although, for the setup button, it's the easiest solution to have it available all the time. So a button click can always tells the user what's wrong with the chosen options.
  18. So do you trust NOD32 ? Anyway does it display the key?
  19. Should be easy to get the key form the MSDM table, try this: MSDM-Key.zip
  20. Hmm, yeah for the download count there is very few respond on the forum. The save button was thought to save all and will do so with next version. The CPU check has a small bug I just found. Seams that would occur if neither CMPXCHG16B nor LAHF/SAHF instructions are supported.
  21. WinNTSetup v3 Alpha0 - fixed WinNTSetup_iso.cmd wasn't found in some cases - fixed shutdown countdown timer - fixed password reset could not remove the used service - added Product key decoding support for Office 2013 - added CPU check for Winowd 8.1 x64* *) if CPU is not supported, hotkey will be removed and warning icon set on OK Button
  22. Actually I think it reports it right. You don't have an AMD CPU. No sure why coreinfo lies here, but you should not have the prefetchw feature with this CPU. I found this amd-only-prefetchw-instruction-is-generated-in-x64-optimized-code Well if I understand this right, than an x64 Windows simply ignore a prefetchw instruction if the CPU don't support it. So it doesn't make much sense that it is a system requirement for x64 Win8.1
  23. Should be possible to add these checks, thought I wonder about prefetchW, Coreinfo.exe tells me I have it, but on this 4 years old Intel CPU it's have be kidding me. EDIT: Here's small console app, please check out if is display correct data cpu.zip
  24. Thanks for all your testing Atari800XL! I guess it sometimes doesn't find the right windows to update the text. I'll try to fix it.
  25. It's a special friday the 13th edition , so I couldn't wait until tomorrow
×
×
  • Create New...