Difference between revisions of "IPv6 on Windows XP"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
 
Line 16: Line 16:
 
</package>
 
</package>
 
</source>
 
</source>
 
  
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]
 
[[Category:Changing Windows settings]]
 
[[Category:Changing Windows settings]]

Latest revision as of 11:39, 8 July 2011

This package installs the IPv6 network protocol on Windows XP.

<package 
    id="ipv6onxp" 
    name="IPv6 on Windows XP" 
    reboot="false">

    <check type="registry" condition="exists" path="HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6"/>

    <install cmd="%COMSPEC% /c netsh int ipv6 install"/>

    <remove cmd="%COMSPEC% /c netsh int ipv6 uninstall">
        <exit code="0" reboot="postponed"/>
    </remove>
</package>