Seite 1 von 1

[GELÖST] unattended windows xp installation startfrage

Verfasst: 06 Sep 2011, 13:57
von Karo
Hallo Zusammen,

ich habe ein kleines, aber äußerst lästiges Problem.
Bei der Unattended Installation von Windows XP kommt, bevor es losgeht, immer diese Frage:

"Start Installation of "Windows XP professional - x86 - deutsch?"
[ Cancel ] [ OK ]

Ich habe diverse Sachen ausprobiert in meiner unattend.txt zu verändern, nichts scheint diese Frage vermeiden zu können.

Könnt ihr mir sagen, wo mein Fehler liegt?

Hier die unattend.txt:

Code: Alles auswählen

; opsi unattend.txt
; 04.12.2010

[Data]
AutoPartition = 1
MsDosInitiated = "1"
UnattendedInstall = "Yes"

[OEM_Ads]
Logo = c:\programme\opsi.org\preloginloader\opsi-winst\opsi.bmp

[Unattended]
Unattendmode = FullUnattended
UnattendSwitch = Yes
OemPreinstall = Yes
OemPnpDriversPath = "#@oempnpdriverspath*#"
Filesystem = ConvertNTFS
OemSkipEula = Yes
OemFilesPath = "C:\i386"
KeyboardLayout = "German"
DriverSigningPolicy = Ignore
Repartition = No
ExtendOemPartition = 0
WaitForReboot = No
AutoActivate = No
;ActivateProxy = Proxy

[LicenseFilePrintData]
; For server installations
AutoMode = "PerServer"
AutoUsers = "5"

[UserData]
FullName = "xxxxx"
OrgName = "xxxxx"
ComputerName = "#@pcname*#"
ProductKey = xxxxx
ProductId = "xxxxx"

[Display]
ConfigureAtLogon = 0
BitsPerPel = 16
XResolution = 1024
YResolution = 786
VRefresh = 75
;flags = 0
AutoConfirm = 1

[GuiUnattended]
; Set timezone to CET
; Set admin password to NULL
; Set autologon to once
TimeZone = "110"
AdminPassword = xxxxxxxx
AutoLogon = Yes
AutoLogonCount = 1
OemSkipWelcome = 1
OemSkipRegional = 1


[Shell]
DefaultStartPanelOff = Yes
DefaultThemesOff = Yes

[GuiRunOnce]
; This commands will be executed on first login
"c:\opsi\postinst.cmd"

[Identification]
JoinDomain = domain
DomainAdmin = "domain\root"
DomainAdminPassword = xxxxxx
CreateComputerAccountInDomain = Yes
;MachineObjectOU = "OU=aou,DC=domain,DC=tld"
;DoOldStyleDomainJoin = Yes

[Networking]
InstallDefaultComponents = No

[NetAdapters]
Adapter1 = params.Adapter1

[params.Adapter1]
INFID = *

[NetClients]
MS_MSClient = params.MS_MSClient

[NetServices]
MS_SERVER = params.MS_SERVER

[NetProtocols]
MS_TCPIP = params.MS_TCPIP

[params.MS_TCPIP]
DNS = Yes
DHCP = Yes
UseDomainNameDevolution = No
EnableLMHosts = No
AdapterSections = params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
SpecificTo = Adapter1
DHCP = Yes
NetBIOSOptions = 0

;[Proxy]
;Proxy_Enable = 1
;Use_Same_Proxy = 1
;HTTP_Proxy_Server = proxy:8080
;Proxy_Override = <local>

;[Branding]
;; use proxy settings from unattend for ie
;BrandIEUsingUnattended = yes

[RegionalSettings]
LanguageGroup = 1
;LanguageGroup = 2
;SystemLocale = 00000407

Vielen Dank & MfG

Re: unattended windows xp installation startfrage

Verfasst: 06 Sep 2011, 14:32
von LarsM
Hi

die Abfrage folgt nicht aus einem Tag in der unattended.xml sondern ist ein Feature im Opsi selbst.

Du kannst entweder bei jedem Client manuell dieses frage deaktiveren (wenn du das Netboot Produkt auswaehlst auf der Rechten seite unten "askbeforeinst") oder mit viewtopic.php?f=7&t=2898 findest du auch eine antwort




Gruss
Lars

Re: unattended windows xp installation startfrage

Verfasst: 06 Sep 2011, 14:42
von Karo
:oops: Vielen Dank.