Jump to content

confreg

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Greece

Everything posted by confreg

  1. Hello! I have created an answer file which works fine but the only thing is i keep getting prompt in the beginning of windows7 installation to choose x86 or x64 setup type. Do i have to insert a new line in the xml file?The answer file was build based on the x86 component installation. Here is the answer file <?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>en-US</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-uS</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"> - <DiskConfiguration> <WillShowUI>OnError</WillShowUI> - <Disk wcm:action="add"> - <CreatePartitions> - <CreatePartition wcm:action="add"> <Extend>true</Extend> <Type>Primary</Type> <Order>1</Order> </CreatePartition> </CreatePartitions> - <ModifyPartitions> - <ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>true</Extend> <Format>NTFS</Format> <Label>OS install</Label> <Letter>J</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> </DiskConfiguration> <EnableFirewall>false</EnableFirewall> <EnableNetwork>true</EnableNetwork> <Restart>Restart</Restart> - <ImageInstall> - <OSImage> <InstallToAvailablePartition>true</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> - <UserData> - <ProductKey> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>false</AcceptEula> </UserData> </component> </settings> </unattend> Note: I have put accept EULA on false but the installation finishes succesfuly. Is this normal? Thanks in advance
×
×
  • Create New...