A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Installation and Setup of Vista
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Installation and Setup of Vista Installation problems and questions using Windows Vista. (microsoft.public.windows.vista.installation_setup)

Unattend installation - configuring 2nd network adapter



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old October 2nd 08, 05:16 PM posted to microsoft.public.windows.vista.installation_setup
Kumar[_2_]
external usenet poster
 
Posts: 5
Default Unattend installation - configuring 2nd network adapter

I was able to get one network adapter to be configured in the windows 2008
unattend xml file. However the server has dual NIC one for private and other
for public. I am not sure how I configure the two NIC interfaces.

Questions:
How do I add the second Network adapter IP address? see the blank space
below in the unattend file where this configuration has to go.

How to Disable Autologon?

How to make it install on the first available partition ( Mostly on C drive)

How to Disable firewall?

Below given is the unattend.xml file


?xml version="1.0" encoding="utf-8"?
unattend xmlns="urn:schemas-microsoft-com:unattend"
settings pass="specialize"
component name="Microsoft-Windows-Shell-Setup"
processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
ComputerNamecompname/ComputerName
RegisteredOrganizationCompany Name/RegisteredOrganization
RegisteredOwnerCompany Name/RegisteredOwner
ShowWindowsLivefalse/ShowWindowsLive
/component
component name="Microsoft-Windows-Security-Licensing-SLC-UX"
processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
SkipAutoActivationtrue/SkipAutoActivation
/component
component name="Microsoft-Windows-IE-ESC" processorArchitecture="x86"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
IEHardenAdminfalse/IEHardenAdmin
IEHardenUserfalse/IEHardenUser
/component
component name="Microsoft-Windows-TCPIP" language="neutral"
processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Interfaces
Interface
IdentifierLocal Area Connection/Identifier
Ipv4Settings
DhcpEnabledfalse/DhcpEnabled
/Ipv4Settings
UnicastIpAddresses
IpAddress wcm:keyValue="1"10.10.17.5/16/IpAddress
/UnicastIpAddresses
Routes
Route wcm:action="add"
Identifier0/Identifier
Prefix0.0.0.0/0/Prefix
NextHopAddress10.10.10.1/NextHopAddress
Metric20/Metric
/Route
/Routes
/Interface




interface


Here is where the 2nd network adapter configuration goes (I want
the ip to be 10.10.17.3)? But what is the configuration that I can use
here?????


/interface




/Interfaces
/component
component name="Microsoft-Windows-TerminalServices-LocalSessionManager"
processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS"
fDenyTSConnectionsfalse/fDenyTSConnections
/component
component
name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions"
processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS"
UserAuthentication0/UserAuthentication
/component
component name="Networking-MPSSVC-Svc" processorArchitecture="x86"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
FirewallGroups
FirewallGroup wcm:action="add" wcm:keyValue="rd1"
Activetrue/Active
GroupRemote Desktop/Group
Profileall/Profile
/FirewallGroup
/FirewallGroups
/component
/settings
settings pass="oobeSystem"
component name="Microsoft-Windows-International-Core"
processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
InputLocale0409:00000409/InputLocale
SystemLocaleen-us/SystemLocale
UILanguageen-us/UILanguage
UserLocaleen-us/UserLocale
/component
component name="Microsoft-Windows-Shell-Setup"
processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
RegisteredOrganizationCompany Name/RegisteredOrganization
RegisteredOwnerCompany Name/RegisteredOwner
UserAccounts
AdministratorPassword
Valuepassword/Value
PlainTextfalse/PlainText
/AdministratorPassword
LocalAccounts
LocalAccount wcm:action="add"
Password
Valuemmn/Value
PlainTextfalse/PlainText
/Password
DescriptionAdministrative Installer/Description
DisplayNameAdmin2/DisplayName
GroupAdministrators/Group
NameAdmin2/Name
/LocalAccount
/LocalAccounts
/UserAccounts
AutoLogon
Password
Valuemmm/Value
PlainTextfalse/PlainText
/Password
DomainWORKGROUP/Domain
Enabledtrue/Enabled
LogonCount2/LogonCount
UsernameAdministrator/Username
/AutoLogon
FirstLogonCommands
SynchronousCommand wcm:action="add"

CommandLine%WINDIR%\POST_INSTALLER\post_installe r.vbs/CommandLine
DescriptionPost Install Script/Description
Order1/Order
/SynchronousCommand
/FirstLogonCommands
OOBE
HideEULAPagetrue/HideEULAPage
NetworkLocationWork/NetworkLocation
ProtectYourPC3/ProtectYourPC
/OOBE
Display
ColorDepth32/ColorDepth
HorizontalResolution1024/HorizontalResolution
VerticalResolution768/VerticalResolution
/Display
TimeZoneEastern Standard Time/TimeZone
/component
/settings
settings pass="generalize"
component name="Microsoft-Windows-ServerManager-SvrMgrNc"
processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
DoNotOpenServerManagerAtLogontrue/DoNotOpenServerManagerAtLogon
/component
component name="Microsoft-Windows-OutOfBoxExperience"
processorArchitecture="x86" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

DoNotOpenInitialConfigurationTasksAtLogontrue/DoNotOpenInitialConfigurationTasksAtLogon
/component
/settings
settings pass="windowsPE"
component name="Microsoft-Windows-Setup" processorArchitecture="x86"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
UserData
AcceptEulatrue/AcceptEula
FullNameMyorg/FullName
OrganizationMyorg/Organization
ProductKey
WillShowUINever/WillShowUI
KeyXXXXX-XXXXX-XXXXX-XXXXX-XXXXX/Key
/ProductKey
/UserData
ImageInstall
OSImage
InstallFrom
MetaData wcm:action="add"
Value2/Value
Key/IMAGE/INDEX/Key
/MetaData
/InstallFrom
InstallTo
DiskID0/DiskID
PartitionID2/PartitionID
/InstallTo
/OSImage
/ImageInstall
/component
/settings
cpifflineImage
cpi:source="wim:c:/windows2008/sources/install.wim#Windows Longhorn
SERVERENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /
/unattend
?xml version="1.0" encoding="utf-8"?

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:37 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.