MSFN Forum: [Tutorial] How To Slipstream Vista SP1 into Vista RTM using WAIK - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[Tutorial] How To Slipstream Vista SP1 into Vista RTM using WAIK Rate Topic: -----

#1 User is offline   amit_talkin 

  • Experienced
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 05-October 05

  Posted 03 May 2008 - 06:35 AM

Hi,

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-kb935509-X64.cab
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-kb935509-X64.cab /o:E:\mount\;E:\mount\Windows /s:E:\sandbox
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



#2 User is offline   sp00f 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 712
  • Joined: 30-November 06

Posted 04 May 2008 - 07:04 AM

thx , but you dont change the xml in mum, like vista integrator does?

#3 User is offline   flamandu 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 17-April 08

Posted 06 May 2008 - 11:26 AM

can you type the whole command for extracting the service pack.
the command that you gave isn't correct. It gives me....this.....

'M:\' is not recognized as an internal or external command,
operable program or batch file.

C:\Windows\system32>Windows6.0-KB936330-X64-wave1.exe /X:D:\VistaWorK\SP1Extract

'Windows6.0-KB936330-X64-wave1.exe' is not recognized as an internal or external
command,
operable program or batch file.

#4 User is offline   amit_talkin 

  • Experienced
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 05-October 05

Posted 07 May 2008 - 03:56 PM

@sp00f,
I have no idea about update.mum, I didnt make change in it.
can u provide some info about it?

@flamandu,

here is full command line
E:\>Windows6.0-KB936330-X64-wave1.exe /X:E:\extract


make sure that path of exe file is correct.

#5 User is offline   sp00f 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 712
  • Joined: 30-November 06

Posted 10 May 2008 - 12:43 AM

AlbertS said :

Quote

The SP Integration is a little bit complex and there are many possible issues i don't have time to explain everything.
But I will tell you but i don't make it to easy for you
You have to Integrate the windows6.0-kb937287-X86.cab first then the 3 other small cabs and then the big one.
Open the update.mum insde the big windows6.0-kb936330-X86.cab file with an texteditor and look at the bottom.
There you find this:
exclusive="true" allowedOffline="false"

i think you know what allowedOffline means so you have to change this. It is possible to extract the cab edit the mum and integrate the folder there the cab is extracted with the pkgmgr.


#6 User is offline   gotenks98 

  • Member
  • PipPip
  • Group: Members
  • Posts: 115
  • Joined: 02-June 05

Posted 12 May 2008 - 10:23 AM

I have read alot about this, what I wanted to know how does this process handle updating the service stack? Why is it that microsoft insists that this cant be done offline? I have seen a few 3rd party apps like vlite, vista tool and vista update integrater how do those tools compare to using the method found in this thread?

#7 User is offline   Dr.difreNT 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 27-April 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 May 2008 - 07:19 AM

sp00f tnx for information, very good,i did all things how you wrote(just!!) i dont know the command for integration of folder with extracted files with pkgmgr,please can you post or describe shortly that, thank youDr.DifreNT

#8 User is offline   sp00f 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 712
  • Joined: 30-November 06

Posted 13 May 2008 - 07:11 PM

View PostDr.difreNT, on May 13 2008, 03:19 PM, said:

sp00f tnx for information, very good,i did all things how you wrote(just!!) i dont know the command for integration of folder with extracted files with pkgmgr,please can you post or describe shortly that, thank youDr.DifreNT

I dont know , sorry :blushing:

#9 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,615
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

  Posted 14 May 2008 - 02:00 AM

View Postsp00f, on May 14 2008, 11:11 AM, said:

View PostDr.difreNT, on May 13 2008, 03:19 PM, said:

sp00f tnx for information, very good,i did all things how you wrote(just!!) i dont know the command for integration of folder with extracted files with pkgmgr,please can you post or describe shortly that, thank youDr.DifreNT

I dont know , sorry :blushing:


Why doesn't that surprise me... :whistle:

This post has been edited by MAVERICKS CHOICE: 14 May 2008 - 02:00 AM


#10 User is offline   Dr.difreNT 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 27-April 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 14 May 2008 - 03:25 AM

