Slipstreaming IE8

N

NewsBot

Guest
As James and I mentioned in our blog post What’s coming in IE8 for IT Pros?, IE8 can now be slipstreamed into Vista and Window Server 2008 OS images. If you manage the desktop images for your organization, slipstream saves you time by simplifying the task of adding Internet Explorer 8 and any IE updates. If you’re adding Internet Explorer 7 to a Windows XP image you’ll typically install XP and then add IE7 before capturing the image -this can take 2 hours! With IE8 and Windows Vista, you are able to integrate IE8 into the image file of the original operating system in about 15 minutes. No more booting the OS image, manually installing IE and re-capturing the image. The slipstreaming support also extends to IE8 cumulative updates and language packages. Slipstreaming IE8 into an OS image will only be supported on Vista and Windows Server 2008 platforms. Windows XP and Windows Server 2003 do not currently offer a solution for slipstreaming Windows components, which are built using update.exe.
Here are the steps to create a Vista image with IE8 being the out of box browser by default. You can try this yourself with IE8 beta1.
<span style="color:#008080">Preparation</span>
1. Install Windows Automated Install Kit
<blockquote>The Windows Automated Install Kit (WAIK) is a tool available for Vista and Windows Server 2008 to manage and customize OS images. This is the tool you’ll be using to slipstream IE8. Download a version of WAIK that matches your local machine configuration (not the image you’ll be slipstreaming IE8 into).
</blockquote><blockquote>Note: Using a WAIK x64 bit version for a Vista x86 image will not work. For more information, please refer to the WAIK Readme.
</blockquote>2. Create the Vista directory
<blockquote>Copy the Vista directory from the CD onto your local machine.
</blockquote>3. Create 3 temp folders: Mount, Pkg, Sandbox
<blockquote>You can name each folder whatever you want, however remember the purpose of each folder created.
For this example, I created:
c:\slipstreaming\mount
c:\slipstreaming\pkg
c:\slipstreaming\sandbox.
Your final folder structure should look something like this:
</blockquote>.
4. Download IE8 Beta 1
<blockquote>Download IE8 Beta1 to your local machine from here. For this example, I saved the IE8 Beta1 exe in c:\Slipstreaming\IE8x86en
</blockquote>5. Extract and expand the MSU file
<blockquote>From the IE8 exe file:
</blockquote>
<ul>[ ]To extract the MSU, in the command prompt run this /x: . For example: c:SlipstreamingIE8x86enIE8-WindowsVista-x86-enu.exe /x: c:SlipstreamingIE8x86en[ ]To expand the MSU, in the command prompt run this expand.exe -F: [/I][/B]. For example: expand.exe c:SlipstreamingIE8x86enIE8.MSU -F: c:Slipstreamingpkg[/list]<span style="color:#008080">Slipstream</span>

1. Mount the Vista install image to your temporary location.
<blockquote>In the command prompt, run this imagex.exe /mountrw install.wim
For this example: I am slipstreaming IE8 into Vista Ultimate which has the imagenumber = 4. The command I ran is as such "C:\Program Files\Windows AIK\Tools\x86\imagex.exe" /mountrw C:\Slipstreaming\VistaSP1x86en\sources\install.wim 4 C:\Slipstreaming\mount
If you don’t know the image number of the OS image you are using, you can use the arbitrary large number instead of 4 in the command above like this: imagex.exe /dir c:\VistaRTM\sources\install.wim 20. This triggers help information to be displayed. From the output in your command prompt, choose the SKU that you are using and the IMAGE INDEX is the that you need.
</blockquote>2. Slipstream IE8 into the Vista image.
<blockquote>If you are using Vista Gold image, you need to change a read only attribute flag prior to executing a slipstream command: attrib -R "\Windows\Offline Web Pages"
For example: attrib -R "C:\Slipstreaming\mount\Windows\Offline Web Pages"
Now, you are ready to slipstream IE8. Run this in the command prompt: pkgmgr.exe /n:\WindowsVista-KB#-NEUTRAL.xml /o:â€;\windows†/s: /l:. <span style="color:#008080">Ensure the pkgmgr.exe you use is the one installed with the WAIK tools.</span>
For example: "c:\Program Files\Windows AIK\Tools\x86\Servicing\pkgmgr.exe" /n:"c:\Slipstreaming\pkg\Windows6.0-KB944036-x86.xml" /o:""c:\Slipstreaming\mount";"c:\Slipstreaming\mount\windows"" /s:"c:\Slipstreaming\sandbox" /l:"c:\Slipstreaming\slp.log"
Once the slipstreaming command is finished successfully, the slp.log will say “exit code 0x00â€.
Remember to add the read only attribute flag back after slipstreaming is complete if using a Vista Gold image: attrib +R "\Windows\Offline Web Pages"
For example: attrib +R "C:\Slipstreaming\mount\Windows\Offline Web Pages"
</blockquote>3. Save the changes.
<blockquote>Use imagex.exe to save the changes: imagex /commit /unmount
For this example: "c:\Program Files\Windows AIK\Tools\x86\imagex.exe" /commit /unmount c:\Slipstreaming\mount
</blockquote>You are all done!!! The Vista install image on your local machine is the new Vista build with IE8 slipstreamed.
Since IE8 is part of the Vista image, you can customize it by creating an answer.xml file and running Vista setup with unattend option as such: \setup.exe /unattend:
The Unattended Windows install option enables customization of the OS install, and the answer.xml file provides the “answers†for customizations and drives the unattended install.
You can find more about unattend installs and answer files here:
<ul>[ ]Unattended Documentation (This documentation is also included in the WAIK)[ ]IE Settings customizable via unattend[/list]After you install the final image, IE8 beta1 will appear under installed updates as such and can be uninstalled in the same way as when installing IE8 standalone.You will be reverted to IE7 if you choose to uninstall IE8.
.
Thanks,
Jane Maliouta
IE Deployment Program Manager
View attachment 115

More...
 

Attachments

  • 973adf51216afb01dd4d2f531f0f50b1._.gif
    973adf51216afb01dd4d2f531f0f50b1._.gif
    43 bytes · Views: 10
Last edited:

Similar threads

A
Replies
0
Views
113
Adam Leinss
A
O
Replies
0
Views
211
Obujuwami
O
D
Replies
0
Views
129
DrewMilizia
D
Back
Top