fredo788
Goto Top

Windows Vista unattended Installationsprobleme

Hallo, ich hoffe das ich das Problem in dem Bereich richtig gepostet habe und mir vllt jmd bei dem Problem weiterhelfen kann... Dafür schonmal Danke im vorraus.

Mein Problem ist, dass ich schon seit längeren an einer Windows Vista unattended Installation bastel, allerdings hapert es an ein paar sachen noch.

Ich möchte in das Image noch automatisch einbinden, dass bei der Installation die komplette erste Festplatte formatiert wird und eine 30GB Partition für C erstellt wird und eine D Partition für den rest. Außerdem sollte das Image variabel sein für mehrere Vista keys, also eine autoatisierte Abfrage des zu registrierenden und verwendeten windows keys vor, wärend oder nacht der Installation. Zu guter letzt sollen programm silent installiert werden. Eins ist z.B. Firefox, allerdings hab ich mir an dem Problem auch schon seit mindestens einer woche und unzähligen versuchen die Zähne ausgebissen. Momentan weiß ich echt nicht mehr weiter... Ich hoffe das mir einer weiterhelfen kann. Ich wäre euch sehr dankbar!

meine Autounattend.xml Datei ist:

<?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>de-DE</UILanguage>
	</SetupUILanguage>
	<InputLocale>0407:00000407</InputLocale>
	<UserLocale>de-DE</UserLocale> 
	<UILanguage>de-DE</UILanguage>
	<SystemLocale>de-DE</SystemLocale>
</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>
   <FullName>Froebelschule Peine</FullName>
   <Organization></Organization>
   <ProductKey>
      <Key>abcde-abcde-abcde-abcde-abcde</Key>
      <WillShowUI>OnError</WillShowUI>
   </ProductKey>
</UserData>
      <ImageInstall>
        <OSImage>
          <InstallFrom>
            <MetaData wcm:action="add">  
              <Key>/IMAGE/NAME</Key>
              <Value>Windows Vista HOMEPREMIUM</Value>
            </MetaData>
          </InstallFrom>
          <InstallToAvailablePartition>true</InstallToAvailablePartition>
          <WillShowUI>OnError</WillShowUI>
        </OSImage>
      </ImageInstall>
</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>
   <NetworkLocation>Other</NetworkLocation>
   <ProtectYourPC>1</ProtectYourPC>
   <SkipMachineOOBE>true</SkipMachineOOBE>
   <SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<TimeZone>W. Europe Standard Time</TimeZone>
<UserAccounts>
   <AdministratorPassword>
      <Value>admin</Value>
      <PlainText>true</PlainText>
   </AdministratorPassword>
   <LocalAccounts>

	  <LocalAccount wcm:action="add">  
         <Password>
            <Value>lehrer</Value>
            <PlainText>true</PlainText>
         </Password>
         <Description></Description>
         <DisplayName>Lehrer</DisplayName>
         <Group>Users</Group>
         <Name>Lehrer</Name>
      </LocalAccount>

	  <LocalAccount wcm:action="add">  
         <Password>
            <Value></Value>
            <PlainText>true</PlainText>
         </Password>
         <Description></Description>
         <DisplayName>Schueler</DisplayName>
         <Group>Users</Group>
         <Name>Schueler</Name>
      </LocalAccount>

	</LocalAccounts>
</UserAccounts>
</component>

<component name="Microsoft-Windows-Sidebar" 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">  
<SidebarOnByDefault>true</SidebarOnByDefault>
<SidebarVisible>true</SidebarVisible>
</component>

<component name="Microsoft-Windows-International-Core" 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">  
	<InputLocale>0407:00000407</InputLocale>
	<UserLocale>de-DE</UserLocale> 
	<UILanguage>de-DE</UILanguage>
	<SystemLocale>de-DE</SystemLocale>
</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>*</ComputerName>
<RegisteredOrganization>Froebelschule Peine</RegisteredOrganization>
<RegisteredOwner>Froebelschule Peine</RegisteredOwner>
<Display>
	<ColorDepth>32</ColorDepth>
	<HorizontalResolution>1024</HorizontalResolution>
	<RefreshRate>60</RefreshRate>
	<VerticalResolution>768</VerticalResolution>
</Display>

<AutoLogon>
   <Password>
      <Value>admin</Value>
      <PlainText>true</PlainText>
   </Password>
   <Enabled>true</Enabled>
   <LogonCount>1</LogonCount>
   <Username>Administrator</Username>
</AutoLogon>

</component>

<component name="Microsoft-Windows-SystemRestore-Main" 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 ">  
<DisableSR>0</DisableSR>
</component>

<component name="Security-Malware-Windows-Defender" 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 ">  
<DisableAntiSpyware>true</DisableAntiSpyware>
</component>
</settings>

    <settings pass="auditUser">  
        <component name="Microsoft-Windows-Deployment" 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">  
            <RunSynchronous>
                <RunSynchronousCommand wcm:action="add">  
                    <Order>10</Order>
                    <Path>cmd /c %AppsRoot%\Install\Install.cmd</Path>
                <Description>Installiere Anwendungen und importiere Registry Settings</Description>
                </RunSynchronousCommand>
                <RunSynchronousCommand wcm:action="add">  
                    <Order>20</Order>
                    <Path>%WINDIR%\system32\sysprep\sysprep.exe /generalize /quiet /oobe /reboot /unattend:%AppsRoot%\Install\Unattend.xml</Path>
                <Description>Audit-Mode beenden und OOBE starten</Description>
                </RunSynchronousCommand>
            </RunSynchronous>
        </component>
    </settings>

</unattend>


Edit: Ok, dass mit dem Partitonieren hat sich jetzt erledigt und das mit der key abfrage vorerst auch, allerdings die programme, da weiß ich keine lösung, nichtmal einen ansatz... hoffe das mir da jmd weiterhelfen kann... face-smile


mfg

Content-Key: 136240

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

Printed on: April 24, 2024 at 09:04 o'clock

Member: MegaTraveller
MegaTraveller Feb 18, 2010 at 11:17:51 (UTC)
Goto Top
Hi,

das sind ja jede Menge Fragen.

Schau Dir vielleicht mal das hier an, das sollte Dir vielleicht bei der Konfiguration der Platten helfen, ansonsten würde ich Dir den Vorschlag machen mal nach Beispielen für den Bereich DiskConfiguration zu suchen.

Ansonsten Pointen mich alle zu Windows Automated Installation Kit (AIK)

Ich frage mal meinen Dad, da er viel an so etwas herumschraubt, kann er mir wahrscheinlich mal zu dem Thema silent install und auch zu der Festplattenbelegung etwas sagen. Ansonsten würde ich es zuerst auf den beiden Links mal versuchen.

Bye
MT
Member: fredo788
fredo788 Feb 18, 2010 at 14:15:10 (UTC)
Goto Top
Danke für die antwort, allerdings hatte ich das mit dem Formatieren und der key abfrage. mir fählt noch das mit dem programmen, die silent mitinstalliert werden sollen. daran verzweile ich momentan... vllt hat ja jmd dafür ne antwort.
Member: fredo788
fredo788 Feb 19, 2010 at 11:38:02 (UTC)
Goto Top
hat sich vorerst erledigt. Danke nochmal