XC*LUSiVE Posted February 3, 2012 Posted February 3, 2012 Hi,I'm having a problem with Autounattend.xml. When I apply with W7T (quick or full, doesn't matter). I got "Device driver not found" error at setup and it asks me to find drivers. I also integrated "MassStorage DP_x86", so I can't still find the problem. Without Autounattend.xml, I don't have any problems at install.How can I solve this problem?Thanks Quote
caphp Posted February 4, 2012 Posted February 4, 2012 Maybe we can have a look at your Autounattend.xml ... :shifty: Quote
XC*LUSiVE Posted February 4, 2012 Author Posted February 4, 2012 (edited) Sure...Autounattend.xml Edited February 4, 2012 by XC*LUSiVE Quote
caphp Posted February 5, 2012 Posted February 5, 2012 (edited) OK, there is quite a difference between your Autounattend.xml and one generated from "Unattended Creator" in v.1.3.0.98.First of all, please delete your key from the Autounattend.xml !Try this Autounattend.xml, import it within "Unattended Creator" in v.1.3.0.98 and place your key in it.Then save the file and test it again.Autounattend.xml Edited February 5, 2012 by caphp Quote
myselfidem Posted February 5, 2012 Posted February 5, 2012 (edited) @XC*LUSiVEI'm guessing you have used 7Customizer to create your Autounattend.xml file.You can change inside Autounattend.xml file:<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"> <SystemLocale>tr-TR</SystemLocale> <UserLocale>tr-TR</UserLocale> <UILanguage>tr-TR</UILanguage> <InputLocale>041f:0000041f</InputLocale> </component>And also:<settings pass="specialize"> <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> <Username>XCLUSiVE7</Username> <Password> <PlainText>true</PlainText> <Value></Value> </Password> <LogonCount>9999999</LogonCount> </AutoLogon> <TimeZone>GTB Standard Time</TimeZone> <ComputerName>EXC7-PC</ComputerName> </component>And if you change the "Folder_Location" you need to change the path for the last line or remove this one:<cpi:offlineImage cpi:source="wim:E:/7Work/DVD/sources/install.wim#Windows 7 Ultimate" xmlns:cpi="urn:schemas-microsoft-com:cpi" />And you can check your Autounattend.xml file with WSIM and valdate it. You need first to install WAIK 3.0 for Windows 7, and WSIM is include inside.http://www.microsoft.com/downloads/tr-tr/details.aspx?FamilyID=696dd665-9f76-4177-a811-39c26d3b3b34I hope that can help you! Edited February 5, 2012 by myselfidem Quote
XC*LUSiVE Posted February 5, 2012 Author Posted February 5, 2012 OK, there is quite a difference between your Autounattend.xml and one generated from "Unattended Creator" in v.1.3.0.98.First of all, please delete your key from the Autounattend.xml !Try this Autounattend.xml, import it within "Unattended Creator" in v.1.3.0.98 and place your key in it.The save the file and test it again.same problem @XC*LUSiVEI'm guessing you have used 7Customizer to create your Autounattend.xml file.You can change inside Autounattend.xml file:<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"> <SystemLocale>tr-TR</SystemLocale> <UserLocale>tr-TR</UserLocale> <UILanguage>tr-TR</UILanguage> <InputLocale>041f:0000041f</InputLocale> </component>And also:<settings pass="specialize"> <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> <Username>XCLUSiVE7</Username> <Password> <PlainText>true</PlainText> <Value></Value> </Password> <LogonCount>9999999</LogonCount> </AutoLogon> <TimeZone>GTB Standard Time</TimeZone> <ComputerName>EXC7-PC</ComputerName> </component>And if you change the "Folder_Location" you need to change the path for the last line or remove this one:<cpi:offlineImage cpi:source="wim:E:/7Work/DVD/sources/install.wim#Windows 7 Ultimate" xmlns:cpi="urn:schemas-microsoft-com:cpi" />And you can check your Autounattend.xml file with WSIM and valdate it. You need first to install WAIK 3.0 for Windows 7, and WSIM is include inside.http://www.microsoft...11-39c26d3b3b34I hope that can help you!Yeah, You're right. I used 7customizer. It has been working on my old work (win7 sp0).My current work is for captured wim. Are there any problems for captured wim files? Quote
myselfidem Posted February 5, 2012 Posted February 5, 2012 My current work is for captured wim. Are there any problems for captured wim files?No!I think the problem is with the last line inside your Autounattend.xml file.Try to remove the last line and save your file (or change the path for install.wim)!You can check also the <Value /> (error) for password on my post above.Thanks to let us know the result. Quote
XC*LUSiVE Posted February 5, 2012 Author Posted February 5, 2012 No!I think the problem is with the last line inside your Autounattend.xml file.Try to remove the last line and save your file (or change the path for install.wim)!You can check also the <Value /> (error) for password on my post above.Thanks to let us know the result.<?xml version="1.0" encoding="utf-8"?><!--Created by Windows 7 Toolkit v1.3.0.98--><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"> <SystemLocale>tr-TR</SystemLocale> <UserLocale>tr-TR</UserLocale> <UILanguage>tr-TR</UILanguage> <InputLocale>041f:0000041f</InputLocale> </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> <AcceptEula>true</AcceptEula> </UserData> </component> </settings></unattend>This is the simpliest one, but it still doesn't work! I'm going to be crazy! Quote
myselfidem Posted February 5, 2012 Posted February 5, 2012 You are testing on a Virtual Machine ? Quote
XC*LUSiVE Posted February 5, 2012 Author Posted February 5, 2012 You are testing on a Virtual Machine ?Now... Yes... Quote
myselfidem Posted February 5, 2012 Posted February 5, 2012 How do you have integrated SP1? Using sysprep ?Try to create your ISO file with your Autounattend.xml file at the root of your distribution folder , without using W7T and let us know.Thanks Quote
XC*LUSiVE Posted February 5, 2012 Author Posted February 5, 2012 (edited) How do you have integrated SP1? Using sysprep ?Try to create your ISO file with your Autounattend.xml file at the root of your distribution folder , without using W7T and let us know.ThanksI downloaded the ISO from MSDN, so it has already had SP1. I used sysprep for other things. I tried without W7T. Same problem Edited February 5, 2012 by XC*LUSiVE Quote
myselfidem Posted February 5, 2012 Posted February 5, 2012 Strange! Without using Autounattend.xml file works for you, but not with Autounattend.xml file, right? Quote
XC*LUSiVE Posted February 5, 2012 Author Posted February 5, 2012 Strange! Without using Autounattend.xml file works for you, but not with Autounattend.xml file, right?Unfortunately, right... Quote
myselfidem Posted February 5, 2012 Posted February 5, 2012 (edited) OK!I haven't this problem with my install.wim SP1 customized and captured using sysprep, and with my clean MSDN SP1!Maybe you can try to use your clean MSDN Windows 7 SP1 with your Autounattend.xml file only!And how do you create your iso file with a batch file ?Thanks to let us know! Edited February 5, 2012 by myselfidem Quote
XC*LUSiVE Posted February 5, 2012 Author Posted February 5, 2012 (edited) OK!I haven't this problem with my install.wim SP1 customized and captured using sysprep, and with my clean MSDN SP1!Maybe you can try to use your clean MSDN Windows 7 SP1 with your Autounattend.xml file only!And how do you create your iso file with a batch file ?Thanks to let us know!I create my ISO file by W7T.I started to rebulid my work. I'll keep the old one... Edited February 5, 2012 by XC*LUSiVE Quote
myselfidem Posted February 5, 2012 Posted February 5, 2012 However, I have already encountered this problem, and I think when the iso is created some programs are working on background ,like Antivirus and an error occurs during the silent installation! Quote
XC*LUSiVE Posted February 5, 2012 Author Posted February 5, 2012 However,I have already encountered this problem, and I think when the iso is created some programs are working on background ,like Antivirus and an error occurs during the silent installation!I'm using Windows Developer Preview. It has Windows Defender (bulit-in MSE). I haven't installed other security softwares. WD doesn't snoop. Quote
myselfidem Posted February 5, 2012 Posted February 5, 2012 There is something wrong inside your customized image !You have used 7Customizer and after W7T.Try to use, like I said, an original Windows 7 SP1 with your Autounattend.xml file! Quote
XC*LUSiVE Posted February 5, 2012 Author Posted February 5, 2012 There is something wrong inside your customized image !You have used 7Customizer and after W7T.Try to use, like I said, an original Windows 7 SP1 with your Autounattend.xml file!I used 7customizer for only autounattend.xml. I used it before, and I hadn't had any problem. Quote
myselfidem Posted February 5, 2012 Posted February 5, 2012 I used 7customizer for only autounattend.xml. I used it before, and I hadn't had any problem.Do the same with your SP1!And you can use W7T with a clean Windows 7 SP1. It's better do not use two programs to customize your image! Quote
XC*LUSiVE Posted February 5, 2012 Author Posted February 5, 2012 Do the same with your SP1!And you can use W7T with a clean Windows 7 SP1. It's better do not use two programs to customize your image!I want it too, but the xml file which is generated by W7T doesn't skip the language choice, wellcome part and select image part at setup. Therefore, I used 7customizer. Generating autounattend.xml isn't a customization for wim image. Quote
myselfidem Posted February 5, 2012 Posted February 5, 2012 (edited) You can find help watching this video to create your own Autounattend.xml file:http://technet.micro...indows/dd320282http://technet.micro...348(WS.10).aspxhttp://www.wincert.net/forum/index.php?/topic/9168-unattended-not-working/page__view__findpost__p__79171 Edited February 5, 2012 by myselfidem Quote
myselfidem Posted February 8, 2012 Posted February 8, 2012 I downloaded the ISO from MSDN, so it has already had SP1. I used sysprep for other things. I tried without W7T. Same problem I think you made something wrong using sysprep !Maybe the compression isn't the same when you have captured the image , or other...? Quote
nice_guy75 Posted February 8, 2012 Posted February 8, 2012 I hope you have not messed with setup.exe of Sources folder if you did, you better replace that exe with the original one. I am sure your problem would be solved.I have also faced similar problem and solved by not touching the setup.exe of Sources folder. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.