Kenne76 Posted January 3, 2016 Posted January 3, 2016 (edited) 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:[attachment=40019:Pic.jpg][attachment=40019:Pic.jpg]offlineImage cpi:source="wim:c:/installation/win10/install/sources/install.wim#Windows 10 Pro Technical Preview" xmlns:cpi="urn:schemas-microsoft-com:cpi" />< /unattend> Edited January 3, 2016 by Kenne76
johnhc Posted January 3, 2016 Posted January 3, 2016 (edited) Kenne76, I suspect this means that there is no install.wim file in your ISO. Where did you get your ISO? It can be opened with an extractor application (I use 7-zip) to see the files/folders in it. Enjoy, John. EDIT: It looks like your XML file has a number of problems. I suggest you install the ISO directly by booting it. Edited January 3, 2016 by johnhc
kmaheshkumar Posted January 4, 2016 Posted January 4, 2016 as the johnhc said first try to install with normal iso if it shows then build the unattended xml file using windows system image manager available from windows adk
Kenne76 Posted January 4, 2016 Author Posted January 4, 2016 I got my Windows 10 ISO file via MediaCreation Tool from Windows. If I install without xml file then it works fine. It is probably something wrong with my unattended xml fil, but I don't figure what's wrong with it.
Tripredacus Posted January 4, 2016 Posted January 4, 2016 Remove the Product Key object from windowsPE pass.
johnhc Posted January 4, 2016 Posted January 4, 2016 Thanks, Kenne76. I suggest you run WSIM (Windows System Image Manager). Since it is not formatted, it is almost impossible to read - even one xml line per line would be better than what you posted. Your product key is no good, of course. There are install keys available for the version of W10 you are using. Google can find it for you. I think the Media Creation Tool ISOs contain an install.esd not install.wim. I do not know if you can do an unattended install on it. This post has links to ISO files containing wim files. Enjoy, John.
Kenne76 Posted January 4, 2016 Author Posted January 4, 2016 I havde created the unattended xml file with WSIM version 10.0.10586.0. If I remove the ProductKey following error message appear "Windows cannot read the <Product Key> setting from the unattend answer file.
Kenne76 Posted January 4, 2016 Author Posted January 4, 2016 I got my unattended xml file to work when used product key from this page http://windowsiso.net/windows-10-iso/windows-10-product-key/#1446674969519-449c4e09-10beput it in the Product Key object.
johnhc Posted January 5, 2016 Posted January 5, 2016 Great, Kenne76, thanks for reporting your success. Enjoy, John.
kmaheshkumar Posted January 7, 2016 Posted January 7, 2016 (edited) posting product keys are not allowed unless it is only the KMS key You can use KMS key from microsoft site https://technet.microsoft.com/en-us/library/jj612867.aspxafter installation you can change it as per your requirement Edited January 7, 2016 by kmaheshkumar
submix8c Posted January 8, 2016 Posted January 8, 2016 (edited) @kmaheshkumar - You are aware that those are Generic KMS (GVLK) keys issued (indirectly) by MS themselves, right?Those are for Build 10240 ("Free Upgrade" of the RTM) -http://www.ibtimes.co.uk/how-get-windows-10-product-key-start-activation-1514845http://www.msfn.org/board/topic/174155-windows-10-upgrade-ripp-off/ HTH (and google is your friend - sometimes) edit - And a Side Note -http://www.msfn.org/board/topic/174208-windows-10-deeper-impressions/#entry1115236You *will* Upgrade from RTM or *else*!"All your OS are belong to us." ~Microsoft Edited January 8, 2016 by submix8c 1
steve6375 Posted January 14, 2016 Posted January 14, 2016 (edited) FYI: You can easily generate answer files from the WAFG site pages. It also includes a list of generic Product Keys for install purposes.The XML file can be modified for auto-install/partitioning using the Easy2Boot XMLtoE2B edit utility. Edited January 14, 2016 by steve6375
Sirdeer Posted April 21, 2017 Posted April 21, 2017 Mr Kenne76, I have read your problem, So I suggest you to reinstall your windows, thank you
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now