Difference between revisions of "Internet Explorer 8"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(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-...)
 
m (Added to Category Internet Explorer.)
Line 24: Line 24:
 
</source>
 
</source>
  
 +
[[Category:Internet Explorer]]
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]

Revision as of 09:36, 9 September 2009

Silent Installer for Internet Explorer 8

Download IEAK8 here [1] 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 KB932823 if you are using Windows XP and haven't got Service Pack 3 installed.


<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>