Iirc murph was working on them , not sure how he decided to proceed after MS revoked several Updates .
Well, not if the August Rollup doesn't get fixed. I worked on this for 4 days straight since I was including OEM indexes this month. While I personally didn't notice any font problems or bsods, they could be related to hardware compatibility problems. I have a rule that I never release anything that I wouldn't proudly use on my own system and any family member's system.
Great, Now MS is Fn'g up Murphy78's release schedule. MS should just get out of way & let Murphy78 do his thing.. Murphy78, u still will have Windows 9 for Nov. release right ? Or did MS crapped all over that too...
I will do win9 when the final version is released. I don't deal with previews or leaked non-rtm builds. As far as whether or not I modify it with updates, it depends if MS releases a ton of updates the first month like they've done for win8 and win81. I probably won't bother making an AIO until we have all the various versions and MS has released a certain amount of updates. Also, there's a distinct possibility that they will severely change the kms activation to use white-listing and/or certs. So depending on how much they modify things, it might be a better idea to watch for transition deals like they did with win8. Well, I consider it always a good idea to support MS, but their 100 and 200$ price tags are ridiculous.
Prior post was meant as a joke but it's great to get good info out of it... I was dumb enough to not activate & let a couple of the free WMC keys expire. Won't be doing that again. Right now i am trying to see how I can buy a few of the $10 WMC keys directly from MS. I think $10 is a fair price for a legit Windows key. Do we know yet if Windows 8.1 keys will get the full & free upgrade to W9 .
I'm not entirely sure. That would be my speculation, but none of us have seen any actual MS blog post or actual MS-sourced information about that. We've only heard a rumor about it from MJF.
I was hoping to do some reading on the Office implementation but it seems this thread is mostly about O/S. Did a search for "office" in the thread with only a few hits. Is there FAQ info where I can read about Office 2010/2013 licensing, and how the toolkit works? thanks
Well... It depends on the OS and/or Office version. The important bits are: Nobody has cracked Office 2010/2013 Retail activation KMS activation is the only way of activating without stealing someone else's key/activation charge Office 2010 activation is independent of the OS Office 2013 uses the host operating system's KMS protocol if the version is greater or equal to v5. MTK works by setting up an emulated server in the system's memory. They've gotten it down to the point where an actual virtual machine is not necessary and they can simply 'pretend' a server is on the other end of the connection. It's very complicated how they return the successful response. If you want to read more about the actual guts of the process you can read the KMS source code thread. I think it should still be up. Basically the activator sets itself up as if it were the KMS Server and receives the encrypted request. It then decrypts the request and finds the data it needs to create a successful response. It uses a SALT IV (basically a starting point for a hash), a few relevant data points, and puts things in the correct order with buffer data and such. It also encrypts the response. Not all of that stuff happens in that order. Although it uses TCP/IP, it doesn't actually need to transfer anything over the internet. In MTK 2.4.0 and beyond, it actually doesn't even transfer to a virtual machine. Depending on the Office version it will set the OSPP to activate to either the localhost (127.x.x.2-254) or some dummy network address in the case of the TAP/tunmirror method (10.3.x.x) The 10.3.x.x range stuff is what intranets use and there are ways to copy things from localhost to the 10.3.x.x address (hence the mirror portion). There is also a windivert option which does a very similar process but using a kernel driver instead of a TAP adapter, but does the same essential thing of bypassing Win8.1's localhost block. There is secohook, which is the default option in 2.5.1 and 2.5.2. This option intercepts the sppcomobj iirc and basically cuts out the network stuff and jumps straight to the successful response processing. In 2010, this stuff was only specific to the Office activation method OSPP. In 2013, it depends on the OS. In Win8.0(2012) or greater, it uses the Operating System's KMS protocol. In Win7/2008r2 or before, it uses KMS v4 I believe. I could be mistaken on those details. Office is a little weird in that it doesn't just support a single version. Office supports many different kms activation protocols. For instance, Office 2010 can use KMS 1.1 or greater. There could be an upward limit. I'm not savvy with some of the more technical aspects of the details. I've been using a lot of the stuff, but I didn't do any of the programming. Honestly, I barely understand a lot of that stuff. I tend not to delve too much into programming because I have an eye problem that gives me headaches if I spend too much time reading. It would simply take me too long to get anything done if I had to only program for 30 minutes at a time. I used to do it when I was a teenager, but the headaches made me quit.
That answers all my questions. Thx. There's a lot of confusion out there regarding how office activation works. Not sure if you'd want to summarize the above into a few basic points for the TPB links. The fact that the installation doesn't depend on internet access or a server somewhere for validation is a huge revelation to me, maybe it would be stating the obvious to others, I don't know.
[FONT=arial, sans-serif]I had exported Boot.wim to Boot.esd using dism /compress:Recovery and replaced boot.wim with it in a 8.1 ISO, but it doesn't boot.[/FONT] [FONT=arial, sans-serif]Can boot.esd boot, or this format only available to Install.esd ?[/FONT] [FONT=arial, sans-serif]Another thing is that I have a boot.wim coming form an 8.1 ISO, I just dism/exported index 2 of it and its booting correct both setup and Windows RE.[/FONT] [FONT=arial, sans-serif]What is the need for 2 indices for [/FONT]boot.wim ?
I don't believe you can boot from an esd. You could try changing the boot lines in the {default} part of the bcd, but I really doubt it would work.
I'm trying to do an offline update integration on a Win 8.1 Update1 iso and i'm having problems trying to remove a couple of superseded updates. The updates i'm trying to remove are KB2939471 and KB2949621, they both get superseded by KB2934018. After i integrate KB2934018 i just can't remove with dism the other two because apparently KB2934018 is under Install Pending . I'm wondering if there is a workaround i can do, i know it is not a big deal but i would like to have a "perfect" wim image
Ahh yes, that's because they are permanent and won't get unlisted unless every single component of the update is replaced and the system has gone through a /resetbase. At least I believe it will remove them... You can try yourself by installing on a vm and doing a resetbase and see if they go away. I wish we could resetbase offline images; but, alas, the pending issue won't let us. I wish they'd change it so it was similar to the winpe ability to resetbase in waik5.1
If you remember i faced some issues when integrating updates offline to my german Windows . So i started to go the extra mile by applying the WIM and booting in Audit-Mode (Snapshot in VM), Sysprep/Generalize (Snapshot in VM) and a test install afterwards to assure proper functionality. If the latter is given i cature the generalized install to WIM and do a /resetbase . Seeing this in the dimensions you do your Integration, it would be the ultimate PITA .
Yah, I don't typically do syspreps because they don't play well with AIO versions. Offline integration queues things up using the same files. Sysprep likes to create unique identifiers or something for each update you install. Offline AIO integration nets like 4gb for an x64 wim. Online sysprep AIO ends up being like 6.5gb despite all indexes being /resetbased Thinking of your integration issue with non-english versions... I believe you mentioned an update or two that couldn't integrate offline? Perhaps if you mentioned the order things were integrated when you ran into this problem, we could troubleshoot. Who knows? Maybe it just doesn't like to offline integrate a particular update if netfx3 is enabled or something weird. Try using a script and pipe it to a txt file so we can see where the error occurs and suggest... like: Code: call integratex64.cmd >x64.txt