Partner Blog Österreich

Bernd Zimmermann Berndt Schwarzinger Christian Decker Christian Hrubesch Christian Moser Cornelia Koenig Katja Piwerka Leo Faltus Markus Ritt Martin Poeckl Nadine Lehner Nicole Hiden Uschi Bernhard
Welcome to TechNet Blogs Sign in | Join | Help

Tech Presales and Business News for Austrian Partners

Aktuelle Neuigkeiten für Microsoft Partner - Technik, Ausbildung, Marketing, Partnerprogramm und sonstige relevanten Informationen. Es schreibt hier sowohl das Partner-Team unter der Leitung von Franz Kramer als auch das Partner Marketing Team unter Christian Moser.

Syndication

Sample unattend.xml und ImageUnattend.xml Files

Achtung, diese Files sind für 64Bit Deployments und enthalten ein wenig mehr Settings als in der Anleitung !
Attention, these files are build for 64bit deployments and have more settings then necessary !

 

unattend.xml:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
        <component name="Microsoft-Windows-Setup" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" processorArchitecture="amd64">
            <WindowsDeploymentServices>
                <Login>
                    <WillShowUI>OnError</WillShowUI>
                    <Credentials>
                        <Username>USERNAME</Username>
                        <Domain>DOMAIN</Domain>
                        <Password>PASSWORD</Password>
                    </Credentials>
                </Login>
                <ImageSelection>
                    <WillShowUI>OnError</WillShowUI>
                    <InstallImage>
                        <ImageName>VistaV14</ImageName>
                        <ImageGroup>Vista</ImageGroup>
                    </InstallImage>
                    <InstallTo>
                        <DiskID>0</DiskID>
                        <PartitionID>1</PartitionID>
                    </InstallTo>
                </ImageSelection>
            </WindowsDeploymentServices>
            <DiskConfiguration>
                <WillShowUI>OnError</WillShowUI>
                <Disk>
                    <WillWipeDisk>true</WillWipeDisk>
                    <CreatePartitions>
                        <CreatePartition>
                            <Order>1</Order>
                            <Size>100000</Size>
                            <Type>Primary</Type>
                        </CreatePartition>
                        <CreatePartition>
                            <Order>2</Order>
                            <Extend>true</Extend>
                            <Type>Primary</Type>
                        </CreatePartition>
                    </CreatePartitions>
                    <DiskID>0</DiskID>
                    <ModifyPartitions>
                        <ModifyPartition>
                            <Order>1</Order>
                            <PartitionID>1</PartitionID>
                            <Letter>C</Letter>
                            <Label>System</Label>
                            <Format>NTFS</Format>
                            <Active>true</Active>
                            <Extend>false</Extend>
                        </ModifyPartition>
                        <ModifyPartition>
                            <Order>2</Order>
                            <PartitionID>2</PartitionID>
                            <Letter>X</Letter>
                            <Label>Images</Label>
                            <Format>NTFS</Format>
                            <Active>false</Active>
                        </ModifyPartition>
                    </ModifyPartitions>
                </Disk>
            </DiskConfiguration>
        </component>
        <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>de-de</UILanguage>
            </SetupUILanguage>
            <UILanguage>de-at</UILanguage>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="catalog:c:/users/administrator/desktop/vistav12_vistav12.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

 

ImageUnattend.xml

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
    <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">
            <Display>
                <ColorDepth>32</ColorDepth>
                <HorizontalResolution>1680</HorizontalResolution>
                <VerticalResolution>1050</VerticalResolution>
            </Display>
            <ProductKey>AAAAA-BBBBB-CCCCC-DDDDD-EEEEE</ProductKey>
            <TimeZone>W. Europe Standard</TimeZone>
            <ComputerName>%MACHINENAME%</ComputerName>
            <CopyProfile>true</CopyProfile>
        </component>
        <component name="Microsoft-Windows-IE-InternetExplorer" 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">
            <FavoritesList>
                <FavoriteItem wcm:action="add">
                    <FavID>1</FavID>
                    <FavTitle>PTS AustriaBlog</FavTitle>
                    <FavURL>http://blogs.technet.com/ptsaustria</FavURL>
                </FavoriteItem>
            </FavoritesList>
            <CompanyName>Microsoft Austria Training</CompanyName>
            <IEWelcomeMsg>false</IEWelcomeMsg>
            <Home_Page>about:blank</Home_Page>
            <Window_Title_CN>Microsoft Austria</Window_Title_CN>
        </component>
        <component name="Microsoft-Windows-UnattendedJoin" 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">
            <Identification>
                <Credentials>
                    <Domain>DOMAIN</Domain>
                    <Password>PASSWORD</Password>
                    <Username>USERNAME</Username>
                </Credentials>
                <JoinDomain>DOMAIN</JoinDomain>
            </Identification>
        </component>
     </settings>
    <settings pass="oobeSystem">
        <component name="Microsoft-Windows-International-Core" 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">
            <InputLocale>de-at</InputLocale>
            <SystemLocale>de-at</SystemLocale>
            <UILanguage>de-at</UILanguage>
            <UserLocale>de-at</UserLocale>
            <UILanguageFallback>en-us</UILanguageFallback>
        </component>
        <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">
               <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <NetworkLocation>Work</NetworkLocation>
                <ProtectYourPC>1</ProtectYourPC>
            </OOBE>
            <UserAccounts>
                <DomainAccounts>
                    <DomainAccountList wcm:action="add">
                        <DomainAccount wcm:action="add">
                            <Group>Administrators</Group>
                            <Name>GROUPNAME</Name>
                        </DomainAccount>
                        <Domain>DOMAIN</Domain>
                    </DomainAccountList>
                </DomainAccounts>
            </UserAccounts>
            <RegisteredOrganization>Microsoft</RegisteredOrganization>
            <ShowWindowsLive>true</ShowWindowsLive>
            <TimeZone>W. Europe Standard Time</TimeZone>
        </component>
        <component name="Microsoft-Windows-Sidebar" 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">
            <SidebarOnByDefault>false</SidebarOnByDefault>
            <SidebarVisible>false</SidebarVisible>
        </component>
    </settings>
     <cpi:offlineImage cpi:source="catalog:c:/users/administrator/desktop/vistav12_vistav12.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

Published Tuesday, January 15, 2008 11:32 AM by PTSAustria

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# Windows Deployment Services (WDS) Quick Tips @ Tuesday, January 15, 2008 5:50 AM

It&#180;s very hard to find a dokumentation for a Vista Deployment with the Windows Deployment Services

Tech Presales News for Austrian Partners

# Windows Deployment Services (WDS) Grundsetup oder „Wie setze ich ein einfaches Vista Deployment schnell auf“ Teil 2 @ Tuesday, January 15, 2008 6:29 AM

Zurück zu Teil 1 Erstellen der Boot-Unattend.xml Datei Diese Datei verwendet der WDS Server für die Settings

Tech Presales News for Austrian Partners

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
Page view tracker