roffelomat
Goto Top

Windows 7 Zero Touch mit Software und Treibern

Morgen,

ich habe zum 1. August meine Ausbildung zum Fachinformatiker für Systemintegration angefangen. Das erste Projekt, das mir anvertraut wurde ist eine Zerotouch Installation von Windows 7 Professional mit einigen Feinheiten wie z.B. veränderter Desktop Hintergrund, Thirdparty Software usw. Ich sitze jetzt schon seit fast zwei Monaten daran. Vorwissen zum Thema hatte ich keins und meine Kollegen wollen es, wenn ich fertig bin, von mir wissen, wie es geht. Was ich bis jetzt habe ich aus verschiedenen Foren und Tutorials zusammengetragen.

Bis jetzt habe ich es geschafft eine Zerotouch Standart Installation zu erstellen. Alles auf einer Partition. Mit klassischer Ansicht. Ein paar eingebundenen Treibern. Und ein Funktionierendes Configuration Set.
Das verwenden von V-Lite oder dergleichen wurde mir von meinem Ausbilder untersagt. Alles, was ich momentan nutze, ist das WAIK(Windows Automatted Toolkit) und vor allem den WSIM (Windows System Image Manager).

Mein aktuelles Problem ist das ich es nicht schaffe den ManageEngine DesktopCentral Agent automatisch mit zu installieren. Über den war geplant dann sämtliche restliche Software aufzuspielen.

Ich habe schon probiert das Ganze mit der Synchronus Command Line zu starten, ohne Erfolg. Dateien über die $oem$ ins Autostart zu legen klappt auch nicht. (Wenn man Ordner erstellt die den Usernamen enthalten wird dem Usernamen automatisch der Computername angehängt). Auch das Starten einer Batchdatei bekomm ich nicht hin. Im Endeffekt ist es glaube ich egal, welche Software mit installiert wird. Also würde ich vorschlagen Firefox als Beispiel einzubinden.

Über Hilfe wäre ich sehr dankbar. Wenn ich fertig bin würde ich meine Dokumentation zur Verfügung stellen.

Hier meine XML-Datei:

