Jbutler
(Fresh Scripter)
2003-03-04 08:20 PM
IE 6.0 Kix Script

IS there a Kix script out that Installs IE 6.0 on windows nt/2000 and windows 9x clients?

Sealeopard
(KiX Master)
2003-03-04 08:21 PM
Re: IE 6.0 Kix Script

IE should be installed through the IEAK (Internet Explorer Administration Kit). Search for IEAK on the KiXtart BBS to find relevant threads.

[ 04. March 2003, 20:51: Message edited by: sealeopard ]


NTDOCAdministrator
(KiX Master)
2003-03-04 08:45 PM
Re: IE 6.0 Kix Script

Nope.. no script. IE 6 is NOT supported and will not install on Windows 95. It can be installed on Windows 98/ME but not 95.

Time to move up to 2000/XP/2003

Here is the link to Microsoft's site for the Admin Kit.

http://www.microsoft.com/windows/ieak/default.asp


Radimus
(KiX Supporter)
2003-03-04 09:13 PM
Re: IE 6.0 Kix Script

this runs the upgrade from 6.0 to 6.0 SP1

code:
 
; ************************** Internet Explorer 6 Service Pack 1 ************************************
; if $os="Win2k" and $ier="6.0.2600.0000"
; if updateapp("InternetExplorer6SP1",3)="yes"
; $=sendmessage(@wksta," The computer will automatically restart when complete.@CRLF This will take about 5-10 minutes.")
; $=Writeprofilestring("$logon\inventory\Install.log","IE6SP1","@wksta","@date")
; run '$setup\apps\IE6SP1\ie6setup.exe /q'
; $m=split("A CRITICAL Update is NOW taking place. Please do not open any programs until your system reboots and starts again. This Update will take about 5-10 minutes.",
; "The Upgrade is running. Please do not open any programs. The Upgrade will be complete in about 10 minutes and your computer will restart.",chr(44))
; while 1
; for each $message in $m
; $=Messagebox($message, "Message from MIS",0)
; next
; loop
; quit
; endif
; endif