I'm trying to follow the instructions for creating an answer file with the Windows Automatic Installation Kit. When you install WAIK, it includes documentation including a step by step guide. Following the step by step guide, I have created an answer file but the installer doesn't seem to find it when I boot from the installation CD. I have tried it on two different computers. I have tried putting the answer file on a flash drive and on a diskette. I have tried nameing the anser file both Autounattend.xml and Unattend.xml. But no matter what I do, it always comes up at the page where it asks you to accept the license agreement. So its not doing an automatic install but I don't know if its not finding the answer file or if there is something wrong with the answer file. My answer file is reproduced below. Note that one of the keys is AcceptEula which I figure means "accept user license agreement". The value is true. Yet, it still asks me if I want to accept the license agreement. <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <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"> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Size>40000</Size> <Order>1</Order> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Format>NTFS</Format> <Active>true</Active> <Label>system</Label> <Order>1</Order> </ModifyPartition> </ModifyPartitions> </Disk> <WillShowUI>OnError</WillShowUI> <Disk wcm:action="add"> <DiskID>00</DiskID> </Disk> </DiskConfiguration> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> </OSImage> </ImageInstall> <UserData> <ProductKey> <Key>49JCX-4VFQC-9K8HX-XDDJ2-XMHDG</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>John G. Heim</FullName> </UserData> </component> <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>en-US</InputLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Deployment" 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"> <Reseal> <Mode>Audit</Mode> </Reseal> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/tmp/install.wim#Windows 7 ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
If yours is an o e m version, u will be asked this regardless of whether or not u have an answer file. On 4/17/11, John G. Heim <jheim@math.wisc.edu> wrote:
I'm trying to follow the instructions for creating an answer file with the Windows Automatic Installation Kit. When you install WAIK, it includes documentation including a step by step guide. Following the step by step guide, I have created an answer file but the installer doesn't seem to find it when I boot from the installation CD. I have tried it on two different computers. I have tried putting the answer file on a flash drive and on a diskette. I have tried nameing the anser file both Autounattend.xml and Unattend.xml. But no matter what I do, it always comes up at the page where it asks you to accept the license agreement. So its not doing an automatic install but I don't know if its not finding the answer file or if there is something wrong with the answer file.
My answer file is reproduced below. Note that one of the keys is AcceptEula which I figure means "accept user license agreement". The value is true. Yet, it still asks me if I want to accept the license agreement.
<?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <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"> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Size>40000</Size> <Order>1</Order> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Format>NTFS</Format> <Active>true</Active> <Label>system</Label> <Order>1</Order> </ModifyPartition> </ModifyPartitions> </Disk> <WillShowUI>OnError</WillShowUI> <Disk wcm:action="add"> <DiskID>00</DiskID> </Disk> </DiskConfiguration> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> </OSImage> </ImageInstall> <UserData> <ProductKey> <Key>49JCX-4VFQC-9K8HX-XDDJ2-XMHDG</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>John G. Heim</FullName> </UserData> </component> <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>en-US</InputLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Deployment" 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"> <Reseal> <Mode>Audit</Mode> </Reseal> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/tmp/install.wim#Windows 7 ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/listinfo/blind-sysadmins
-- Blame the computer--why not? It can't defend itself & occasionally might even be the culprit Jackie McBride Jaws Scripting training materials: www.screenreaderscripting.com homePage: www.abletec.serverheaven.net
Hi John, Did you try validating the answer file before saving it? I recommend you keep the file as: autounattend.xml I'm not sure if letter-casing could be that it misses the file, which i doubt it would, but, I usually just type autounattend in lower case. Also, but I'm sure you know this, do make sure the file is on the root of a flashdisk or the cd. I know the unattend.xml is only named when you are doing an unattend from a syspreped install. I could show you my unattend file if you like, but a few settings are abit different such as the partitioning, I also add a few registry entries such as disabling UAC, and enabling the administrator, AutoLogon, skipping the welcome, the network stuff. Basicly my windows install goes like this: boot from dvd, I then get asked which edition of windows I'd like to install, and when I come back, it will be at the desktop. I've chosen to delete only the first partition of the disk in case user has stuff on the second partition, hence not cleaning the entire disk. Regards, ----- Original Message ----- From: "John G. Heim" <jheim@math.wisc.edu> To: "Blind sysadmins list" <blind-sysadmins@lists.hodgsonfamily.org> Sent: Sunday, April 17, 2011 8:22 PM Subject: [Blind-sysadmins] windows automatic installation
I'm trying to follow the instructions for creating an answer file with the Windows Automatic Installation Kit. When you install WAIK, it includes documentation including a step by step guide. Following the step by step guide, I have created an answer file but the installer doesn't seem to find it when I boot from the installation CD. I have tried it on two different computers. I have tried putting the answer file on a flash drive and on a diskette. I have tried nameing the anser file both Autounattend.xml and Unattend.xml. But no matter what I do, it always comes up at the page where it asks you to accept the license agreement. So its not doing an automatic install but I don't know if its not finding the answer file or if there is something wrong with the answer file.
My answer file is reproduced below. Note that one of the keys is AcceptEula which I figure means "accept user license agreement". The value is true. Yet, it still asks me if I want to accept the license agreement.
<?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <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"> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Size>40000</Size> <Order>1</Order> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Format>NTFS</Format> <Active>true</Active> <Label>system</Label> <Order>1</Order> </ModifyPartition> </ModifyPartitions> </Disk> <WillShowUI>OnError</WillShowUI> <Disk wcm:action="add"> <DiskID>00</DiskID> </Disk> </DiskConfiguration> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> </OSImage> </ImageInstall> <UserData> <ProductKey> <Key>49JCX-4VFQC-9K8HX-XDDJ2-XMHDG</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>John G. Heim</FullName> </UserData> </component> <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>en-US</InputLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Deployment" 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"> <Reseal> <Mode>Audit</Mode> </Reseal> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/tmp/install.wim#Windows 7 ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
_______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/listinfo/blind-sysadmins
If I remember correctly this can also happen if you don't provide a product key in the answer file. Regards Darragh Ó Héiligh Fujitsu Offices of the Houses of the Oireachtas, Fredrick Building, South Fredrick Street, Dublin2 Telephone: +353 (1) 618 3559 Email: darragh.oheiligh@oireachtas.ie Internet: http://www.oireachtas.ie From: "John G. Heim" <jheim@math.wisc.edu> To: "Blind sysadmins list" <blind-sysadmins@lists.hodgsonfamily.org> Date: 17/04/2011 19:22 Subject: [Blind-sysadmins] windows automatic installation Sent by: blind-sysadmins-bounces@lists.hodgsonfamily.org I'm trying to follow the instructions for creating an answer file with the Windows Automatic Installation Kit. When you install WAIK, it includes documentation including a step by step guide. Following the step by step guide, I have created an answer file but the installer doesn't seem to find it when I boot from the installation CD. I have tried it on two different computers. I have tried putting the answer file on a flash drive and on a diskette. I have tried nameing the anser file both Autounattend.xml and Unattend.xml. But no matter what I do, it always comes up at the page where it asks you to accept the license agreement. So its not doing an automatic install but I don't know if its not finding the answer file or if there is something wrong with the answer file. My answer file is reproduced below. Note that one of the keys is AcceptEula which I figure means "accept user license agreement". The value is true. Yet, it still asks me if I want to accept the license agreement. <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <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"> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Size>40000</Size> <Order>1</Order> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Format>NTFS</Format> <Active>true</Active> <Label>system</Label> <Order>1</Order> </ModifyPartition> </ModifyPartitions> </Disk> <WillShowUI>OnError</WillShowUI> <Disk wcm:action="add"> <DiskID>00</DiskID> </Disk> </DiskConfiguration> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> </OSImage> </ImageInstall> <UserData> <ProductKey> <Key>49JCX-4VFQC-9K8HX-XDDJ2-XMHDG</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>John G. Heim</FullName> </UserData> </component> <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>en-US</InputLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Deployment" 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"> <Reseal> <Mode>Audit</Mode> </Reseal> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/tmp/install.wim#Windows 7 ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/listinfo/blind-sysadmins
If I remember correctly this can also happen if you don't provide a product key in the answer file. Regards Darragh Ó Héiligh Fujitsu Offices of the Houses of the Oireachtas, Fredrick Building, South Fredrick Street, Dublin2 Telephone: +353 (1) 618 3559 Email: darragh.oheiligh@oireachtas.ie Internet: http://www.oireachtas.ie From: "John G. Heim" <jheim@math.wisc.edu> To: "Blind sysadmins list" <blind-sysadmins@lists.hodgsonfamily.org> Date: 17/04/2011 19:22 Subject: [Blind-sysadmins] windows automatic installation Sent by: blind-sysadmins-bounces@lists.hodgsonfamily.org I'm trying to follow the instructions for creating an answer file with the Windows Automatic Installation Kit. When you install WAIK, it includes documentation including a step by step guide. Following the step by step guide, I have created an answer file but the installer doesn't seem to find it when I boot from the installation CD. I have tried it on two different computers. I have tried putting the answer file on a flash drive and on a diskette. I have tried nameing the anser file both Autounattend.xml and Unattend.xml. But no matter what I do, it always comes up at the page where it asks you to accept the license agreement. So its not doing an automatic install but I don't know if its not finding the answer file or if there is something wrong with the answer file. My answer file is reproduced below. Note that one of the keys is AcceptEula which I figure means "accept user license agreement". The value is true. Yet, it still asks me if I want to accept the license agreement. <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <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"> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Size>40000</Size> <Order>1</Order> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Format>NTFS</Format> <Active>true</Active> <Label>system</Label> <Order>1</Order> </ModifyPartition> </ModifyPartitions> </Disk> <WillShowUI>OnError</WillShowUI> <Disk wcm:action="add"> <DiskID>00</DiskID> </Disk> </DiskConfiguration> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> </OSImage> </ImageInstall> <UserData> <ProductKey> <Key>49JCX-4VFQC-9K8HX-XDDJ2-XMHDG</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>John G. Heim</FullName> </UserData> </component> <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>en-US</InputLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Deployment" 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"> <Reseal> <Mode>Audit</Mode> </Reseal> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/tmp/install.wim#Windows 7 ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> _______________________________________________ Blind-sysadmins mailing list Blind-sysadmins@lists.hodgsonfamily.org http://lists.hodgsonfamily.org/listinfo/blind-sysadmins
participants (4)
-
Darragh OHeiligh
-
Jackie McBride
-
John G. Heim
-
Zameer Mahomed