Changes

Jump to: navigation, search

Internet Explorer 8

940 bytes added, 16:21, 3 September 2009
New page: Silent Installer for Internet Explorer 8 Download [http://technet.microsoft.com/en-us/ie/cc889351.aspx IEAK8] here [http://www.microsoft.com/downloads/details.aspx?familyid=0be39082-e9c6-...
Silent Installer for Internet Explorer 8

Download [http://technet.microsoft.com/en-us/ie/cc889351.aspx IEAK8] here [http://www.microsoft.com/downloads/details.aspx?familyid=0be39082-e9c6-4f6b-a38e-cb4e284cf987&displaylang=en] and install the Toolkit.

Create your custom IE8 installer bundle with the "Internet Explorer Customization Wizard 8". Note: user based settings like search providers will not work if you run WPKG under a service account.

Create the package [http://wpkg.org/KB932823 KB932823] if you are using Windows XP and haven't got Service Pack 3 installed.


<source lang="xml">
<package
id="ie8"
name="Internet Explorer 8"
revision="8"
priority="900">

<depends package-id="KB932823" />
<check type='uninstall' condition='exists' path='Windows Internet Explorer 8' />
<install cmd='%SOFTWARE%\windows\IE8-Setup-Full-xp.exe' >
<exit code='any' />
</install>

</package>
</source>

[[Category:Silent Installers]]
13
edits

Navigation menu