Problems with unattended Windows 10 installation.

Joined
Jan 3, 2016
Messages
6
Reaction score
0
I have problem to install Windows 10 with an unattended xml file. Following error message appear "No images are available." Below the text is the content of my unattended xml file. I have also attached an picture about error message. Can someone help me with this problem?

<?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="amd64" 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-GB</UILanguage>
< /SetupUILanguage>
< InputLocale>fi-FI</InputLocale>
< SystemLocale>en-GB</SystemLocale>
< UserLocale>fi-FI</UserLocale>
< UILanguage>en-GB</UILanguage>
< /component>
< component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="
http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
< DiskConfiguration>
< WillShowUI>OnError</WillShowUI>
< Disk wcm:action="add">
< CreatePartitions>
< CreatePartition wcm:action="add">
< Size>350</Size>
< Type>Primary</Type>
< Order>1</Order>
< /CreatePartition>
< CreatePartition wcm:action="add">
< Extend>true</Extend>
< Order>2</Order>
< Type>Primary</Type>
< /CreatePartition>
< /CreatePartitions>
< ModifyPartitions>
< ModifyPartition wcm:action="add">
< Order>1</Order>
< Active>true</Active>
< Format>NTFS</Format>
< Label>System</Label>
< PartitionID>1</PartitionID>
< /ModifyPartition>
< ModifyPartition wcm:action="add">
< Format>NTFS</Format>
< PartitionID>2</PartitionID>
< Order>2</Order>
< Label>Windows</Label>
< /ModifyPartition>
< /ModifyPartitions>
< DiskID>0</DiskID>
< WillWipeDisk>true</WillWipeDisk>
< /Disk>
< /DiskConfiguration>
< ImageInstall>
< OSImage>
< InstallTo>
< DiskID>0</DiskID>
< PartitionID>2</PartitionID>
< /InstallTo>
< WillShowUI>OnError</WillShowUI>
< /OSImage>
< /ImageInstall>
< UserData>
< ProductKey>
< WillShowUI>Never</WillShowUI>
< Key>11111-22222-33333-44444-55555</Key>
< /ProductKey>
< AcceptEula>true</AcceptEula>
< /UserData>
< /component>
< /settings>
< settings pass="oobeSystem">
< component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" 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>
< Password>
< Value>dABlAHMAdABQAGEAcwBzAHcAbwByAGQA</Value>
< PlainText>false</PlainText>
< /Password>
< Username>Admin</Username>
< Enabled>true</Enabled>
< /AutoLogon>
< OOBE>
< HideEULAPage>true</HideEULAPage>
< HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
< SkipMachineOOBE>true</SkipMachineOOBE>
< NetworkLocation>Other</NetworkLocation>
< /OOBE>
< UserAccounts>
< LocalAccounts>
< LocalAccount wcm:action="add">
< Password>
< Value>dABlAHMAdABQAGEAcwBzAHcAbwByAGQA</Value>
< PlainText>false</PlainText>
< /Password>
< Name>Admin</Name>
< Group>Administrators</Group>
< /LocalAccount>
< /LocalAccounts>
< /UserAccounts>
< TimeZone>(GMT+02:00) Helsinki, Kiev, Riga, Sofia, Tallinn, Vilnius</TimeZone>
< DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
< /component>
< /settings>
< settings pass="specialize">
< component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" 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>Computer</ComputerName>
< TimeZone>FLE Standard Time</TimeZone>
< /component>
< /settings>
< cpi:eek:fflineImage cpi:source="wim:c:/installation/win10/install/sources/install.wim#Windows 10 Pro Technical Preview" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
< /unattend>
 

Attachments

  • Pic.jpg
    Pic.jpg
    246.1 KB · Views: 1,129
Joined
May 6, 2015
Messages
2,848
Reaction score
501
Even in the days when I 'owned' the system management at my workplace I have never seen a script of any sort to do that task. But I am sure that somebody on here has.
 
Joined
Jan 4, 2016
Messages
1
Reaction score
0
Hi!

