Jump to content

Recommended Posts

Posted
so mount wim, install service stack pack, then unmount & commit wim, then re-mount wim, install rollup pack, unmount & commit wim? (rinse & repeat for each msu) from what you said I take it that would work?

Nope! That won't work since you would still be using Windows XP. :)

 

DISM is known to be problematic on XP...

 

http://forums.mydigitallife.info/threads/45005-Simplix-Pack-to-update-Live-Win7-System-Integrate-hotfixes-into-Win7-distribution

 

RgWUKT.png

 

I tried the method you suggested (but on a computer running a recent version of Windows) and it didn't make any difference. There were still SFC errors after Windows 7 had been installed.

 

It also took significantly longer to integrate the updates. Over an hour IIRC. :eek:

Posted (edited)

#$%$ I didn't know about the XP compatibility problem thx for the update

 

I tried the method you suggested (but on a computer running a recent version of Windows) and it didn't make any difference. There were still SFC errors after Windows 7 had been installed.

not sure I understand - you mean you tried using dism from a non-XP windows & it still didn't work?!? which windows was it?

 

(and which windows is dism compatible with then?)

Edited by 7point5
Posted
you mean you tried using dism from a non-XP windows & it still didn't work?!? which windows was it?

Correct. I was using Windows 10.

 

The problem myself and @mrwoberts had is pictured in post #24. The updates integrate fine, but with SFC errors within Windows 7 once it has been installed so something isn't quite right.

Posted (edited)
Correct. I was using Windows 10.

 

The problem myself and @mrwoberts had is pictured in post #24. The updates integrate fine, but with SFC errors within Windows 7 once it has been installed so something isn't quite right.

so basically a windows 7 install.wim can only be updated from within an already existing windows 7 OS??? +_+

 

(btw what's an SFC error & when's it noticed? before or after booting with the updated wim?)

Edited by 7point5
Posted
so basically a windows 7 install.wim can only be updated from within a windows 7 OS??? that sux :/

That's not right either. I don't think I explained it well. :)

 

You can integrate Windows 7 updates into Windows 7 .wims using DISM (or the PowerShell equivalent) on Windows 7, 8.1 and 10 (but not XP).

 

It's also possible to integrate Windows 10 updates into a Windows 10 .wim on Windows 8.1 and 10 (but not 7 or XP).

 

Like @mrwoberts, before the Windows 7 SP1 Convenience Rollup was released I didn't have any issues integrating Windows 7 updates into a Windows 7 image on Windows 10.

 

btw what's an SFC error & when is it noticed?

There are many reasons why you might get SFC errors, but in the context of this thread it's caused by something in the Windows 7 SP1 Convenience Rollup as explained here.

 

before or after booting with the updated wim?

After booting with the updated .wim.

Posted

alrite I think I get it - basically from any higher-than-7 windows you can edit a windows 7 install.wim file & add all updates to it except the rollup update (only that particular update)?

 

so slipstreaming the windows 7 rollup into a windows 7 install.wim is only possible from within a windows 7? (nothing else not even a more recent windows version like 10?)

Posted
so slipstreaming the windows 7 rollup into a windows 7 install.wim is only possible from within a windows 7? (nothing else not even a more recent windows version like 10?)

No. You can use Windows 7 or higher to integrate the rollup. It's just that the rollup has the SFC issue described above when integrated into an offline Windows 7 .wim image.

Posted
It's just that the rollup has the SFC issue described above when integrated into an offline Windows 7 .wim image.
even when doing it from win7?? that's what I'm doing right now (on a win7 virtual machine it's damn slow too)

if so making the wim wont be enough I'll have to test it too. what does an sfc error look like? does it come up during installation or after?

Posted
even when doing it from win7?

Yes.

 

what does an sfc error look like? does it come up during installation or after?

Please re-read posts #53, #55 and #24.

Posted

Microsoft Convenience Update and VMware VMXNet3 Incompatibilities

 

Microsoft recently released a “Convenience Update” patch for Windows 7 and Windows Server 2008 R2 SP1. This update has incompatibility issues with virtual machines running on the VMware vSphere virtualization platform. This incompatibility is confined to one specific configuration scenario – It impacts VMs that use the VMware VMXNet3 virtual network adapter type.

 

VMware is aware of this issue and we are actively investigating the root causes and possible fixes. While this effort progresses, VMware is advising customers to delay applying the Microsoft “Convenience Update” to any virtual machine that uses the VMXNet3 vNIC type.

 

VMware will provide further updates as they become available.

Posted

k I didn't notice the link to the other forum

so basically sfc errors harmless & dont prevent windows from running normally that's cool :)

Posted (edited)

incidentally I noticed that KB2670838 (platform update) is often mentioned by those who install the rollup as one of the packages they include in the streaming

 

and I also noticed (across several forums) that KB2670838 is always added after KB3020369 (the service stack thing)

 

but here's what I noticed:

 

if KB3020369 precedes KB2670838 then KB2670838 takes a horribly long time to add (even though it's only about 10mb)

 

but KB2670838 precedes KB3020369 then KB2670838 takes a short time to add

 

(just happens that KB2670838 was made years before KB3020369 - coincidence?)

 

doesn't that mean that KB2670838 should be integrated before KB3020369?? (does it make a difference)

Edited by 7point5
Posted (edited)

Interesting, I hadn't noticed that.

 

Doh! now the Obsessive Compulsive side of me wants to check that out :doh:

 

:lever:

Edited by mrwoberts
Posted (edited)
I also notice that KB2670838 was made years before KB3020369 - coincidence?

Read this...

 

http://forums.mydigitallife.info/threads/19461-Windows-7-Hotfix-repository/page262?p=1230845&viewfull=1#post1230845

 

The convenience rollup include almost all the regular updates (General, Security, Hotfixes, .NET 3.5, Features), but not IE updates

 

in addition, it include the updates for most addons or feature packs

only their updates are included, not the feature packs themselves

meaning, you will need to install those packs first, so the rollup can install their updated components afterwards

those are: PlatformUpdate, RDP, WMF4, AD LDS, RSAT, DCA2.0, VirtualPC, WorkFolders, Server Essentials Connector

 

doesn't that mean that KB2670838 should be integrated before KB3020369?? (does it make a difference)

Servicing stack updates (in this case KB3020369) should always be integrated first. The reason should be obvious...

 

The servicing stack includes the files and resources that are required to service a Windows image. This includes the Package Manager executable, the required servicing libraries, and other resources. The servicing stack is included in all Windows installations.
Edited by Arthur
  • Thanks 1
Posted (edited)
then what happens to those who installed the platform update years ago when it came up? should they still install the service stack update or must they skip it? (will it screw up their windows if they install it?) Edited by 7point5
Posted
then what happens to those who installed the platform update years ago when it came up?

That's irrelevant in the context of this thread.

 

The majority of this thread has been about integrating the updates into an offline Windows image taken straight from a Microsoft Windows 7 SP1 ISO, not to an existing (online) Windows installation that's been used for years.

  • 1 month later...
Posted
Oh joy. I've used it on a few standalone machines, no images. Those machines seemed to do further updates fine, but the installer for the convenience update runs a check for several hours before going through. Actually works out quicker to just install the updates from WSUS. It's pants.
  • 5 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...