You are not logged in.

  • "stefan2502" started this thread

Posts: 10

Date of registration: Nov 7th 2011

  • Send private message

1

Monday, November 7th 2011, 8:43am

Imageerstellung-Probleme

Hallo,

habe folgende Probleme mit der Imageerstellung in Win7lite:

1. Wenn ich ein Image erstelle, komme ich immer zu der Betriebssystemauswahl, obwohl sowieso nur eine möglichkeit besteht
2. Nach der Imageauswahl muss ich noch das Lizenzabkommen akzeptieren, habe schon versucht die autounattendet.xml zu bearbeiten, leider ohne erfolg

danke im vorraus für die Hilfe und nette Grüße

peterpan

Ahnungsloser

Posts: 481

Date of registration: Sep 23rd 2008

Thanks: 0 / 21

  • Send private message

2

Monday, November 7th 2011, 9:44am

Hallo
Dann zeig uns mal deine "autounattendet.xml" Wichtig, heißt aber " autounattend.xml "

  • "stefan2502" started this thread

Posts: 10

Date of registration: Nov 7th 2011

  • Send private message

3

Monday, November 7th 2011, 10:51am

ja klar, hab mich verschrieben...


Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?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-AT</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">
      <ImageInstall>
        <OSImage>
          <InstallFrom>
            <MetaData wcm:action="add">
              <Key>/IMAGE/NAME</Key>
            </MetaData>
          </InstallFrom>
          <InstallToAvailablePartition>false</InstallToAvailablePartition>
          <WillShowUI>OnError</WillShowUI>
        </OSImage>
      </ImageInstall>
      <UserData>
        <Organization>xxx</Organization>
        <FullName>Anwender</FullName>
        <AcceptEula>true</AcceptEula>
      </UserData>
    </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">
      <UserAccounts>
        <LocalAccounts>
          <LocalAccount wcm:action="add">
            <Name>Administrator</Name>
            <Group>Administrators</Group>
            <Password>
              <PlainText>true</PlainText>
              <Value>xyz123</Value>
            </Password>
          </LocalAccount>
        </LocalAccounts>
      </UserAccounts>
      <AutoLogon>
        <Password>
          <Value>xyz123</Value>
        </Password>
        <Enabled>true</Enabled>
        <LogonCount>999999</LogonCount>
        <Username>Administrator</Username>
      </AutoLogon>
      <OOBE>
        <NetworkLocation>Work</NetworkLocation>
        <HideEULAPage>true</HideEULAPage>
        <ProtectYourPC>1</ProtectYourPC>
        <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
        <SkipMachineOOBE>true</SkipMachineOOBE>
        <SkipUserOOBE>true</SkipUserOOBE>
      </OOBE>
      <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
      <TimeZone>W. Europe Standard Time</TimeZone>
    </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>xxx</ComputerName>
    </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>
</unattend>


EDIT TMC: Code in Codebox gestellt.

This post has been edited 3 times, last edit by "stefan2502" (Nov 7th 2011, 10:55am) with the following reason: EDIT TMC: Code in Codebox gestellt.


peterpan

Ahnungsloser

Posts: 481

Date of registration: Sep 23rd 2008

Thanks: 0 / 21

  • Send private message

4

Monday, November 7th 2011, 11:20am

Nach der Imageauswahl muss ich noch das Lizenzabkommen akzeptieren
Das ist in diesem Fall klar..., du hast ja nichts autom.. ausgewählt.
Automatisch geht das so...
Schau hier...
Click here for further information


<settings pass="windowsPE">

<component name="Microsoft-Windows-Setup" processorArchitecture="x86" ...
<UserData>
<ProductKey>
<WillShowUI>OnError</WillShowUI>
<Key>P74711471412657855</Key>
</ProductKey>
<AcceptEula>true</AcceptEula>
</UserData>
<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<Value>Windows 7 HOMEPREMIUM</Value> <------------ hier deine Version
</MetaData>

</InstallFrom>
<WillShowUI>OnError</WillShowUI>
<InstallToAvailablePartition>false</InstallToAvailablePartition>
</OSImage>
</ImageInstall>
</component>
</settings>




