Jump to content

Creating W7 AIO + Updates


Recommended Posts

Hi guys,

I monted a dvd Win7 AIO ( All versions x86 and x64) and now I would like ADD winUpdates.

I try to use vLite, but it need select the version of image.. (home, prof, ultimate, etc)...

The doubt is...

Need I integrated updates for all versions of image ?

Is there other way / software / command to integrate winupdates for all dvd ?

thanks in advanced.

Link to comment
Share on other sites


Hi guys,

I monted a dvd Win7 AIO ( All versions x86 and x64) and now I would like ADD winUpdates.

I try to use vLite, but it need select the version of image.. (home, prof, ultimate, etc)...

The doubt is...

Need I integrated updates for all versions of image ?

Is there other way / software / command to integrate winupdates for all dvd ?

thanks in advanced.

If you havent tried 7Costumizer here on msfn's forum it might be worth taking a look at:)

I found a software (windows 7 Toolkit) few days ago at wincert's forum, seems like a nice software, with addons, updates etc:

http://www.wincert.net/forum/index.php?/fo...175e9635921d69b

Seems like it can do alot of stuff, but integrating all updates available for download in the software didnt work, just the msu and cab files, no the exe's..

Link to comment
Share on other sites

Thanks Rick, but I think the OP is looking for a way to do this with-out having to mount each image separately. With DISM Tool, he will need to manually mount each image.

I was toying with scripting a batch file to do this, here it is. You will need place your x86 updates in the x86 folder, and x64 in x64 folder. and run this batch, Install WIM and this cmd file need be in the same folder as those x86 and x64 folder.

Easy way to get your updates (and these two folders), is use my 10-13-2009 ULZ batch scripted file - Get it here.

Not sure if your images are 1-5 x86 6-9 x64, or if you also have Enterprise edition (2 more images) so you may have to do some alterations on this batch. But for the most part this will mount each image and integrate the proper set of updates.

Run "DISM.exe /Get-WimInfo /WimFile:%~dp0Install.wim" to find out what the correct order is and adjust accordingly

AIO_Updates.cmd

MD %~dp0MOUNT

Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:1 /MountDir:%~dp0MOUNT
Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x86"
Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit

Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:2 /MountDir:%~dp0MOUNT
Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x86"
Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit

Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:3 /MountDir:%~dp0MOUNT
Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x86"
Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit

Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:4 /MountDir:%~dp0MOUNT
Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x86"
Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit

Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:5 /MountDir:%~dp0MOUNT
Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x86"
Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit

Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:6 /MountDir:%~dp0MOUNT
Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x64"
Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit

Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:7 /MountDir:%~dp0MOUNT
Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x64"
Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit

Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:8 /MountDir:%~dp0MOUNT
Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x64"
Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit

Dism.exe /Mount-Wim /WimFile:%~dp0install.wim /Index:9 /MountDir:%~dp0MOUNT
Dism.exe /image:%~dp0MOUNT /Add-Package /PackagePath:"%~dp0x64"
Dism.exe /Unmount-Wim /MountDir:%~dp0MOUNT /commit

Edited by MrJinje
Link to comment
Share on other sites

I'm going to read the docs included with WAIK-have the latest installed-will take some time because I have never scripted...a few batch files etc.; I find this very interesting-MrJinje and everyone make adopting this new OS so much easier. This last install using the second DVD as outlined in my post in the DISM page runs remarkably well, very fast and stable; much more so than one without drivers/updates integrated. Point bein' I guess, it is worth it to spend the time experimenting/testing...eventually the work pays off.

Thanks a bunch :thumbup

Oh..and...just a little philosophy...

The best thing in life is spending free money :rolleyes:

Link to comment
Share on other sites

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...