Jump to content

hoonu

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by hoonu

  1. Thanks. I will give this a try. What about if I want to do this on multiple systems thus multiple MAC addresses. What would I use for the Identifier? Thanks again.
  2. Hey guys. I have been searching all day for this and have came up short many times and figured I would ask you all for some help. What I'm trying to do is have a unattend.xml set a static IP, DNS, and display resolution. Below is what I have in my unattend.xml thus far. I have removed the DNS portion because I keep getting a windows error stating it can not continue installation. I'm still getting the error with the file below but I think it may have something to do with the identifier. I would like to be able to use this for Audit mode for factory testing... and then use it for OOBE so that I can prepare the system for deployment. Of course I would still need the static ips. Any help would be greatly appreciated. Thanks again! <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" 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"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UILanguageFallback>en-US</UILanguageFallback> <UserLocale>en-US</UserLocale> </component> </settings> <settings pass="specialize"> <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> <Identifier>Local Area Connection</Identifier> <Ipv4Settings> <DhcpEnabled>false</DhcpEnabled> </Ipv4Settings> <UnicastIpAddresses> <IpAddress wcm:keyValue="1">192.168.1.5/24</IpAddress> </UnicastIpAddresses> <Routes> <Route wcm:action="add"> <Identifier>0</Identifier> <Prefix>0.0.0.0/0</Prefix> <NextHopAddress>192.168.1.3</NextHopAddress> <Metric>20</Metric> </Route> </Routes> </Interface> </Interfaces> </component> </settings> </unattend>
  3. One more thing, is there a way to keep the HFSLIP uninstall option out of the add/remove programs? I'm using this on test systems for a software system and I rather not provoke our testers any more than I have to.
  4. oops... my answer is above. Looking forward to the updates above. Also... perhaps this is in the guide, is there a way to create multiple accounts with the unattended install with specific rights (like Guest rights)?
×
×
  • Create New...