Beispiel ...xml

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
	<servicing>
    	<package action="configure">
        	<assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.1.7601.17514" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
        	<selection name="InboxGames" state="false" />
        	<selection name="Printing-Foundation-Features" state="false" />
        	<selection name="Printing-Foundation-InternetPrinting-Client" state="false" />
        	<selection name="Printing-XPSServices-Features" state="false" />
        	<selection name="TabletPCOC" state="false" />
        	<selection name="WindowsGadgetPlatform" state="false" />
        	<selection name="Xps-Foundation-Xps-Viewer" state="false" />
        	<selection name="Chess" state="false" />
        	<selection name="FreeCell" state="false" />
        	<selection name="Hearts" state="false" />
        	<selection name="Internet Games" state="false" />
        	<selection name="Minesweeper" state="false" />
        	<selection name="More Games" state="false" />
        	<selection name="PurblePlace" state="false" />
        	<selection name="Shanghai" state="false" />
        	<selection name="Solitaire" state="false" />
        	<selection name="SpiderSolitaire" state="false" />
        	<selection name="OpticalMediaDisc" state="false" />
    	</package>
    	<package action="configure">
        	<assemblyIdentity name="Microsoft-Windows-HomePremiumEdition" version="6.1.7601.17514" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" />
        	<selection name="Microsoft-Windows-Anytime-Upgrade-Package" state="false" />
        	<selection name="Microsoft-Windows-Printing-XPSServices-Package" state="false" />
        	<selection name="OpticalMediaDisc" state="false" />
    	</package>
	</servicing>
	<settings pass="windowsPE">
    	<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>
        	<InputLocale>de-DE</InputLocale>
        	<SystemLocale>de-DE</SystemLocale>
        	<UILanguage>de-DE</UILanguage>
        	<UserLocale>de-DE</UserLocale>
    	</component>
    	<component name="Microsoft-Windows-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">
        	<UserData>
            	<ProductKey>
                	<WillShowUI>OnError</WillShowUI>
                	<Key>Q7W7D-7KÖH6-4CMMX-DFDX5-7T114</Key>
            	</ProductKey>
            	<AcceptEula>true</AcceptEula>
        	</UserData>
        	<EnableFirewall>true</EnableFirewall>
        	<ImageInstall>
            	<OSImage>
                	<InstallFrom>
                    	<MetaData wcm:action="add">
                        	<Key>/IMAGE/NAME</Key>
                        	<Value>Windows 7 HOMEPREMIUM</Value>
                    	</MetaData>
                	</InstallFrom>
                	<WillShowUI>OnError</WillShowUI>
                	<InstallToAvailablePartition>false</InstallToAvailablePartition>
            	</OSImage>
        	</ImageInstall>
    	</component>
	</settings>
	<settings pass="oobeSystem">
    	<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>
            	<SkipMachineOOBE>true</SkipMachineOOBE>
            	<SkipUserOOBE>true</SkipUserOOBE>
            	<ProtectYourPC>2</ProtectYourPC>
            	<NetworkLocation>Work</NetworkLocation>
            	<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
        	</OOBE>
        	<FirstLogonCommands>
            	<SynchronousCommand wcm:action="add">
                	<RequiresUserInput>false</RequiresUserInput>
                	<CommandLine>%systemdrive%\Install\Setup.cmd</CommandLine>
                	<Order>1</Order>
            	</SynchronousCommand>
        	</FirstLogonCommands>
        	<VisualEffects>
            	<FontSmoothing>ClearType</FontSmoothing>
        	</VisualEffects>
        	<Display>
            	<HorizontalResolution>1024</HorizontalResolution>
            	<RefreshRate>70</RefreshRate>
            	<VerticalResolution>768</VerticalResolution>
            	<ColorDepth>32</ColorDepth>
        	</Display>
        	<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>BALU</Name>
                    	<DisplayName>BALU</DisplayName>
                	</LocalAccount>
            	</LocalAccounts>
        	</UserAccounts>
        	<DoNotCleanTaskBar>true</DoNotCleanTaskBar>
        	<WindowsFeatures>
            	<ShowWindowsMediaPlayer>true</ShowWindowsMediaPlayer>
            	<ShowInternetExplorer>true</ShowInternetExplorer>
        	</WindowsFeatures>
        	<OEMInformation>
            	<Manufacturer>Roasted Jelly Babe Society</Manufacturer>
            	<Model>Uralte Kiste</Model>
            	<Logo>C:\Windows\System32\OEMLogo.bmp</Logo>
            	<SupportHours>Immer und Ewig</SupportHours>
        	</OEMInformation>
    	</component>
	</settings>
	<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">
        	<ComputerName>Maschine</ComputerName>
        	<TimeZone>W.Europe Standard Time</TimeZone>
        	<DoNotCleanTaskBar>true</DoNotCleanTaskBar>
        	<ShowWindowsLive>true</ShowWindowsLive>
        	<Themes>
            	<DesktopBackground>%Windir%\Web\Wallpaper\w01.jpg</DesktopBackground>
            	<ThemeName>BaluBlack</ThemeName>
        	</Themes>
    	</component>
    	<component name="Security-Malware-Windows-Defender" 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">
        	<DisableAntiSpyware>true</DisableAntiSpyware>
    	</component>
    	<component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">
        	<SkipAutoActivation>true</SkipAutoActivation>
    	</component>
	</settings>
	<cpi:offlineImage cpi:source="wim:g:/win7wimname/sources/install.wim#Windows 7 HOMEPREMIUM" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

