Jump to content

Recommended Posts

Posted

Hi.

I have Windows 7 All Version x86 i x64 on my private once DVD. Size is 3,55 GB.

I integrated all updates to January 2011. I used DISM with bat file:


@echo off
title .:: UPDATES ::.
start /wait c:\Windows\system32\DISM.exe /image:d:\dismtool\wim /add-package /packagepath:d:\dismtool\updates

After this ISO have... 4,77 GB and is too big for DVD.

I have questions:

Why after integration size is bigger? Old files should be overwritten by new and size should be comparable. What now?


Posted

You can remove the older versions of the same KB, but when you dismount its not compressed and you have alots of space just like on your harddrive. Just exporting all images to a new *.wim will save you space and decrease the size.

Posted
You can remove the older versions of the same KB

But how to do this? I mount install.wim and where are older versions of the same KB?

but when you dismount its not compressed and you have alots of space just like on your harddrive. Just exporting all images to a new *.wim will save you space and decrease the size.

I do not understand. I have one install.wim. How I Can '"exporting all images to new wim"? Can I please for instructions? :unsure:

Posted

Inside the INSTALL.WIM are at least 4 images. You can see them by using IMAGEX /INFO on the WIM file. So say you just want the 7PRO32 image out, you find out what the Image Index is with the /INFO switch, and you can use IMAGEX /EXPORT to get that one image out. Check out ImageX Command-Line Options on TechNet.

Posted

Newer version of the same KB might be:

Old: KB12345.exe

New: KB12345-V2.exe

Im 99% sure you can skip integrateing the old.. And its just like Tripredacus wrote, you probably have several images in that install.wim

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...