Thought I'd start a new thread to deal with my latest problems. OK I have a basic unattend which I took from FireGeier. This works fine, but I would like to add more settings....LOL
I am laughing but getting a bit strained now
I thought I'd add the ammended.xml that I cannot get to work. I have removed rearm to see if that was causing problems...nada. I have removed computer name to see if that works...nada. I haven't removed anything else yet but have removed my key code and changed account names.
<?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>sv-SE</UILanguage> </SetupUILanguage> <InputLocale>041d:0000041d</InputLocale> <SystemLocale>sv-SE</SystemLocale> <UILanguage>sv-SE</UILanguage> <UserLocale>sv-SE</UserLocale> </component> - <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> - <ProductKey> <Key>*****-*****-*****-*****-*****</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> </UserData> - <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> </Display> - <ImageInstall> - <OSImage> - <InstallFrom> - <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows Vista BUSINESS</Value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> </component> </settings> - <settings pass="specialize"> - <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"> <SkipAutoActivation>true</SkipAutoActivation> </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"> <ComputerName /> </component> - <component name="Microsoft-Windows-TCPIP" 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"> - <Interfaces> - <Interface wcm:action="add"> - <Ipv4Settings> <DhcpEnabled>false</DhcpEnabled> </Ipv4Settings> - <UnicastIpAddresses> <IpAddress wcm:action="add" wcm:keyValue="192.168.0.200/24">1</IpAddress> </UnicastIpAddresses> - <Routes> - <Route wcm:action="add"> <Identifier>0</Identifier> <NextHopAddress>192.168.0.1</NextHopAddress> <Prefix>0.0.0.0/0</Prefix> <Metric>20</Metric> </Route> </Routes> <Identifier>Local Area Connection</Identifier> </Interface> </Interfaces> </component> - <component name="Microsoft-Windows-DNS-Client" 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"> - <DNSSuffixSearchOrder> <DomainName wcm:action="add" wcm:keyValue="2">195.54.122.204</DomainName> <DomainName wcm:action="add" wcm:keyValue="1">!95.54.122.200</DomainName> </DNSSuffixSearchOrder> - <Interfaces> - <Interface wcm:action="add"> <DisableDynamicUpdate>false</DisableDynamicUpdate> <Identifier>Local Aerea Connection</Identifier> </Interface> </Interfaces> </component> </settings> - <settings pass="oobeSystem"> - <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"> - <AutoLogon> <Enabled>true</Enabled> <LogonCount>2</LogonCount> <Username>Administrator</Username> </AutoLogon> - <Display> <ColorDepth>32</ColorDepth> <DPI>96</DPI> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> </Display> - <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <TimeZone>W. Europe Standard Time</TimeZone> - <UserAccounts> - <AdministratorPassword> <Value>NQA2ADcAMwA3ADgANwA5AG0AYQBBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</Value> <PlainText>false</PlainText> </AdministratorPassword> - <LocalAccounts> - <LocalAccount wcm:action="add"> <Name>Girlfriend</Name> <DisplayName>Girlfriend</DisplayName> <Group>Administrators</Group> </LocalAccount> - <LocalAccount wcm:action="add"> <DisplayName>bookie32</DisplayName> <Group>Administrators</Group> <Name>bookie32</Name> </LocalAccount> </LocalAccounts> </UserAccounts> </component> - <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"> <InputLocale>041d:0000041d</InputLocale> <SystemLocale>sv-SE</SystemLocale> <UILanguage>sv-SE</UILanguage> <UserLocale>sv-SE</UserLocale> </component> </settings> <cpi:offlineImage cpi:source="wim:g:/vista_installation/install.wim#Windows Vista BUSINESS" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
Can someone have a look at that and tell me where I am going wrong.
I have a firewall as a standard gateway 192.168.0.1
The computer's Static IP-addresss 192.168.0.200
Dns-server range 195.54.122.200
195.54.122.204
Thanks as always
bookie32



Help

Back to top