This post has been edited 3 times, last edit by "peterpan" (Nov 8th 2011, 8:56am)


  • "stefan2502" started this thread

Posts: 10

Date of registration: Nov 7th 2011

  • Send private message

5

Wednesday, November 9th 2011, 7:11am

Erstmal danke für die Hilfe, klappt wunderbar.
Hätte jetzt noch eine Frage, und zwar:

Wenn ich einen gültigen Key eingebe, dann kommt die Fehlermeldung dass dieser Key ungültig ist. Müsste das Windows also immer nach der Installation aktivieren, ist hier eine Lösung zu finden?
Wo muss ich den Key eintragen, bei <Key> oder <Produktkey>? Wie wird das richtig gemacht?

Ich hab es so gemacht:

Click here for further information
<Key>/IMAGE/NAME</Key> <------------- oder hier?
<value>Windows 7</value>
</MetaData>
</InstallFrom>
<InstallToAvailablePartition>false</InstallToAvailablePartition>
<WillShowUI>OnError</WillShowUI>
</OSImage>
</ImageInstall>
- <UserData>
- <ProductKey>
<Key>xxxx-xxxx-xxxx-xxxx-xxxx</Key>
<WillShowUI>OnError</WillShowUI>
</ProductKey>
<Organization>zjdghjz</Organization>
<FullName>computer</FullName>
</UserData>
</component>
</settings>
- <settings pass="oobeSystem">

This post has been edited 2 times, last edit by "stefan2502" (Nov 9th 2011, 7:16am)


peterpan

Ahnungsloser

Posts: 481

Date of registration: Sep 23rd 2008

Thanks: 0 / 21

  • Send private message

6

Wednesday, November 9th 2011, 8:28am

Hier mal zu Ansicht.. :-)

<ProductKey>
<WillShowUI>OnError</WillShowUI> ......................Wo muss ich den Key eintragen?
<Key>Q7W7D-7KÖH6-4CMMX-DFDX5-7T114</Key>...... <-----Hier
</ProductKey>

Und hier bitte den korrekten Eintrag.!!

<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<Value>Windows 7 </Value> <-----Hier die Komplette Bezeichnung Windows 7 alleine ist falsch.
</MetaData>

Komplette Bezeichnung !!!

Zb. <Value>Windows 7 HOMEPREMIUM</Value>

Zb. <Value>Windows 7 Professional</Value>

Zb. <Value>Windows 7 EnterpriseE</Value>

Zb. <Value>Windows 7 Ultimate</Value>

Oder alternativ ----------