View PostMAVERICKS CHOICE, on May 14 2008, 10:00 AM, said:

View Postsp00f, on May 14 2008, 11:11 AM, said:

View PostDr.difreNT, on May 13 2008, 03:19 PM, said:

sp00f tnx for information, very good,i did all things how you wrote(just!!) i dont know the command for integration of folder with extracted files with pkgmgr,please can you post or describe shortly that, thank youDr.DifreNT

I dont know , sorry :blushing:


Why doesn't that surprise me... :whistle:


tnx anyway, somewhere there must be the answer :rolleyes:

#11 User is offline   sp00f 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 712
  • Joined: 30-November 06

Posted 15 May 2008 - 06:50 PM

View Postsp00f, on May 14 2008, 03:11 AM, said:

View PostDr.difreNT, on May 13 2008, 03:19 PM, said:

sp00f tnx for information, very good,i did all things how you wrote(just!!) i dont know the command for integration of folder with extracted files with pkgmgr,please can you post or describe shortly that, thank youDr.DifreNT

I dont know , sorry :blushing:

I f you can do better, show us....

#12 User is offline   Dr.difreNT 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 27-April 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 May 2008 - 03:53 AM

View Postsp00f, on May 16 2008, 02:50 AM, said:

View Postsp00f, on May 14 2008, 03:11 AM, said:

View PostDr.difreNT, on May 13 2008, 03:19 PM, said:

sp00f tnx for information, very good,i did all things how you wrote(just!!) i dont know the command for integration of folder with extracted files with pkgmgr,please can you post or describe shortly that, thank youDr.DifreNT

I dont know , sorry :blushing:

I f you can do better, show us....

i will do my best, but i didt say that i can do better... :sneaky:

This post has been edited by Dr.difreNT: 16 May 2008 - 03:54 AM


#13 User is offline   Dr.difreNT 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 27-April 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 16 May 2008 - 05:05 AM

View PostDr.difreNT, on May 16 2008, 11:53 AM, said:

View Postsp00f, on May 16 2008, 02:50 AM, said:

View Postsp00f, on May 14 2008, 03:11 AM, said:

View PostDr.difreNT, on May 13 2008, 03:19 PM, said:

sp00f tnx for information, very good,i did all things how you wrote(just!!) i dont know the command for integration of folder with extracted files with pkgmgr,please can you post or describe shortly that, thank youDr.DifreNT

I dont know , sorry :blushing:

I f you can do better, show us....

i will do my best, but i didt say that i can do better... :sneaky:

this is what im done

Windows6.0-KB936330-X64-wave0.exe /X:C:\extr

after extration of exe file i took
936330.cab and extract it to folder C:\SPCAB\EXTRSP1
FOR %i IN (*) DO (START "Expand" /WAIT %Windir%\System32\Expand.exe %i -f:* C:\SPCAB\EXTRSP1)

after extraction size of the folder EXTRSP1 is 2,4(+-)2.5 gb
found update.mum ,change "allowedOfline-true" ,save
and then im stop
(i hope - "..to be continued")



:rolleyes:

#14 User is offline   BigBen7 

  • Group: Members
  • Posts: 1
  • Joined: 23-June 08

Posted 16 July 2008 - 08:03 AM

Hello All,

I also am interested in how to perform an "offline" sliptream of SP1 into Vitsa... (I know MS does not support it, but that is OK.) Looking at this thread I believe the basic process is:

Mount Vista RTM

Extract downloaded SP1 to a folder (C:\extract for example)

Expand windows6.0-kb936330-X86.cab and update "update.mum" per AlbertS instructions

"Recab" the pieces of windows6.0-kb936330-X86.cab (Does CABARC work for this?)

Run pkgmgr.exe for windows6.0-kb937287-X86.cab and then the other 3 small cabs per AlbertS instructions

Run pkgmgr.exe for the big cab per AlbertS instructions

Unmount with commit

Build ISO

Burn

What else am I missing?? Also should this whole process be performed on a Vista machine and if so, any hotfixes need as prereqs?? When to reboot during process??

Thanks for any/all advice

Bigben7

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy