probleme sur une auto-install (winnt.sif) - Win NT/2K/XP - Windows & Software
Marsh Posté le 01-04-2004 à 18:06:05
Salut django,
Pour l'install auto d' XP y a pas mal de tuto.
Mon prefere:
http://unattended.msfn.org/
Ensuite pour les switchs de nero:
http://www.msfn.org/board/index.php?showtopic=12657
Enfin pour ton probleme je regarde
Marsh Posté le 01-04-2004 à 18:10:40
tu peux montrer ton hotfix.bat si il fait autres choses qu'installer les hotfixes.
Paskeu la je vois pas ce qui dans le winnt.sif empeche le look playskool...
Marsh Posté le 01-04-2004 à 19:01:16
CLS
@echo off
ECHO.
ECHO Installing Nero Burning ROM v6.3.0.3
start /wait %systemdrive%\install\hotfixes\nero.exe /silent /noreboot /no_ui /sn=*********-*************** /write_sn
ECHO.
ECHO Installing Nero Burning ROM pt
start /wait %systemdrive%\install\hotfixes\Neropt.exe /silent /noreboot
ECHO.
ECHO Installation de winrar 3.30 corporate pt
start /wait %systemdrive%\install\hotfixes\winrar.EXE /S
ECHO.
ECHO Installation de supercopier
start /wait %systemdrive%\install\hotfixes\copier.exe /S
ECHO.
ECHO Installation de power dvd
start /wait %systemdrive%\install\hotfixes\powerdvd\Powerdvd\setup.exe -s -f1 setup.iss
ECHO.
ECHO Installation du Microsoft Windows Media Player 9
start /wait %systemdrive%\install\hotfixes\MP.exe /Q:A /R:N
ECHO.
ECHO Installation Q817778 Pack Reseau Avance
start /wait %systemdrive%\install\hotfixes\Q817778.EXE /Q /O /N /Z
ECHO.
ECHO Installation Q823718 Mise a Jour de Securite pour Microsoft Data Access Components
start /wait %systemdrive%\install\hotfixes\Q823718.exe /T:%systemdrive%\install\tmp /C:"%systemdrive%\install\tmp\dahotfix.exe /q /n" /Q
ECHO.
ECHO Installation du hotfix Q828026 pour Windows Media Player 9
start /wait %systemdrive%\install\hotfixes\q828026.exe /Q /O /N /Z
ECHO.
ECHO Application des optimisations de la base de registre
REGEDIT /S %systemdrive%\install\tweaks.reg
ECHO.
ECHO Redemarrage du PC dans 60 secondes...
shutdown.exe -r -f -t 60 -c "Windows XP va redemarrer dans 60 secondes"
ECHO.
ECHO Efface les fichiers temporaires...
RD /S /Q %systemdrive%\install
EXIT
Marsh Posté le 01-04-2004 à 22:40:23
Windows Registry Editor Version 5.00 |
Marsh Posté le 15-03-2004 à 23:03:08
Salut a tous,
Bon je dois preparer un xp en portugais pour un oncle en allemagne qui n'y connait rien en info
je sais c'est complique mais bon
donc j'ai penser a faire un cd d'isntall xp avec les htofix et les logiciel de base (winrar,nero,media player 9 etc etc...)
tout marche a peu pres nikel sauf que j'ai pas trouver comme rendre l'install de nero 6 silencieuse et de powerdvd aussi mais bon ça c'est pas grave je lui enverrai un mode d'emploi pour installer les logiciel a la main
mon probleme c'est que la j'ai mon iso complete sauf qu'une fois l'install terminer j'ai le theme xp classique et aucun fond d'ecran
ca peut paraitre con mais lui tient au theme playskool de xp
j'ai beau fouille dans i386 je trouve rien
voila mon unattend enfin le winnt.sif
;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
OemFilesPath="..\$OEM$"
Filesystem=ConvertNTFS
TargetPath=\WINDOWS
Repartition=Yes
ExtendOemPartition=1
UnattendSwitch=Yes
DriverSigningPolicy=Ignore
WaitForReboot=No
DisableDynamicUpdates=Yes
Hibernation=No.
[GuiUnattended]
AdminPassword=***************
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=105
OemSkipWelcome=1
[UserData]
ProductID=*************
FullName="**********"
OrgName=""
ComputerName=********
[Display]
Xresolution=800
YResolution=600
Vrefresh=60
[Branding]
BrandIEUsingUnattended=Yes
[Proxy]
Proxy_Enable=0
Use_Same_Proxy=1
[Identification]
JoinWorkgroup=*********
[Networking]
InstallDefaultComponents=Yes
[GuiRunOnce]
%systemdrive%\install\hotfixes\hotfixes.cmd
[Components]
msmsgs=off
accessopt=off
chat=off
media_clips=off
media_clips=off
msnexplr=off
mousepoint=off
templates=off
si quelqu'un sait d'ou ca vient ca m'arrangerai car la ca fait 3heures que je susi dessus
Message édité par Profil supprimé le 15-03-2004 à 23:14:56