<MetaData wcm:action="add">
<Key>/IMAGE/INDEX</Key>
<Value>2</Value> <--- Hier Zb. Windows 7 HOMEPREMIUM Index = 2
</MetaData>


Zb. Windows 7 HOMEPREMIUM = Index =<Value>2</Value>

Zb. Windows 7 Professional = Index = <Value>3</Value>

Zb. Windows 7 Ultimate = Index = <Value>4</Value>

Die Index Nummerierung hängt aber von deiner Version (DVD) oder deiner erstellten (ISO) ab.
"Install.wim" mit "7zip" öffnen und in den Versionen den Ordner
Windows öffnen und nach der Zuordnung schauen.

This post has been edited 1 times, last edit by "peterpan" (Nov 9th 2011, 8:42am)


  • "stefan2502" started this thread

Posts: 10

Date of registration: Nov 7th 2011

  • Send private message

7

Tuesday, November 15th 2011, 7:28am

danke, hast mir echt schon weitergeholfen :)
bin mit der 32 bit version fertig und möchte nun eine 64 bit version von windows 7 erstellen.

habe gestern den ganzen tag versucht und komme nicht weiter, was mache ich diesmal falsch?



Uploaded with ImageShack.us
Click here for further information
<?xml version="1.0" encoding="utf-8" ?>
- <!-- This answer file generated by RT Seven Lite
-->
- <unattend xmlns="urn:schemas-microsoft-com:unattend">
- <settings pass="windowsPE">
- <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>
<InputLocale>0407:00000407</InputLocale>
<UserLocale>de-AT</UserLocale>
<UILanguage>de-DE</UILanguage>
<SystemLocale>de-DE</SystemLocale>
</component>
- <component name="Microsoft-Windows-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">
- <ImageInstall>
- <OSImage>
- <InstallFrom>
- <MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<value>Windows 7 Professional</value> <---- habe hier auch schon die Methode mit Index probiert, klappt auch net :(
</MetaData>
</InstallFrom>
<InstallToAvailablePartition>false</InstallToAvailablePartition>
<WillShowUI>OnError</WillShowUI>
</OSImage>
</ImageInstall>
- <UserData>
<Organization>XXX</Organization>
<FullName>Anwender</FullName>
<AcceptEula>true</AcceptEula>
</UserData>
</component>
</settings>
- <settings pass="oobeSystem">
- <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">
- <UserAccounts>
- <LocalAccounts>
- <LocalAccount wcm:action="add">
<Name>Administrator</Name>
<Group>Administrators</Group>
- <Password>
<PlainText>true</PlainText>
<Value>xyz123</Value>
</Password>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
- <AutoLogon>
- <Password>
<Value>xyz123</Value>
</Password>
<Enabled>true</Enabled>
<LogonCount>999999</LogonCount>
<Username>Administrator</Username>
</AutoLogon>
- <OOBE>
<NetworkLocation>Work</NetworkLocation>
<HideEULAPage>true</HideEULAPage>
<ProtectYourPC>1</ProtectYourPC>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
<TimeZone>W. Europe Standard Time</TimeZone>
</component>
</settings>
- <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">
<ComputerName>XXX-PC</ComputerName>
</component>
- <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">
<SkipAutoActivation>true</SkipAutoActivation>
</component>
</settings>
</unattend>

This post has been edited 2 times, last edit by "stefan2502" (Nov 15th 2011, 7:29am)


peterpan

Ahnungsloser

Posts: 481

Date of registration: Sep 23rd 2008

Thanks: 0 / 21

  • Send private message

8

Tuesday, November 15th 2011, 8:20am

Hallo
Zu 99% ist hier der Fehler....
Suche bitte die zwei Fehler in dieser Geschichte ......... :-D
Original------> <Value>Windows 7 Professional</Value>
Fälschung----> <value>Windows 7 Professional</value>

  • "stefan2502" started this thread

Posts: 10

Date of registration: Nov 7th 2011

  • Send private message

9

Tuesday, November 15th 2011, 8:22am

muss man auf Groß/Kleinschreibung achten?

peterpan

Ahnungsloser

Posts: 481

Date of registration: Sep 23rd 2008

Thanks: 0 / 21

  • Send private message

10

Tuesday, November 15th 2011, 8:29am

Nach überprüfung der ....xml und verzweifelter Fehlersuche kommt der "Windows System Image Manager"
zu dem Ergebniss. Ja hier "<Value>" muß auf groß/klein geachtet werden.

  • "stefan2502" started this thread

Posts: 10

Date of registration: Nov 7th 2011

  • Send private message

11

Tuesday, November 15th 2011, 8:46am

Danke peterpan für die großzügige Hilfe, hast mir echt weitergeholfen :)

  • "stefan2502" started this thread

