I was trying to integrate vista sp1 into vista RTM DVD using WAIK. It worked fine for me
Here is how i did that.
1. Download Vista SP1 from here. 32-bit and 64-bit version.
2. Now extract the content of downloaded service pack file to a folder using following command.
for example, I have 64bit version's exe.
Windows6.0-KB936330-X64-wave1.exe /X:E:\extract
where "E:\extract" is the directory where service pack files will be extracted.
3. Open the directory where you have extracted service pack files ( "E:\extract" here )
you will see following cab files there.
Quote
windows6.0-kb936330-X64.cab
windows6.0-kb937287-X64.cab
windows6.0-kb937954-X64.cab
windows6.0-kb938371-X64.cab
4. Mount (RW) your WIM file , for example I have mounted my WIM image to "E:\mount\" directory.
Also create a "Sandbox" folder. "E:\sandbox".
5. Now run package manager ( pkgmgr.exe ) to import packages ( cab files ) shown above.
Quote
pkgmgr.exe /ip /m:E:\extract\windows6.0-kb936330-X64.cab /o:E:\mount\;E:\mount\Windows /s:E:\sandbox
pkgmgr.exe /ip /m:E:\extract\windows6.0-kb937287-X64.cab /o:E:\mount\;E:\mount\Windows /s:E:\sandbox
pkgmgr.exe /ip /m:E:\extract\windows6.0-kb937954-X64.cab /o:E:\mount\;E:\mount\Windows /s:E:\sandbox
pkgmgr.exe /ip /m:E:\extract\windows6.0-kb938371-X64.cab /o:E:\mount\;E:\mount\Windows /s:E:\sandbox
6. Unmount your mounted WIM.
Done!
Amit
This post has been edited by amit_talkin: 03 May 2008 - 06:35 AM



Help

Back to top










