Jump to content

Install Loopback adapter


Recommended Posts


  • 3 months later...
I am creating an unattended install of windows "XP" and would like to included installing microsoft loopback adapter.  Does anyone know how to do this?

I use devcon.exe from XP DDK for this issue (WinXP and Win2003)

Winnt.sif

[GuiUnattended]
DetachedProgram="%systemroot%\system32\DevCon.exe install %systemroot%\inf\netloop.inf *msloop"

[NetAdapters]
Adapter1=params.Adapter1
Adapter2=params.Adapter2

[params.MS_TCPIP]
AdapterSections=params.MS_TCPIP.Adapter1,params.MS_TCPIP.Adapter2

[params.Adapter1]
NetCardAddress=0x000123456789
ConnectionName="LAN"

[params.Adapter2]
InfID="*msloop"
ConnectionName="VLN"

[NetProtocols]
MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP.Adapter1]
SpecificTo=Adapter1
DHCP=No
WINS=Yes
IPAddress=192.168.0.6
SubnetMask=255.255.255.0

[params.MS_TCPIP.Adapter2]
SpecificTo=Adapter2
DHCP=No
WINS=No
IPAddress=192.168.6.1
SubnetMask=255.255.255.0

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...