Posts: 10

Date of registration: Nov 7th 2011

  • Send private message

12

Wednesday, November 16th 2011, 1:07pm

Peterpan, würde deine Hilfe nochmal benötigen, ich muss immer noch die Windows Version aussuchen. Verschiedene Möglichkeiten sind von mir schon getestet worden, zB.: mit INDEX und bei Value dann "1", ein paar andere Namen der Windows Version, klappt alles nicht. Woher weißt man welche Version das ist? Bei RT7lite wird beim OSName "Windows 7 Professional deutsch" angezeigt. Richtig? Oder liegt der Fehler wieder in der .xml Datei? Konnte bei intensiver Suche keinen Fehler entdecken... :(
...xml:
Click here for further information
<?xml version="1.0" encoding="utf-8"?>
<!--This answer file generated by RT Seven Lite-->
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<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>
<InputLocale>0407:00000407</InputLocale>
<UserLocale>de-AT</UserLocale>
<UILanguage>de-DE</UILanguage>
<SystemLocale>de-DE</SystemLocale>
</component>
<component name="Microsoft-Windows-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">
<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<Value>Windows 7 Professional deutsch</Value>
</MetaData>
</InstallFrom>
<InstallToAvailablePartition>false</InstallToAvailablePartition>
<WillShowUI>OnError</WillShowUI>
</OSImage>
</ImageInstall>
<UserData>
<Organization>xxxx</Organization>
<FullName>Anwender</FullName>
<AcceptEula>true</AcceptEula>
</UserData>
</component>
</settings>
<settings pass="oobeSystem">
<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">
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Name>Administrator</Name>
<Group>Administrators</Group>
<Password>
<PlainText>true</PlainText>
<Value>xyz123</Value>
</Password>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<AutoLogon>
<Password>
<Value>xyz123</Value>
</Password>
<Enabled>true</Enabled>
<LogonCount>999999</LogonCount>
<Username>Administrator</Username>
</AutoLogon>
<OOBE>
<NetworkLocation>Work</NetworkLocation>
<HideEULAPage>true</HideEULAPage>
<ProtectYourPC>1</ProtectYourPC>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
<TimeZone>W. Europe Standard Time</TimeZone>
</component>
</settings>
<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">
<ComputerName>xxx-PC</ComputerName>
</component>
<component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">
<SkipAutoActivation>true</SkipAutoActivation>
</component>
</settings>
</unattend>

peterpan

Ahnungsloser

Posts: 481

Date of registration: Sep 23rd 2008

Thanks: 0 / 21

  • Send private message

13

Wednesday, November 16th 2011, 1:51pm

Ja das "deutsch" ist schon mal falsch.
Lade dir "GImageX v2.0.17 " von hier " http://www.autoitscript.com/site/autoit-tools/gimagex/"
Damit kannst du infos über die install.wim bekommen.
Gegebenenfalls auch ändern.

  • "stefan2502" started this thread

Posts: 10

Date of registration: Nov 7th 2011

  • Send private message

14

Wednesday, November 16th 2011, 2:15pm

Erstmal danke für die rasche Hilfe.
Weil "deutsch" im Namen steht klappts nicht?

Image Index: 1
-------------------
Name: Windows 7 Professional Deutsch
Description: Windows 7 PROFESSIONAL
Flags: Professional
Files: 66907
Folders: 14021
Expanded Size: 11604 MB

chris.b

V.I.P.

Posts: 1,122

Date of registration: Sep 23rd 2008

Thanks: 2 / 3

  • Send private message

15

Thursday, November 17th 2011, 2:25am

In deinem Screenshot oben steht aber Name : Windows 7 Professional / Beschreibung Windows 7 Professional
In einem originalen unbearbeiteten Image ist kein "Deutsch" zu lesen, es sei denn du hast den Namen manuell geändert.

  • "stefan2502" started this thread

Posts: 10

Date of registration: Nov 7th 2011

  • Send private message

16

Thursday, November 17th 2011, 9:13pm

Ja in dem Screenshot steht nix von "Deutsch", darum wundert es mich auch, dass mit dem Tool "GImageX v2.0.17 " des "Deutsch" hinten dranhängt. Habe jetzt in das .xml File (bei Value) schon verschiedene Varianten geschrieben und bei keinem klappt die automatische Weiterleitung.
Könnte es sein das in der .xml Datei vielleicht ein anderer Fehler vorliegt?

  • "stefan2502" started this thread

Posts: 10

Date of registration: Nov 7th 2011

  • Send private message

17

Monday, November 21st 2011, 12:22pm

Hab jetzt mit dem Tool den Namen der .wim Datei geändert, nochmals versucht und leider keinen Erfolg gehabt. Wieder möchte er die zu installierende Version und die "EULA" akzeptiert bekommen.

von GImageX:
Click here for further information
Name: Windows 7 PROFESSIONAL
Description: Windows 7 PROFESSIONAL
Flags: Professional
Files: 66874
Folders: 14020
Expanded Size: 11478 MB


.xml Datei:
Click here for further information
<?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="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>
<InputLocale>0407:00000407</InputLocale>
<UserLocale>de-AT</UserLocale>
<UILanguage>de-DE</UILanguage>
<SystemLocale>de-DE</SystemLocale>
</component>
<component name="Microsoft-Windows-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">
<ImageInstall>
<OSImage>
<InstallFrom>
<MetaData wcm:action="add">
<Key>/IMAGE/NAME</Key>
<Value>Windows 7 PROFESSIONAL</Value>
</MetaData>
</InstallFrom>
<InstallToAvailablePartition>false</InstallToAvailablePartition>
<WillShowUI>OnError</WillShowUI>
</OSImage>
</ImageInstall>
<UserData>
<Organization>BOKU</Organization>
<FullName>Anwender</FullName>
<AcceptEula>true</AcceptEula>
</UserData>
</component>
</settings>
<settings pass="oobeSystem">
<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">
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Name>Administrator</Name>
<Group>Administrators</Group>
<Password>
<PlainText>true</PlainText>
<Value>xyz123</Value>
</Password>
</LocalAccount>
</LocalAccounts>
</UserAccounts>
<AutoLogon>
<Password>
<Value>xyz123</Value>
</Password>
<Enabled>true</Enabled>
<LogonCount>999999</LogonCount>
<Username>Administrator</Username>
</AutoLogon>
<OOBE>
<NetworkLocation>Work</NetworkLocation>
<HideEULAPage>true</HideEULAPage>
<ProtectYourPC>1</ProtectYourPC>
<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
<TimeZone>W. Europe Standard Time</TimeZone>
</component>
</settings>
<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">
<ComputerName>XXXX-PC</ComputerName>
</component>
<component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">
<SkipAutoActivation>true</SkipAutoActivation>
</component>
</settings>
</unattend>

chris.b

V.I.P.

Posts: 1,122

Date of registration: Sep 23rd 2008

Thanks: 2 / 3

  • Send private message

18

Monday, November 21st 2011, 2:06pm

Hast du auch mal Index 1 probiert? Was anderes fällt mir grad auch nicht ein, ausser den Windows System Image Manager (aus dem WAIK) mal zu bemühen und die xml zu überprpfen bzw neu erstellen.

peterpan

Ahnungsloser

Posts: 481

Date of registration: Sep 23rd 2008

Thanks: 0 / 21

  • Send private message

19

Monday, November 21st 2011, 2:26pm

So...
Ich habe getestet...
Mit dieser von dir erstellten und von mir überarbeiteten ...xml.
Windows 7 PROFESSIONAL mit SP1 und es funktioniert....Beweis unten.

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?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="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>
        	<InputLocale>0407:00000407</InputLocale>
        	<UserLocale>de-AT</UserLocale>
        	<UILanguage>de-DE</UILanguage>
        	<SystemLocale>de-DE</SystemLocale>
    	</component>
    	<component name="Microsoft-Windows-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">
        	<UserData>
            	<ProductKey>
                	<WillShowUI>OnError</WillShowUI>
                	<Key>HYF8J-CVRMY-CM74G-RPHKF-PW487</Key>
            	</ProductKey>
            	<AcceptEula>true</AcceptEula>
        	</UserData>
        	<ImageInstall>
            	<OSImage>
                	<InstallFrom>
                    	<MetaData wcm:action="add">
                        	<Key>/IMAGE/NAME</Key>
                        	<Value>Windows 7 PROFESSIONAL</Value>
                    	</MetaData>
                	</InstallFrom>
                	<InstallToAvailablePartition>false</InstallToAvailablePartition>
                	<WillShowUI>OnError</WillShowUI>
            	</OSImage>
        	</ImageInstall>
    	</component>
	</settings>
	<settings pass="oobeSystem">
    	<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">
        	<UserAccounts>
            	<LocalAccounts>
                	<LocalAccount wcm:action="add">
                    	<Name>stefan2502</Name>
                    	<Group>Administrators</Group>
                    	<DisplayName>stefan2502</DisplayName>
                    	<Password>
                        	<PlainText>true</PlainText>
                        	<Value></Value>
                    	</Password>
                	</LocalAccount>
            	</LocalAccounts>
        	</UserAccounts>
        	<AutoLogon>
            	<Password>
                	<Value></Value>
                	<PlainText>true</PlainText>
            	</Password>
            	<Enabled>true</Enabled>
            	<LogonCount>999999</LogonCount>
            	<Username>stefan2502</Username>
        	</AutoLogon>
        	<OEMInformation>
            	<Manufacturer>BOKU</Manufacturer>
            	<Model>Uralte Kiste</Model>
            	<Logo>C:\Windows\System32\OEMLogo.bmp</Logo>
            	<SupportHours>Immer und Ewig</SupportHours>
        	</OEMInformation>
        	<OOBE>
            	<NetworkLocation>Work</NetworkLocation>
            	<HideEULAPage>true</HideEULAPage>
            	<ProtectYourPC>1</ProtectYourPC>
            	<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
            	<SkipMachineOOBE>true</SkipMachineOOBE>
            	<SkipUserOOBE>true</SkipUserOOBE>
        	</OOBE>
        	<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
    	</component>
	</settings>
	<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">
        	<ComputerName>XXXX-PC</ComputerName>
        	<TimeZone>W.Europe Standard Time</TimeZone>
    	</component>
    	<component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">
        	<SkipAutoActivation>true</SkipAutoActivation>
    	</component>
	</settings>

</unattend>
Bitte nicht den Namen ADMINISTRATOR benutzen.
Den Username nur dort eintragen wo er jetzt steht.
Ob du den Produktkey weglassen kannst weiß ich nicht. Hier ist der jedenfalls enthalten.



Posts: 9

Date of registration: Nov 11th 2011

  • Send private message

20

Monday, November 21st 2011, 2:48pm

Make like said peterpan - about AutoLogon, and inside your Autounattend.xml file, change the value to:

Source code

1
2
3
4
<settings pass="specialize"> 
<component name="Microsoft-Windows-Security-SPP-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> 

Quoted


Microsoft-Windows-Security-Licensing-SLC-UX
The Microsoft-Windows-Security-Licensing-SLC-UX component handles the user experience for security licensing.
Important:
This setting is deprecated and should not be used. Please use Microsoft-Windows-Security-SPP-UX instead.

This post has been edited 1 times, last edit by "myselfidem" (Nov 21st 2011, 2:50pm)