Maybe you can try my xml file here which works on my side:

Code:
<?xml version="1.0" encoding="UTF-8"?>

-<unattend xmlns="urn:schemas-microsoft-com:unattend">


-<settings pass="oobeSystem">


-<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="amd64" name="Microsoft-Windows-International-Core">

<InputLocale>0c09:00000409</InputLocale>

<SystemLocale>en-AU</SystemLocale>

<UILanguage>en-US</UILanguage>

<UILanguageFallback>en-US</UILanguageFallback>

<UserLocale>en-AU</UserLocale>

</component>


-<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="amd64" name="Microsoft-Windows-Shell-Setup">

<TimeZone>AUS Eastern Standard Time</TimeZone>


-<AutoLogon>

<Enabled>false</Enabled>

</AutoLogon>


-<OEMInformation>

<HelpCustomized>true</HelpCustomized>

<Manufacturer>company</Manufacturer>

<SupportPhone>0286078220</SupportPhone>

<SupportURL>http://company.zendesk.com</SupportURL>

</OEMInformation>


-<OOBE>

<HideEULAPage>true</HideEULAPage>

<HideLocalAccountScreen>true</HideLocalAccountScreen>

<HideOnlineAccountScreens>true</HideOnlineAccountScreens>

<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>

<NetworkLocation>Work</NetworkLocation>

<ProtectYourPC>1</ProtectYourPC>

</OOBE>


-<UserAccounts>


-<LocalAccounts>


-<LocalAccount wcm:action="add">

<Description>PW</Description>

<DisplayName>User</DisplayName>

<Group>Administrators</Group>

<Name>User</Name>


-<Password>

<PlainText>wordP@ss</PlainText>

</Password>

</LocalAccount>

</LocalAccounts>

</UserAccounts>


-<FirstLogonCommands>


-<SynchronousCommand wcm:action="add">

<CommandLine>cmd.exe /c wmic useraccount where "name='company'" set PasswordExpires=FALSE</CommandLine>

<Order>1</Order>

<Description>Disable password expiration for company user</Description>

</SynchronousCommand>

</FirstLogonCommands>

</component>

</settings>


-<settings pass="specialize">


-<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="amd64" name="Microsoft-Windows-Security-SPP-UX">

<SkipAutoActivation>true</SkipAutoActivation>

</component>


-<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="amd64" name="Microsoft-Windows-Shell-Setup">

<RegisteredOrganization>company</RegisteredOrganization>

<RegisteredOwner>company</RegisteredOwner>

</component>

</settings>


-<settings pass="windowsPE">


-<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="amd64" name="Microsoft-Windows-International-Core-WinPE">

<InputLocale>0c09:00000409</InputLocale>

<SystemLocale>en-AU</SystemLocale>

<UILanguage>en-US</UILanguage>

<UILanguageFallback>en-US</UILanguageFallback>

<UserLocale>en-AU</UserLocale>


-<SetupUILanguage>

<UILanguage>en-US</UILanguage>

</SetupUILanguage>

</component>


-<component language="neutral" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" versionScope="nonSxS" publicKeyToken="31bf3856ad364e35" processorArchitecture="amd64" name="Microsoft-Windows-Setup">


-<Diagnostics>

<OptIn>true</OptIn>

</Diagnostics>


-<DynamicUpdate>

<Enable>true</Enable>

<WillShowUI>OnError</WillShowUI>

</DynamicUpdate>


-<ImageInstall>


-<OSImage>

<WillShowUI>OnError</WillShowUI>


-<InstallFrom>


-<MetaData wcm:action="add">

<Key>/IMAGE/NAME</Key>

<Value>Windows 10 Pro</Value>

</MetaData>

</InstallFrom>

</OSImage>

</ImageInstall>


-<UserData>

<AcceptEula>true</AcceptEula>


-<ProductKey>

<Key>11111-22222-33333-44444-55555</Key>

<WillShowUI>OnError</WillShowUI>

</ProductKey>

</UserData>

</component>

</settings>

</unattend>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top