<?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>de-DE</InputLocale>
            <SystemLocale>de-DE</SystemLocale>
            <UILanguage>en-US</UILanguage>
            <UserLocale>de-DE</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">  
            <UserData>
                <ProductKey>
                    <WillShowUI>OnError</WillShowUI>
                    <Key></Key>
                </ProductKey>
                <AcceptEula>true</AcceptEula>
            </UserData>
            <DiskConfiguration>
                <WillShowUI>OnError</WillShowUI>
                <Disk wcm:action="add">  
                    <DiskID>0</DiskID>
                    <WillWipeDisk>true</WillWipeDisk>
                    <ModifyPartitions>
                        <ModifyPartition>
                            <Order>1</Order>
                            <PartitionID>1</PartitionID>
                            <Letter>C</Letter>
                            <Label>System</Label>
                            <Format>NTFS</Format>
                            <Active>true</Active>
                            <Extend>false</Extend>
                        </ModifyPartition>
                    </ModifyPartitions>
                    <CreatePartitions>
                        <CreatePartition wcm:action="add">  
                            <Extend>true</Extend>
                            <Order>1</Order>
                            <Type>Primary</Type>
                        </CreatePartition>
                    </CreatePartitions>
                </Disk>
            </DiskConfiguration>
            <ImageInstall>
                <OSImage>
                    <InstallToAvailablePartition>true</InstallToAvailablePartition>
                    <WillShowUI>OnError</WillShowUI>
                    <InstallFrom>
                        <MetaData wcm:action="add">  
                            <Key>/IMAGE/NAME</Key>
                            <Value>Windows 7 PROFESSIONAL</Value>
                        </MetaData>
                    </InstallFrom>
                </OSImage>
            </ImageInstall>
            <UseConfigurationSet>false</UseConfigurationSet>
        </component>
        <component name="Microsoft-Windows-PnpCustomizationsWinPE" 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">  
            <DriverPaths>
                <PathAndCredentials wcm:keyValue="61515a69" wcm:action="add">  
                    <Path>C:\Documents and Settings\test\Desktop\EigeneDistributionsfreigabe\Out-of-Box Drivers</Path>
                </PathAndCredentials>
            </DriverPaths>
        </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/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">  
            <OOBE>
                <HideEULAPage>true</HideEULAPage>
                <SkipMachineOOBE>true</SkipMachineOOBE>
                <SkipUserOOBE>true</SkipUserOOBE>
                <NetworkLocation>Work</NetworkLocation>
            </OOBE>
            <UserAccounts>
                <AdministratorPassword>
                    <Value>QQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value>
                    <PlainText>false</PlainText>
                </AdministratorPassword>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">  
                        <Password>
                            <Value>UABhAHMAcwB3AG8AcgBkAA==</Value>
                            <PlainText>false</PlainText>
                        </Password>
                        <Group>Administrators</Group>
                        <Name>Testuser</Name>
                    </LocalAccount>
                </LocalAccounts>
            </UserAccounts>
            <FirstLogonCommands>
                <SynchronousCommand wcm:action="add">  
                    <Order>1</Order>
                    <CommandLine>start /wait msiexec /i C:\install\DesktopCentralAgent.msi ENABLESILENT=yes REBOOT=ReallySuppress /lv Agentinstalllog.txt /passive</CommandLine>
                </SynchronousCommand>
            </FirstLogonCommands>
        </component>
    </settings>
    <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">  
            <ComputerName>WINTest</ComputerName>
            <TimeZone>W.Europe Standard Time</TimeZone>
            <Themes>
                <DefaultThemesOff>true</DefaultThemesOff>
            </Themes>
        </component>
        <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">  
            <SkipAutoActivation>true</SkipAutoActivation>
        </component>
    </settings>
    <settings pass="auditSystem">  
        <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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">  
            <DriverPaths>
                <PathAndCredentials wcm:keyValue="e6f2e5f2" wcm:action="add">  
                    <Path>C:\DeploymentShare$\$OEM$</Path>
                </PathAndCredentials>
            </DriverPaths>
        </component>
    </settings>
    <cpi:offlineImage cpi:source="catalog://czc7161nkp/deploymentshare$/operating systems/install/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />  
</unattend>

Danke im vorraus

Content-Key: 174002

Url: https://administrator.de/contentid/174002

Printed on: April 19, 2024 at 10:04 o'clock

Member: giovanniz51
giovanniz51 Sep 30, 2011 at 12:19:17 (UTC)
Goto Top
hey,

ich bin auch azubi aber schon im 3. Lehrjahr :D..hab erst letzte woche ne windows 7 unattended mit dem microsoft deployment toolkit 2010 erstellt.

damit kann man sehr einfach eine windows 7 unattended (auch zero litetouch) erstellen und sie dann im Netzwerk verteilen.


schau dir mal den link hier an: http://www.eyeonwin.de/?p=5


microsot deployment toolkit: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id ...
Member: Roffelomat
Roffelomat Sep 30, 2011 at 13:18:59 (UTC)
Goto Top
Hi,

erstmal danke für die schnelle Antwort. Mit Dem MDT hab ichs auch schon einmal probiert (fast 2 Monate ist ne Menge Zeit zum probieren) und alles was ich bekommen hab is eine WinPE. Hatte allerdings auch nicht so ein Detailreiches Tutorial wie das im Link ich werds nochmal probieren aber fänds schade wen die Arbeit im SIM umsonst gewesen währe.
Member: Roffelomat
Roffelomat Oct 26, 2011 at 08:57:01 (UTC)
Goto Top
Morgen,

ich habe seit langem meinen ersten Durchbruch zu verzeichnen. Ich habe letztendlich doch ein Tool genutzt. Das Tool heisst AddonKopierer und gefunden habe ich es im German WinLight Forum die sich auch um den Support von selbigem kümmern. Hier ist es möglich Installationsdateien als Addon zu Integrieren und Automatisch zu Installieren. Werde das ganze jetzt noch mal ausgiebig Testen und dann mein Wissen so gut ich kann mit euch Teilen.

MfG Roffelomat