13
edits
Changes
added check for windows7
<depends package-id="KB932823" />
<check type='"logical" condition="or"> <check type="uninstall' " condition='"exists' " path='"Windows Internet Explorer 8' " /> <check type="registry" condition="equals" path="HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\CurrentVersion" value="6.1" /> </check>
<install cmd='%SOFTWARE%\windows\IE8-Setup-Full-xp.exe' >
<exit code='any' />
</source>
Note: the registry check returns true on Windows7 and the package is not installed. IE8 is included in Windows7.
[[Category:Internet Explorer]]
[[Category:Silent Installers]]