Jump to content

PommeDeTerre

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by PommeDeTerre

  1. Hi, my unattend installations works fine, except one problem: It hangs always on the screen where I can enter my country and language information (like this: http://www.aozeo.com/dotclear/images/vista-installation2.jpg ) This is my unattend xml file: <?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/Statehttp://schemas.microsoft.com/WMIConfig/2002/State">http://schemas.microsoft.com/WMIConfig/2002/State>" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> '>http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance"> ; <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Size>15000</Size> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>OS_Install</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> <WillShowUI>OnError</WillShowUI> </DiskConfiguration> <UserData> <AcceptEula>true</AcceptEula> </UserData> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> </component> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/Statehttp://schemas.microsoft.com/WMIConfig/2002/State">http://schemas.microsoft.com/WMIConfig/2002/State>" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> '>http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance"> ; <SetupUILanguage> <UILanguage>en_US</UILanguage> </SetupUILanguage> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en_US</SystemLocale> <UILanguage>en_US</UILanguage> <UILanguageFallback></UILanguageFallback> <UserLocale>en_US</UserLocale> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/Statehttp://schemas.microsoft.com/WMIConfig/2002/State">http://schemas.microsoft.com/WMIConfig/2002/State>" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> '>http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance"> ; <OOBE> <ProtectYourPC>1</ProtectYourPC> <NetworkLocation>Work</NetworkLocation> </OOBE> </component> <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/Statehttp://schemas.microsoft.com/WMIConfig/2002/State">http://schemas.microsoft.com/WMIConfig/2002/State>" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> '>http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance"> ; <Reseal> <Mode>Audit</Mode> </Reseal> </component> <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/Statehttp://schemas.microsoft.com/WMIConfig/2002/State">http://schemas.microsoft.com/WMIConfig/2002/State>" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> '>http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance"> ; <InputLocale>0407:00000407</InputLocale> <SystemLocale>de_DE</SystemLocale> <UILanguage>de_DE</UILanguage> <UserLocale>de_DE</UserLocale> </component> </settings> <settings pass="auditSystem"> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/Statehttp://schemas.microsoft.com/WMIConfig/2002/State">http://schemas.microsoft.com/WMIConfig/2002/State>" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> '>http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance"> ; <AutoLogon> <Password> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <Username>Administrator</Username> <LogonCount>5</LogonCount> <Enabled>true</Enabled> </AutoLogon> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/Statehttp://schemas.microsoft.com/WMIConfig/2002/State">http://schemas.microsoft.com/WMIConfig/2002/State>" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> '>http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance"> ; <InputLocale>0407:00000407</InputLocale> <SystemLocale>de_DE</SystemLocale> <UILanguage>de_DE</UILanguage> <UserLocale>de_DE</UserLocale> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/vistawork/dvd/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> I first put the country and language information only in the windowsPE pass. But I read about it that I have to put it also in the specialize and oobeSystem pass. But the result is the same as before Can anyone help me? Thanks
  2. Can anyone tell for what "<cpi:offlineImage cpi:source="wim:c:/vista_installation/install.wim#Windows Vista ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />" or "<cpi:offlineImage cpi:source="wim:c:/vistawork/dvd/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />" is for? Do I need it in my unattend.xml file?
  3. Hello, I have some questions on how to customize my unattend-Vista installation: I want to put most of the custimization in the unattend.xml file, and only the rest handle with scripts (VBS ...). 1. Is ist possible to set the screensaver, backgroud image, disable the "greeting center" (don't know if this is the english word for "Begrüßungszenter")? 2. Is ist possible to do not install Windows Mail, Windows Movie Maker, Windows Calendar, Windows Contacts? (I already found how to do not install the games) 3. Is it possible to configure the offline-files (activate / deactivate)? 4. Is it possilbe to set the security options like deactivate posix, delete swapfile on shutdown ... ? 5. It is possible to deactivate the automatic update function? I hope anyone can help me to find the answers.
×
×
  • Create New...