Thanks for clarifying that to me. Another thing I'm not sure about is the need to recapture install.wim and winre.wim on the computer I installed them. Is there any benefit other than smaller images size?
No, you don't have to do apply -> go into audit mode -> resetbase -> sysprep -> recapture sequence if you don't mind the image size. The whole point of the ADK note is to complete pending actions and to clean up the superseded components to reduce the size of the final image before you finish building custom images.
That's what I thought. At the moment, I will leave at that until I the Spanish ISOs with Update 1 are released. Then I would implement my customizations and do it the right way, including resetbase, cleanup, etc.
@murphy78. I know you posted this somewhere, but, cannot find it; could you please tell me which boot.wim the Microsoft DaRT 8.1 Tools Pack gets copied to. I will save your instructions this time. Thanks
@murphy78 Could you please explain what MS is doing: 10 days ago "final" Win81U1.iso has been released to Tehnet for download, but two days ago MS released another 6 updates for that "final" version and today they announced that there is something wrong and stopped downloading, pending urgent release of the patch for that problem. When there will be possibility to download clean final Win81U1.iso? Thank you for attention.
Every time ms has a hiccup, all the tech sites and social media make a huge deal out of things. There's a SSL bug with server 2003/2008 that has a security flaw in this patch. They'll probably either v2 something or just release an additional patch to fix said bug. On the patches available, you have to realize that this is just an updated version of Windows 8.1, it's not Windows 8.2 They purposefully do not add defender updates, malicious software scan registry flags, flash players, and camera codecs. So on top of that, yes, there's a security fix that wasn't included that is part of the 2919355 pack that I wish was included, but wasn't. I'm personally going around sysprepping things so I have good baseline versions of things with all the hotfixes included and resetbase'd. They ALSO did a F***TON of office patches this month. I have no idea what those are about but even the Visio x64 update alone is like 500 megs... I have no idea if that's a messup or a feature addition thing... It's weird because they JUST did sp1 for office 2013 and then released these huge patches.
Started running into my old friend the setup failure on x64 esd versions. This only happens with my pre-activated versions, so I'm assuming there's some sort of memory cache problem where it's not correctly keeping track of existing files when exporting to esd. I've changed my 20 iteration for /l loop to export to a temporary new wim file and then export that temporary wim file to the final esd. In between I delete the temporary wim file so that it's impossible for the cache memory to mistake the data stream contents. Here's an example: Code: for /l %%x in (1, 1, 20) do ( dism /export-image /sourceimagefile:c:\temp\x64\install.wim /sourceindex:%%x /destinationimagefile:c:\temp\x64\install2.wim /compress:max /checkintegrity dism /export-image /sourceimagefile:c:\temp\x64\install2.wim /sourceindex:1 /destinationimagefile:c:\win81x64\sources\install.esd /compress:recovery /checkintegrity del c:\temp\x64\install2.wim ) Edit: Nope, that didn't work either... Hmm I got an idea. You know how servers are sometimes underclocked to add stability? I'll try something similar... It's literally the only thing left that I can think of... edit2: nope... failing again... It's rare but it happens. It doesn't seem to happen on completely different indexes, but when combined with same-flag indexes (a la pre-activated index) it fails... I'll have to resort to using .wim files and baseline versions like I do with my win7 versions. I was hoping not to, but I guess the only other alternative would be to not have any pre-activated indexes at all.
Hey people can throw in an oem folder or activate using MTK after install. I would prefer an unactivated index and an esd version to keep the size down. Are you making a new superaio v4? I am looking forward to your releases.
I am waiting for the rest of the server 2012 r2 versions to see if they will get an update. Last time they took a bit before they released the other ones. Yes I'll definitely do a SuperAIO v4 for it when I get them though...
My English is probably not as good as yours, but if you read it carefully, the underlined text is referenced to the "release via MSDN on the 2nd and Windows Update on the 8th" and not 14th "integrated" ISO.
Nope ... it clearly states both being the same, they lack KB2934018, which is part of that KB2919355-Package on Windows Update and is offered under the package name, you can notice this checking the size . Already integrated KB2934018 into my german Update 1 MSDN ISO and a test install only showed three minor updates from last Patch Tuesday and the obligatory Camera Codec Pack, Browser Choice and Defender stuff.