Deploy latest IE version

  • Thread starter Thread starter MartinH
  • Start date Start date
M

MartinH

HI,
What is the best way to deploy the latest version (6?) of
Internet Explorer? Can I deploy the IE 6 SP1?
Is it an MSI file? Where can I get it?
That would be a blast! :)

/Martin
 
Martin,

One way to deploy ie6 is to run a silent install from a
script. Once you download the file you can use the syntax
below to run the install.


path\ie6setup.exe /Q:A /C:"ie6wzd /S:""#e"" /Q /R:A

We did this way at one of my sites and it worked great
 
Hi,

I use the IEAK, and you're right it is "a blast", not sure if that's in
a good way or a bad way though:)

You can just about get IE6SP1, but it hasn't been updated in ages -
apparently the plan is to integrate future versions of IE into the O/S
and that's why SP2 for IE6 has not been released yet. However, it's
really easy to slipstream the latest security roll-up into your IEAK
build at the "Custom Components" screen.
 
Back
Top