Windows 7 Forums


Windows 7: rt_7_lite ISO corruption errors

09 Aug 2012   #1

Windows Pro x64
 
 
rt_7_lite ISO corruption errors

Hi all,



I'm using the rt_7_lite_win7_Vista_x64_sp1 build on a Win 7 Pro x64 SP1 platform. The purpose of the exercise is to slipstream the latest updates into the en_windows_7_professional_with_sp1_x64_dvd_u_676939 iso file. The integration and ISO build phases complete without error. The msu files are downloaded from MS and seem to be fine. Once the iso build completes I try to do a test build with it fails during the extraction phase claiming corrupted or missing files. As an aside, the only msu updates I have incorporated are MS security updates.

Any ideas?
My System SpecsSystem Spec

09 Aug 2012   #2

Vista x64 / 7 X64
 
 

If you are just integrating updates - why not use dism?
My System SpecsSystem Spec
09 Aug 2012   #3

Windows Pro x64
 
 

Not sure of the methodology to use DISM. If that can achieve the same result then I would use it.
My System SpecsSystem Spec
.


09 Aug 2012   #4

Vista x64 / 7 X64
 
 

1 Make a folder called e.g c:\updates and put all your .msu files in.

Make a folder called e.g. c:\mount

2.Then mount your install.wim image to c:\mount folder

dism /Mount-Wim /WimFile:c:\install.wim /index:1 /MountDir:c:\mount

( Adjust number 1 according to which edition you want to mount )


3. Save this into a text file call it upd.bat

for %%i in (c:\Updates\*.msu) do dism /Image:c:\mount /Add-Package /PackagePath:%%i

Run it as admin.

4.Unmount image committing changes

dism /Unmount-Wim /MountDir:c:\mount /commit
My System SpecsSystem Spec
Reply

 rt_7_lite ISO corruption errors problems?



Thread Tools



Similar help and support threads for: rt_7_lite ISO corruption errors
Thread Forum
Boot errors,shutdown errors, wake errors. Performance & Maintenance
Solved Corruption General Discussion
zip corruption Network & Sharing
bluescreens/stack dumps/memory errors/bad image errors BSOD Help and Support
possible corruption of W7? General Discussion


All times are GMT -5. The time now is 01:19 AM.


Seven Forums Android App Seven Forums IOS App Follow us on Facebook

Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32