Jump to content

Atari800XL

Member
  • Posts

    359
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by Atari800XL

  1. Dism crashes because the dll is missing? So this has never been a problem before? Am I doing something out of the ordinary, then? (Meaning: Is this the wrong way to go about it?) It seemed like a very handy method: Autohotkey checks BIOS info, then mounts the correct iso with specific drivers, WinNTSetup integrates them in the (applied) source (so the original source can stay "clean", also when new versions are made, there's no need for extra work). So it would be great if it could work! So you're saying my trouble began when I started using Win8PESE-64 instead of Win7PESE-32 before? That could indeed be the case, because in my memory it "used to work"! (Now I'm confused again, because the system I was *installing* was 32-bit, and didn't you say the *target* system's DISM was used?) So for Vista, it will not work. This is no problem at all, for the few cases I need it, manual driver installation is fine. But maybe you know another way of automating a driver install? (I've never done it). For XP, I sometimes set HKLM\s\m\\w\curr\DevicePath to c:\drivers and copy eg. scanner drivers there. Then when the scanner is connected, the driver is automatically installed. But for graphics this is of course "too late" in the setup process. It would be nice if I could use some sort of command-driven "force" install of the video drivers.
  2. OK, at least we know that now. I'll scrap the files now and check out W7 W8.1 next. Hold on... (Didn't even realize that you would normally use the "OS to install" for the tools, I assumed you would use WinPESE8's files. But of course that assumption was wrong, because you can't tell which "host" system people use). EDIT: Did a 8.1-32 apply now with WinNTSetup (In Win8PESE-64 again). I'm at the "pre-reboot" stage again, there's an extra line in WinNTSetup.log now: "Driver path: D:" (this is the mounted iso, with one "vid" folder) Dism return code: -1073741515 Nothing seems to have happened. There's a 0-byte "Dism_stdout.log" Thanks for looking into this, JFX!! (Does it help if I try out some manual DISM command at this point? I can leave the laptop as it is now, or make a .tib backup...)
  3. Thanks JFX, just did a Vista apply (I think it's the same with 7/8, though), with drivers from a mounted iso, I quickly cancelled the final "reboot" screen, so I can take a look at the log files. There is no Dism_stdout.log, only a WinNTSetup.log. Please tell me which steps I could take next. At the bottom of the WinNTSetup GUI, after the apply I can see the words "Integrating drivers", but it looks like nothing has been added? In my Tools\x64 folder are: bcdboot, bcdedit, bootice, bootsect, msstmake, offreg.dll, wimgapi.dll. Do I need more? I'm using Win8PESE-64, DISM is available (use it for capture, too). Version 6.2.9200.16384.
  4. One more question, if I may, about adding drivers. I'll try to be short and concise. For XP setups, I always use the WinNTSetup add drivers feature (from the command line). In PE, I use an Autohotkey script to determince which PC I'm on, it then mounts the needed "drivers.iso" as L:, then passes L: as driver folder. Works every time. For W7/8.1, I don't use this method, because it didn't work for me. Instead, I add some drivers to the .wim with DISM. Works fine as well. For my new Vista wim, it seems integrating the (i965 video) driver with DISM is not supported for Vista install.wim images. So I was wondering if there's something I can do to get the first ("XP") method working for Vista (or even for 7/8.1). Am I doing something wrong? Here's my command line (for W7 in this example): run,q:\winntsetup\WinNTSetup_x86.exe nt6 -source:y:\os\w7.wim -syspart:c: -unattend:"autounattend_w7.xml" -savedriveletters -sysletter:c -reboot -disableuac -drivers:L: -runafter:"CopySetupScriptsW7.exe" Is there a way to check the integration of the drivers just before the final reboot (= start of setup)? Thanks!
  5. OK, just a final "thank you" for helping me create my new Vista.wim. I will save all three versions (1=standard, 2=captured from stadard install with sys=C: for install with WinNTSetup, 3=fully updated 20141219). I would never have figured out "the C:\ thing" by myself. I've added the wim to my Win8PESE usb, which holds "all" operating systems now (all unattended). I've also adapted my PostInstall to Vista (pretty much the same as 7, with a few exceptions), also unattended. Let's hope new Vista installs will not be needed often, but once my PostInstall takes care of an OS, you can hardly tell the difference between any of them from a distance, anyway (they all have a completely empty blue desktop)... It's all about productivy here Thanks JFX, have a happy Chritmas...
  6. Thanks for explaining, steve6375! It will take a few rereads to fully understand what you just explained, but for now I will remember to make sure the destination/ install partition for WinNTSetup will always be C: (as I usually do). For OS install, I always boot with Win8PESE, then use diskmanagement to prepare the partition (I always use 3 primary partitions to be able to use 3 operating systems on 1 hd): remove the partition first, make sure driveletter C: is available, then create new one -automatically set to C: in that case-, make sure it's active). Then use WinNTSetup to install any OS I want. (Afterwards: use Bootice to install grub4dos, menu.lst hides partitions from eachother, just my preference) EDIT: steve6375: Not sure if you catch this edit, but is there any way to explain why the original install.wim (when used with WinNTSetup) would assign D:, and the newly captured one assigns C:?
  7. This is what I did: (1) Create standard Vista setup USB (diskpart) (2) Clean test laptop: install to only (new) partition (3) System drive is C: (4) Sysprep: generalize - shutdown system (5) Boot with Win8PESE (6) Capture new setup to new wim This new wim then seems to work fine with WinNTSetup (why?) Tested new wim on a different laptop, partitions 1 and 2 already in use (hidden, Grub4dos multiboot), installed to partition 3 (so partition numbers etc. are not critical at all, it seems). It has the correct C: letter! Hooray!! (again, why?) Next, I will do an "updaterun" and create another new .wim. If everything works, this is going a lot smoother than I expected! Last step after that is modify my PostInstall for Vista (already runs on w98, xp, 7, 8, 8.1, 10). Thanks JFX, your tips were invaluable once again!!!!
  8. OK, will try that. Thank you very much for replying! I must admit I can't "get my head around" how this is supposed to to work, but I will test it as soon as I get home. What I mean is this: I can't understand (without actually trying it) how a normal setup would use C:, while WinNTSetup would create D: as system drive. But of course, you will be right and I'm looking forward to "playing around" with that. The update, sysprep/generalize and capture steps I always do anyway to create an updated wim, so that would stay the same. And than again, I can't yet understand how a new install of the new wim would then ("suddenly") **DO** work correctly with WinNTSetup (and why this time the drive letter would be C:). So I'll try the whole shabang, hope I won't have to bother you with my stupidity too much :-)
  9. Yes. good idea. I need to make a new wim anyway (170 updates, I believe. Still, only 500-600 mb for 32bit, which is reasonable, Windows 8 updates are almost that big each and every month). Then the new (captured) install.wim *can* be used with WinNTSetup? (Hmm, guess not...?) JFX, in the 2012 discussion you mentioned to somebody to "start setup.exe" instead of WinNTSetup (this is the initial setup we're talking about again). Was that after the WinNTSetup apply phase, or do I need to do a completely "normal" Vista setup, without any WinNTSetup involvement at all? (I like to document all steps).
  10. Just a quick question: I've done hundreds and hundreds of OS installs with WinNTSetup (XP, W7, W8, W8.1, now W10 tests, etc), but hardly ever Vista installs. Lately, I've had to do a few, so I decided to try it out with WinNTSetup. From page 7 or 8 from this thread (around 2 May 2012) I've read that with Vista, the system drive is named D: instead of C:. I just wanted to make sure if anything has changed in this regard. If I install Vista with WinNTSetup, will I have to accept that the system drive is always D:? If so, not a big problem, but maybe in the meantime new solutions came up? Again, just want to make sure. THANKS!!
  11. For completeness, I should add that build 9879 seems to need one more setting for removing the search icon (bottom left): "SearchboxTaskbarMode". So I just add both now: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search] "EnableProactive"=dword:00000000 "SearchboxTaskbarMode"=dword:00000000
  12. Just found out about a few new registry entries for Windows 10, to get rid of the annoying search and task buttons. Just wanted to share with anyone interested (thanks to fekter@MDL): [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]"EnableProactive"=dword:00000000[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MultitaskingView\AllUpView]"Enabled"=dword:00000000
  13. So I guess nobody used this new converted esd with WinNTSetup. Oh well, I still loved the fact that I could use it with WinNTSetup...
  14. There was some debate about this on MDL as well, but the esd for build9860 (downloaded from original Microsoft server) can be decrypted and converted to wim, this results in a complete wim. Again, I tested with this esd: 9860.0.141008-2044.fbl_release_clientpro_ret_x86fre_en-us_4268ed97873110ab801beb19b3f5016090623c7c.esd Decrypted with esd-decrypter-v4c Exported to wim. Result is a complete 2,5gb .wim file. I don't like to use strange update images anyway, never used those, only clean installs (using WinNTSetup, of course). EDIT: Hope this link still works: http://forums.mydigitallife.info/threads/57024-DISCUSSION-Windows-10-Technical-Preview?p=964130&viewfull=1#post964130 http://forums.mydigitallife.info/threads/57024-DISCUSSION-Windows-10-Technical-Preview?p=964130&viewfull=1#post964130
  15. As this new Windows 10 build is only available as esd, the easiest solution would be using an unmodified file. At first I guessed true "on the fly" decrypting might not even be possible, but this is how the standard Windows setup works as well, so it has to be possible, right? Let's just hope not all new releases will be esd-only. Thanks for the wimlib tip, maybe we should ask him about the decryption.
  16. I just installed the new Windows 10 build 9860 (released yesterday). It's only available as .esd (for now), so I used Qad's ESD Decrypter (MDL) to convert it from esd to install.wim (and also added NetFX3, using the previous TP iso as source). The decrypter worked very nicely, so I was wondering if it could ever be possible to decrypt a similar esd "on the fly" with WinNTSetup? I guess probably not, but I would still like to hear JFX' take on this... For me, this is the first time I "had" to use esd, no real alternative this time. Still, very nice to see I can still use WinNTSetup for the latest build, this makes a new install so easy (still fully unattended, with tweaks etc). Thanks!
  17. I think this is a better link, here you can read all about SP4, it also has the official download link. Please, never trust any other link! http://www.ryanvm.net/forum/viewtopic.php?t=10321&postdays=0&postorder=asc&start=0 In that forum, you can also ask about integration. If you're stuck, just ask! Here's a quick howto: (1) extract your XPSP3 to a folder, eg. d:\xpsp3 (2) Download sp4 (eg. to d:\WindowsXP-USP4-NOPOS-x86-ENU.exe) (3) Execute this from command prompt: WindowsXP-USP4-NOPOS-x86-ENU.exe /integrate:d:\xpsp3 (4) Rename d:\xpsp3 to xpsp4 (5) Rebuild the iso Please note: I still like the OnePiece solutions better!! (For one thing, those are available in more languages), but still the Harkaz SP4 is an amazing piece of work!!
  18. Harkaz just released XP SP4 RC. I was very impressed, it works perfectly with WinNTSetup know (just did a quick test). I integrated SP4 into my SP3 source, used DPBase to add storage drivers (SATA etc), created the iso, booted Win8PESE-64, used WinNTSetup 3.7 to install. Everything works fine. English only for now, but still very impressive, I think. I will still use the (localized) OnePiece packs for now, but SP4 is a very impressive achievement, I think. Of course, the most impressive thing is that WinNTSetup can install both XPSP4 and Windows 10 just as easily, all three "products" released within one week!
  19. [EDIT: Did this test with the previous version, not 3.7 yet!! Will do that tomorrow). Thanks JFX, what did you change? I just did a test with an unedited windows 8.1 unattend.xml, it worked right away! (Didn't expect that). Only thing I noticed was a very tiny start menu, was trying to find out which settings might cause that. I'm not sure if it's a setting in my unattend, or in WinNTSetup (tweak). Very nice to see the unattended setup working like this! This was my second install test, first was normal (no unattended), it was a long time ago for me to see all those nagging questions :-) I would like to know what you think of Windows 10. I don't "mind" it, really, but to me it's more like "8.2" than "10". I like it very much that WinNTSetup is just soberly displaying "Windows 6.4", there's actually no "10" visible anywhere...
  20. Jaclaz, I don't understand what you mean. Is it important? Maybe I was not clear: I just downloaded Windows 10 Technical Preview for Consumer, put the iso on external HD, booted Win8PESE-64 on my test laptop, mounted the iso, started WinNTSetup. All seems to work fine. That's what I wanted to test (and share). Next up it testing unattended setup etc., but that's for later... Of course, it would be nice to hear from other testers.
  21. Well, Windows 10 is downloading, looking forward to trying it with WinNTSetup!!
  22. Sorry, I have not used this option before. I prefer adding the drivers to the iso. Maybe somebody else can explain...
  23. I use DPbase to add MassStorage drivers as well (in fact, I use OnePiece Final Updatepack, together with an AddOn with POSready updates, last version september 2014). No problems with WinNTSetup (look at the posts in this thread 'round 16 april, you'll see JFX even added a workaround to support OnePiece packs). Hope it works for you, ask again if you need more info.
×
×
  • Create New...