Everything posted by JFX
-
WinNTSetup v5.4.2
Hi Agent47, You have 3 options to add mass storage drivers for XP install. 1. choose an already slip-streamed source made with Driverpack Base tool (both integration options should work) 2. choose the drivers "Add Drivers" option 3. integrate with "Run Driverpack Base" option, it let's you run the Driverpack Base tool after coping the source files
-
WinNTSetup v5.4.2
@sixcentgeorge Sorry for the delay. The GUI should be easy to understand and I don't want it to confuse average users with to many options. Not sure what you mean with grub4dos here?
-
Get WAIK Tools w/o downloading the huge ISO's
That should not be the problem here. The Dism you use will extract the one of the offline system and that does the servicing operation.
-
Get WAIK Tools w/o downloading the huge ISO's
Hi Robinek, Tripredacus is right, there isn't any need to update. There are few tools that just have raised version numbers, but no change in functionality. Also not all files have been updated, so it would be necessary to download both versions, that would result in longer download time.
-
WinNTSetup v5.4.2
Thanks for the report tiagotecno. i uploaded a new version that should fix it.
-
Need Help! Modify bootmgr windows 8
So for everyone how doesn't like command line or hex editing, I've updated my old zbootmgr tool. http://1drv.ms/1plzVcu
-
WinNTSetup v5.4.2
Geez, these evil antivirus, just making problems. But actually this should not be the reason, cause WinNTSetup will not start without offreg.dll.
-
Need Help! Modify bootmgr windows 8
JFYI, instead of PEChecksum.exe one can also use Unsigntool. It strips the no longer needed digital signature and fixes the PE Header checksum.
-
WinNTSetup v5.4.2
Thanks, It's corrected now.
-
WinNTSetup v5.4.2
Small Update to Version 3.6.3 - error code get's logged if offline registry fails - Description field is used if the WIM index has no name - Winntsetup_iso.cmd can be moved into Tools folder
-
WinNTSetup v5.4.2
Well, yes dism supports Vista since SP1, but only very limited. Under Vista dism will properly only be a wrapper for pkgmgr.exe
-
WinNTSetup v5.4.2
No, You can not use Dism for a Windows Vista Distribution. You should be careful adding patches this way to newer Windows, too. Updates in pending state can cause problems with the fast install way. To add updates to your Vista you have to install it, update it and than generalize it with sysprep again.
-
WinNTSetup v5.4.2
I will add more details to the error message in the next version. So we can figure out why it fails to load the registry. But for now you should be careful with this install.esd, cause it's most likely corrupted.
-
WinNTSetup v5.4.2
@jamisir Either you an aggressive AV software or your windows distribution have missing or corrupted registry hives. @Atari800XL Well, don't think there can be much interesting stuff about WimBoot. But you can send me the PDF in a PM.
-
WinNTSetup v5.4.2
No, I only took a small look on the last issue, were winntsetup was used to install to NAS. @devdevadev Let's wait how wimboot will evolve, before adding such feature. There would be a need to add much more options than just copying or converting the wim format.
-
WinNTSetup v5.4.2
Well yeah, it should work, but you have to copy the wimboot.wim to the UDF before using WinNTSetup. To convert your esd try: wimlib-imagex export /?
-
WinNTSetup v5.4.2
No, I generally don't read any PC related magazines. What happened, that they get you so upset?
-
WinNTSetup v5.4.2
Sigh. Seems you learn by asking, but not reading or actually trying something. Well let me answer questions in numeric order. 1. encrypted install.esd have an ENCRYPTEDESD node inside their XML 2. WinNTSetup doesn't require wimlib for wimboot, if you use windows 8.1 upd 1. 3. Both using the "technique" on Windows 8.1 upd 1, but wimlib can do this experimental on older windows versions, too. 4. same as 3 5. the 1st of course, saving disk space is the purpose of wimboot 6. 3rd! 7. well yes, that the point of dynamic vhd's
-
WinNTSetup v5.4.2
You can not use esd files for wimboot. For encrypted files, well you will notice it, if you try to apply them with any tool. I can't support them without making changes to the wim files and that's not an option. But maybe wimlib will support them in future ...
-
WinNTSetup v5.4.2
Yes, old winload.exe can load XP/2003, version of bootmgr doesn't matter. If I remember right the Vista RTM version was the last working one. But a small problem was that they checked for digital signature of the kernel. And XP has no signed kernel.
-
WinNTSetup v5.4.2
You can do it with bcdedit.exe Bcdedit /create {legacy} /d "Windows XP"Bcdedit /set {legacy} device bootBcdedit /set {legacy} path \ntldrBcdedit /displayorder {legacy} /addlastBut you also need to copy ntldr, ntdetect.com, boot.ini and optional bootfont.bin from your XP partition to the current boot partition. The one where bootmgr and Boot\Bcd is located.
-
WinNTSetup v5.4.2
Hi edborg, no there are no problems with Win 8.1 Enterprise 32b. A blinking cursor on the top left screen is usually cause by a BIOS and boot sector incompatibly. If possible delete the partition and create a new one with some partition software.
-
WinNTSetup v5.4.2
Well, thinking still the same
-
Wimscript.ini kills all search functionality
You should not use Wimscript.ini, if you not absolutely sure what you do. \Windows\SoftwareDistribution is the only line that okay here. If you really need to get it smaller, check out Dism functionality like /ResetBase and /Compress Recovery
-
WinNTSetup v5.4.2
@kreker Thanks, for the updated language file. @devdevadev Yes, of course you can do that.