KB2666914 Integration Error? I tried 2x to use the WinToolKit to integrate KB2666914 and it seems to fail... does it need to be added to an online image?
I had no problem adding DirectAccess Connectivity Assistant 2.0 RC to a DVD image using KUC. English LP installed?
I'ts strange because I thought I added this before with no problems but I have done so may tests over the last few weeks that I may have been mistaken... I am running some tests now
Just do the update process for each image inside the wim. KUC will download all needed updates for you for each image, so no manual searching/download is needed. You use KUC on the computer where you maintain your wims.
How do I do this for my AIO 32/64bit DVD?? How do I run KUC for the image and download all updates?? (and not for my computer)
1. open cmd prompt 2. run set %sourcefile%=d:\Win7DVD\sources\install.wim where d:\Win7DVD\sources\install.wim points to your install.wim if you place the dvd in c:\w7\ type set %sourcefile%=c:\W7\sources\install.wim 3.make an empty folder type md c:\offline 4. type set tmpdir=c:\offline 5. for the first image run dism /mount-wim /wimfile:%sourcefile% /index:1 /mountdir:%tmpdir% Note: you must set the sourcefile and tmpdir before you run the dism command. else run dism /mount-wim /wimfile:c:\W7\sources\install.wim /index:1 /mountdir:c:\offline then use KUC
Ok.. I saw error.. it didnot like my %% variables.. hardcoded it and it worked fine.. Now it is running updates for index:1 So is this what I do in essence Code: dism /mount-wim /wimfile:%sourcefile% /index:%1 /mountdir:%tmpdir% KUC /DVD-image-dir:c:\offline /up-dir:c:\wu /repo-dir:c:\wu\repo run KUC with defaults (i selected IE9) Remove_old.cmd Copy_Files_2_add.cmd Update.cmd dism /unmount-wim /mountdir:%tmpdir% /commit and rerun this again and again for index : 1 - 11 (x86 and x64 all versions)... it will overwrite the %sourcefile% directory.. I guess that is allright??? I will run to identify index Code: dism /get-wiminfo /wimfile:%sourcefile% Will this recreate the DVD image each time and finally after 11.. I will have all versions up to date?? OR will then run Code: imagex /export /check /compress fast d:\Win7DVD\sources\install.wim * d:\Win7DVD\sources\newinstall.wim delete d:\Win7DVD\sources\install.wim rename d:\Win7DVD\sources\newinstall.wim d:\Win7DVD\sources\install.wim Do I run the above command each time .. or after 11th run ?? Thanks
got everything working and integrated guys but when I use Code: imagex /export /check /compress fast c:\wu\iso\sources\install.wim * c:\wu\iso\sources\install2.wim it fails at random times with Code: ImageX Tool for Windows Copyright (C) Microsoft Corp. All rights reserved. Version: 6.1.7600.16385 Exporting: [c:\wu\iso\sources\install.wim, *] -> [c:\wu\iso\sources\install2.wim] [ 50% ] Exporting progress: 4:43 mins remaining Error exporting image #1. Access is denied. Fails at 30% 43% etc.. have opened the WAIK command prompt with admin privilidges.. install.wim has 2 images in it.. i have tested a ISO with that and works fine I just want to compress it so it fits in 1 DVD.. currently the ISO becomes 5GB Any alternate ways / GUI to compress install .wim ?? Thanks EDIT: FIXED.. I had to disable MSE (antivirus) BUT the fast compress install.wim is actually bigger than the original created by tool.. bummer.. will try max compression. don't look like i will be able to fit in 1 DVD (2 images.. ultimate 32 and 64bit with all hotfixes till date)
Just some notes: 1. Use an USB stick instead of a DVD; the installation of Win7 is much faster using an USB stick than using a DVD. 2. Start with a clean DVD image(no updates installed) and only add the latest updates. Adding/removing/adding/removing... makes the images bigger and bigger. (my reference DVD image for x86 is about 9gb now) 3. Using a RAM disk for upate integration can speed up the process. When using a RAM disk, also set the %TMP% and %TEMP% values to it. BUT only do that in the batch, so this change only affects the dism process.