View Single Post
  #1  
Old 27-10-2004, 15:00
rlgrand rlgrand is offline
Membre junior
 
Join Date: 21-10-2004
Posts: 4
Bug CD Install auto XP

Bonjour,

j'essaye de réaliser un CD d'installation automatisée de XP et SP1 ( méthode Unattend.txt ).
L'installation ( formatage, invites succesives non présentes, .... ) se passe dans un premier temps correctement.
Lors de mes tests, le CD bug aprés la fin de l'installation.
Lors du redémarrage, je vois la page avec le logo XP, mais la page Bienvenue n'apparait pas. L'écran reste noir mais par contre j'entends le son pour lé démarrage de Windows.

Quelqu'un a-t-il déjà eu ce pb ?

Pour information, mon fichier Unattend.txt :
<SPAN class=genmed>
PHP Code:

;SetupMgrTag 
[Data
AutoPartition=
MsDosInitiated
="0" 
UnattendedInstall="Yes" 

[Unattended
UnattendMode=DefaultHide 
OemSkipEula
=Yes 
OemPreinstall
=Yes 
OemFilesPath
="..\$OEM$" 
OemPnPDriversPath="Drivers\hp5100;Drivers\Muse;Drivers\Olitec2000;\Drivers\Winfast" 
TargetPath=\WINDOWS 
Repartition
=Yes 
Filesystem
=ConvertNTFS 
UnattendSwitch
=Yes 
DriverSigningPolicy
=Ignore 
WaitForReboot
=No 
CrashDumpSetting
=
DisableDynamicUpdates
=Yes 
  
[GuiUnattended
AdminPassword=* 
EncryptedAdminPassword=No 
AutoLogon
=Yes 
AutoLogonCount
=
OEMSkipRegional
=
OemSkipWelcome
=
TimeZone
=105 
  
[GuiRunOnce
  
[
UserData
ProductKey=XXXXX-XXXXX-XXXX-XXXXX-XXXXXX 
FullName
="XXXX" 
OrgName="XXXX" 
  
[Display
BitsPerPel=32 
Xresolution
=1024 
YResolution
=768 
Vrefresh
=60 

  
[TapiLocation
CountryCode=33 
Dialing
=Tone 
  
[RegionalSettings
LanguageGroup=
SystemLocale
=0000040c 
UserLocale
=0000040c 
InputLocale
=040c:0000040c 
  
[Identification
JoinWorkgroup=WORKGROUP 
  
[Networking
InstallDefaultComponents=Yes 
  
[Shell
DefaultStartPanelOff=Yes 
DefaultThemesOff
=Yes 


Merci d'avance.
Kenavo.
Reply With Quote