Changes

Jump to: navigation, search

Internet Explorer 7 Automatic Delivery Blocker

61 bytes added, 14:01, 9 October 2007
m
no edit summary
The install and remove commands in the following wpkg installer are taken from the relevant parts of this script.
<pre> <package id="ie7ADblocker" name="Internet Explorer 7 Automatic Delivery Blocker" version="1" priority="1000" reboot="false" execute="once" >
<install cmd='REG ADD "HKLM\SOFTWARE\Microsoft\Internet Explorer\Setup\7.0" /v DoNotAllowIE70 /t REG_DWORD /d 1 /f' />
<remove cmd='REG DELETE "HKLM\SOFTWARE\Microsoft\Internet Explorer\Setup\7.0" /v DoNotAllowIE70 /f' />
</package>
</pre>
[[Category:Silent Installers]]

Navigation menu